Skip to main content

Module executor

Module executor 

Source
Expand description

Execution engine with registration, caching, and retry logic. Tool registry and executor with caching, retries, and bounded concurrency.

Structsยง

ExecutionConfig
Tool execution configuration.
ExecutionResult
Detailed outcome of a tool execution.
ExecutorBuilder
Builder for creating tool executors with fluent API
RetryConfig
Retry configuration with exponential backoff.
ToolExecutor
Tool registry and executor with optional result caching.