Module orchestrator

Module orchestrator 

Source
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ยง

AgentOrchestrator
Agent orchestrator for managing and coordinating subagent execution
ContextSnapshot
Snapshot of shared context at a point in time
OrchestratorConfig
Orchestrator configuration
OrchestratorResult
Result of orchestrator execution
ProgressUpdate
Progress update for agent execution
SharedContext
Shared context for passing data between agents