Skip to main content

Module executor

Module executor 

Source
Expand description

CompiledExecutor — runs compiled ASTs without LLM calls (zero tokens).

Structs§

CompiledExecutor
Executes compiled action ASTs without any LLM calls
ExecutionResult
Result of executing a compiled action
StepResult

Type Aliases§

CompiledToolDispatcher
Callback type for dispatching tool execution through a real bridge. Arguments: (tool_name, resolved_params) -> Result<Value, error_message>