Expand description
Agent orchestration engine for managing and coordinating subagent execution
This module provides a comprehensive orchestration system that handles:
- Sequential, parallel, and mixed execution strategies
- Context management and sharing between agents
- Error handling with retry logic and circuit breakers
- Progress tracking and cancellation
- Resource management and concurrency limits
Structsยง
- Agent
Orchestrator - Agent orchestrator for managing and coordinating subagent execution
- Context
Snapshot - Snapshot of shared context at a point in time
- Orchestrator
Config - Orchestrator configuration
- Orchestrator
Result - Result of orchestrator execution
- Progress
Update - Progress update for agent execution
- Shared
Context - Shared context for passing data between agents