Expand description
Action executor with parallel dispatch
Executes approved actions concurrently using FuturesUnordered,
with per-tool timeouts, circuit breaker integration, and barrier
sync before returning observations.
Structs§
- Default
Action Executor - Default executor that dispatches tool calls in parallel.
- Enforced
Action Executor - An executor that delegates to a real ToolInvocationEnforcer.
Traits§
- Action
Executor - Trait for executing proposed actions and producing observations.