Skip to main content

Module execution

Module execution 

Source
Expand description

Execution controls: timeout, retry with exponential backoff, circuit breaker.

Structs§

CircuitBreaker
Atomic circuit breaker that opens after N consecutive failures.
SandboxConfig
Configuration for sandboxed tool execution.
ToolExecutionResult
The result of a tool execution attempt.

Functions§

execute_with_controls
Execute a tool with timeout, retry, and circuit-breaker controls.