Skip to main content

Module executor

Module executor 

Source

Structs§

ToolExecution
Result of one tool call execution.
ToolExecutionRequest
Input envelope passed to tool execution strategies.
ToolExecutionResult
Output item produced by tool execution strategies.

Enums§

ToolExecutorError
Error returned by custom tool executors.

Traits§

LlmExecutor
Provider-neutral LLM execution contract consumed by the loop runtime.
ToolExecutor
Strategy abstraction for tool execution.

Type Aliases§

LlmEventStream
Stream item type returned by LLM streaming executors.