Skip to main content

Module executor

Module executor 

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

DefaultActionExecutor
Default executor that dispatches tool calls in parallel.
EnforcedActionExecutor
An executor that delegates to a real ToolInvocationEnforcer.

Traits§

ActionExecutor
Trait for executing proposed actions and producing observations.