Orchestrators¶
Orchestrators control how agents execute: the loop structure, tool handling, and response generation.
Available Orchestrators¶
| Orchestrator | Description | Repository |
|---|---|---|
| Basic | Simple request/response loop | GitHub |
| Streaming | Real-time token streaming | GitHub |
| Events | Event-driven architecture | GitHub |
No modules found.
Configuration¶
session:
orchestrator: loop-streaming # or loop-basic, loop-events
orchestrator:
config:
max_iterations: 10
parallel_tools: false
Contract¶
See Orchestrator Contract for implementation details.