Expand description
CompiledExecutor — runs compiled ASTs without LLM calls (zero tokens).
Structs§
- Compiled
Executor - Executes compiled action ASTs without any LLM calls
- Execution
Result - Result of executing a compiled action
- Step
Result
Type Aliases§
- Compiled
Tool Dispatcher - Callback type for dispatching tool execution through a real bridge. Arguments: (tool_name, resolved_params) -> Result<Value, error_message>