Expand description
Multi-agent orchestration primitives for agentrs.
Structs§
- Agent
Graph - Directed agent graph.
- Agent
Graph Builder - Builder for
AgentGraph. - Graph
Edge - Graph edge between two agent nodes.
- InMemory
Bus - In-memory broadcast event bus.
- Multi
Agent Orchestrator - Multi-agent orchestrator.
- Multi
Agent Orchestrator Builder - Builder for
MultiAgentOrchestrator. - Shared
Conversation - Shared conversation state used by multiple agents.
Enums§
- Edge
Condition - Transition predicate for graph orchestration.
- Orchestrator
Event - Events emitted during orchestration.
- Routing
Strategy - Routing strategy for multi-agent runs.
Traits§
- Event
Bus - Pluggable event bus for orchestration observability.