Skip to main content

Module runtime

Module runtime 

Source
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§

AdapterConfig
Configuration for a runtime adapter.
AttemptSummary
Summary of a prior attempt for context.
ExecutionInput
Input for runtime execution.
ExecutionReport
Report from runtime execution.
InteractiveExecutionResult
Interactive execution result metadata.
MockAdapter
A mock adapter for testing.
RuntimeError
An error from the runtime.

Enums§

InteractiveAdapterEvent
Interactive runtime transport events.

Traits§

RuntimeAdapter
Trait for runtime adapters.