Structs§
- Agent
Output - Output from an agent function: result value and optional graph mutations.
- Executor
- The executor drives the main run loop.
- Executor
Config - Configuration for the executor.
Type Aliases§
- AgentFn
- The agent function signature. Takes the NodeSpec (task description + metadata). Returns AgentOutput or an error string.