Expand description
Runtime adapter interface for execution backends.
Runtime adapters are the only components that interact directly with
execution runtimes (e.g. Claude Code, OpenCode, Codex CLI).
Structs§
- Adapter
Config - Configuration for a runtime adapter.
- Attempt
Summary - Summary of a prior attempt for context.
- Execution
Input - Input for runtime execution.
- Execution
Report - Report from runtime execution.
- Interactive
Execution Result - Interactive execution result metadata.
- Mock
Adapter - A mock adapter for testing.
- Runtime
Error - An error from the runtime.
Enums§
- Interactive
Adapter Event - Interactive runtime transport events.
Traits§
- Runtime
Adapter - Trait for runtime adapters.