Module executor

Module executor 

Source
Expand description

High-performance tool execution engine with retry, timeout, and resource management.

Structs§

CircuitBreaker
Circuit breaker to prevent cascading failures
ExecutionContext
Context provided during tool execution
ExecutionMetadata
Executor
High-performance executor with advanced features
ExecutorBuilder
Builder for creating configured executors
ExecutorMetrics
RetryPolicy
Retry policy with circuit breaker support

Enums§

RetryStrategy

Traits§

ToolExecutor
Trait for types that can execute as tools