Expand description
Agent adapter trait and implementations.
Each adapter knows how to wrap a stage prompt into its CLI’s non-interactive
launch command. The prompt text itself comes from crate::prompt — the
adapter only formats it into the right flags for its agent.
Re-exports§
pub use claude::ClaudeAgent;pub use codex::CodexAgent;pub use opencode::OpenCodeAgent;
Modules§
Traits§
- Agent
Adapter - Common behavior implemented by every supported coding-agent backend.
Functions§
- adapter_
for - Return an adapter for a configured agent kind.