Skip to main content

Module process

Module process 

Source

Modules§

stream

Structs§

AgentResult
Result from a Claude agent invocation.
CommandOutput
Result from a simple command execution (e.g., gh CLI).
RealCommandRunner
Real implementation that spawns actual subprocesses.

Traits§

CommandRunner
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.