Modules§
Structs§
- Agent
Result - Result from a Claude agent invocation.
- Command
Output - Result from a simple command execution (e.g., gh CLI).
- Real
Command Runner - Real implementation that spawns actual subprocesses.
Traits§
- Command
Runner - Trait for running external commands.
Functions§
- is_
transient_ error - Check whether an error message indicates a transient failure worth retrying.
- run_
with_ retry - Invoke an agent with retry logic for transient failures.