Skip to main content

Module executor

Module executor 

Source

Structs§

AgentOutput
Output from an agent function: result value and optional graph mutations.
Executor
The executor drives the main run loop.
ExecutorConfig
Configuration for the executor.

Type Aliases§

AgentFn
The agent function signature. Takes the NodeSpec (task description + metadata). Returns AgentOutput or an error string.