The Docker executor is the recommended path for application integration. The Rust API is useful for runtime-level work such as parser validation, executor internals, and deterministic tests. Provider drivers are implemented by the Superwire engine. Application code should not be documented as registering arbitrary provider drivers.Documentation Index
Fetch the complete documentation index at: https://superwire.dev/llms.txt
Use this file to discover all available pages before exploring further.
Typical responsibilities
- parse
.wiresource into an AST - validate declarations, references, schemas, and dependencies
- execute workflows in runtime-level tests