Document Purpose: A catalog of orchestration patterns—meta-level coordination across multiple agents, handling conflicts, priorities, and system-wide coherence.
Created: January 2026
| Orchestration Pattern | Component | Category | Composed From (Agents) |
|---|---|---|---|
document_lifecycle_orchestration | Archer | Document Orchestration | document_processor_agent + content_curator_agent + knowledge_manager_agent + engagement_agent |
meeting_to_action_orchestration | Archer | Document Orchestration | meeting_assistant_agent + work_item_agent + approval_agent + notification_agent |
content_pipeline_orchestration | Archer | Document Orchestration | document_processor_agent + content_curator_agent + report_generator_agent + engagement_agent |
knowledge_graph_orchestration | Archer | Memory Orchestration | knowledge_manager_agent + entity_steward_agent + experience_chronicler_agent + research_agent |
entity_management_orchestration | Archer | Memory Orchestration | entity_steward_agent + knowledge_manager_agent + sync_coordinator_agent |
experience_learning_orchestration | Archer | Memory Orchestration | experience_chronicler_agent + belief_manager_agent + continuous_improvement_agent |
context_intelligence_orchestration | Archer | Context Orchestration | context_assembler_agent + research_agent + knowledge_manager_agent + decision_support_agent |
research_synthesis_orchestration | Archer | Context Orchestration | research_agent + content_curator_agent + report_generator_agent + engagement_agent |
outcome_lifecycle_orchestration | Archer | Outcome Orchestration | outcome_owner_agent + progress_tracker_agent + opportunity_scout_agent + engagement_agent |
strategic_planning_orchestration | Archer | Outcome Orchestration | strategic_advisor_agent + opportunity_scout_agent + decision_support_agent + sprint_planner_agent |
goal_achievement_orchestration | Archer | Outcome Orchestration | outcome_owner_agent + hypothesis_tester_agent + task_executor_agent + progress_tracker_agent |
belief_evolution_orchestration | Archer | Reasoning Orchestration | belief_manager_agent + hypothesis_tester_agent + experience_chronicler_agent + decision_support_agent |
decision_making_orchestration | Archer | Reasoning Orchestration | decision_support_agent + strategic_advisor_agent + opportunity_scout_agent + approval_agent |
hypothesis_validation_orchestration | Archer | Reasoning Orchestration | hypothesis_tester_agent + task_executor_agent + execution_analyst_agent + belief_manager_agent |
enterprise_integration_orchestration | Archer | Integration Orchestration | integration_manager_agent + connector_manager_agent + sync_coordinator_agent + connector_health_agent |
data_sync_orchestration | Archer | Integration Orchestration | sync_coordinator_agent + data_transformer_agent + knowledge_manager_agent + connector_monitor_agent |
source_lifecycle_orchestration | Archer | Integration Orchestration | connector_manager_agent + connector_monitor_agent + integration_manager_agent + notification_agent |
governance_orchestration | Archer | Governance Orchestration | governance_agent + compliance_officer_agent + approval_coordinator_agent + audit_agent |
compliance_orchestration | Archer | Governance Orchestration | compliance_officer_agent + audit_agent + policy_enforcer_agent + report_generator_agent |
approval_chain_orchestration | Archer | Governance Orchestration | approval_coordinator_agent + approval_agent + notification_agent + governance_agent |
stakeholder_engagement_orchestration | Archer | Engagement Orchestration | engagement_agent + notification_agent + feedback_collector_agent + report_generator_agent |
feedback_loop_orchestration | Archer | Engagement Orchestration | feedback_collector_agent + experience_chronicler_agent + continuous_improvement_agent + engagement_agent |
communication_orchestration | Archer | Engagement Orchestration | notification_agent + engagement_agent + report_generator_agent + approval_agent |
resource_lifecycle_orchestration | Archer | Resource Orchestration | resource_curator_agent + performance_analyst_agent + resource_recommender_agent + tool_curator_agent |
capability_optimization_orchestration | Archer | Resource Orchestration | resource_recommender_agent + performance_optimizer_agent + continuous_improvement_agent + tool_discovery_agent |
resource_health_orchestration | Archer | Resource Orchestration | performance_analyst_agent + resource_curator_agent + notification_agent + execution_analyst_agent |
compute_orchestration | Archer | Compute Orchestration | code_executor_agent + data_transformer_agent + report_generator_agent + task_executor_agent |
reporting_orchestration | Archer | Compute Orchestration | report_generator_agent + data_transformer_agent + engagement_agent + compliance_officer_agent |
agent_fleet_orchestration | Archer | Agent Orchestration | agent_supervisor_agent + agent_scaler_agent + agent_health_monitor_agent + performance_optimizer_agent |
agent_lifecycle_orchestration | Archer | Agent Orchestration | agent_supervisor_agent + agent_health_monitor_agent + resource_curator_agent + notification_agent |
agent_performance_orchestration | Archer | Agent Orchestration | agent_health_monitor_agent + performance_analyst_agent + agent_scaler_agent + continuous_improvement_agent |
task_orchestration | Archer | Task Orchestration | task_executor_agent + task_retry_agent + task_monitor_agent + resource_recommender_agent |
task_lifecycle_orchestration | Archer | Task Orchestration | task_executor_agent + task_monitor_agent + notification_agent + execution_analyst_agent |
task_optimization_orchestration | Archer | Task Orchestration | task_executor_agent + performance_optimizer_agent + resource_recommender_agent + continuous_improvement_agent |
workflow_orchestration | Archer | Workflow Orchestration | workflow_executor_agent + workflow_recovery_agent + workflow_designer_agent + task_executor_agent |
workflow_lifecycle_orchestration | Archer | Workflow Orchestration | workflow_designer_agent + workflow_executor_agent + workflow_recovery_agent + notification_agent |
workflow_optimization_orchestration | Archer | Workflow Orchestration | workflow_executor_agent + performance_optimizer_agent + execution_analyst_agent + workflow_designer_agent |
tool_ecosystem_orchestration | Archer | Tool Orchestration | tool_curator_agent + tool_discovery_agent + tool_lifecycle_agent + resource_curator_agent |
tool_evolution_orchestration | Archer | Tool Orchestration | tool_lifecycle_agent + tool_discovery_agent + performance_optimizer_agent + notification_agent |
connector_ecosystem_orchestration | Archer | Connector Orchestration | connector_manager_agent + connector_monitor_agent + integration_manager_agent + notification_agent |
work_management_orchestration | Archer | Work Item Orchestration | work_item_agent + sprint_planner_agent + backlog_groomer_agent + approval_agent |
agile_orchestration | Archer | Work Item Orchestration | sprint_planner_agent + backlog_groomer_agent + progress_tracker_agent + engagement_agent |
delivery_orchestration | Archer | Work Item Orchestration | work_item_agent + task_executor_agent + progress_tracker_agent + notification_agent |
policy_orchestration | Archer | Policy Orchestration | policy_enforcer_agent + compliance_officer_agent + audit_agent + governance_agent |
audit_orchestration | Archer | Policy Orchestration | audit_agent + compliance_officer_agent + report_generator_agent + notification_agent |
continuous_learning_orchestration | Archer | Learning Orchestration | continuous_improvement_agent + execution_analyst_agent + performance_optimizer_agent + belief_manager_agent |
performance_management_orchestration | Archer | Learning Orchestration | performance_optimizer_agent + execution_analyst_agent + resource_curator_agent + notification_agent |
system_optimization_orchestration | Archer | Learning Orchestration | performance_optimizer_agent + continuous_improvement_agent + agent_scaler_agent + resource_recommender_agent |
| Agent | Used In Orchestration Patterns |
|---|---|
document_processor_agent | document_lifecycle_orchestration, content_pipeline_orchestration |
meeting_assistant_agent | meeting_to_action_orchestration |
content_curator_agent | document_lifecycle_orchestration, content_pipeline_orchestration, research_synthesis_orchestration |
knowledge_manager_agent | document_lifecycle_orchestration, knowledge_graph_orchestration, entity_management_orchestration, context_intelligence_orchestration, data_sync_orchestration |
entity_steward_agent | knowledge_graph_orchestration, entity_management_orchestration |
experience_chronicler_agent | knowledge_graph_orchestration, experience_learning_orchestration, belief_evolution_orchestration, feedback_loop_orchestration |
context_assembler_agent | context_intelligence_orchestration |
research_agent | knowledge_graph_orchestration, context_intelligence_orchestration, research_synthesis_orchestration |
outcome_owner_agent | outcome_lifecycle_orchestration, goal_achievement_orchestration |
progress_tracker_agent | outcome_lifecycle_orchestration, goal_achievement_orchestration, agile_orchestration, delivery_orchestration |
opportunity_scout_agent | outcome_lifecycle_orchestration, strategic_planning_orchestration, decision_making_orchestration |
strategic_advisor_agent | strategic_planning_orchestration, decision_making_orchestration |
belief_manager_agent | experience_learning_orchestration, belief_evolution_orchestration, hypothesis_validation_orchestration, continuous_learning_orchestration |
hypothesis_tester_agent | goal_achievement_orchestration, belief_evolution_orchestration, hypothesis_validation_orchestration |
decision_support_agent | context_intelligence_orchestration, belief_evolution_orchestration, decision_making_orchestration, strategic_planning_orchestration |
integration_manager_agent | enterprise_integration_orchestration, source_lifecycle_orchestration |
sync_coordinator_agent | enterprise_integration_orchestration, data_sync_orchestration, entity_management_orchestration |
connector_health_agent | enterprise_integration_orchestration, source_lifecycle_orchestration |
governance_agent | governance_orchestration, approval_chain_orchestration |
compliance_officer_agent | governance_orchestration, compliance_orchestration, policy_orchestration, audit_orchestration |
approval_coordinator_agent | governance_orchestration, approval_chain_orchestration |
engagement_agent | document_lifecycle_orchestration, content_pipeline_orchestration, outcome_lifecycle_orchestration, research_synthesis_orchestration, stakeholder_engagement_orchestration, feedback_loop_orchestration, agile_orchestration |
notification_agent | meeting_to_action_orchestration, approval_chain_orchestration, stakeholder_engagement_orchestration, communication_orchestration, source_lifecycle_orchestration, resource_health_orchestration, agent_lifecycle_orchestration, task_lifecycle_orchestration, workflow_lifecycle_orchestration, tool_evolution_orchestration, connector_ecosystem_orchestration, delivery_orchestration, audit_orchestration, performance_management_orchestration |
feedback_collector_agent | stakeholder_engagement_orchestration, feedback_loop_orchestration |
resource_curator_agent | resource_lifecycle_orchestration, resource_health_orchestration, agent_lifecycle_orchestration, tool_ecosystem_orchestration, performance_management_orchestration |
performance_analyst_agent | resource_lifecycle_orchestration, resource_health_orchestration, agent_performance_orchestration |
resource_recommender_agent | resource_lifecycle_orchestration, capability_optimization_orchestration, task_orchestration, task_optimization_orchestration, system_optimization_orchestration |
code_executor_agent | compute_orchestration |
report_generator_agent | content_pipeline_orchestration, research_synthesis_orchestration, stakeholder_engagement_orchestration, communication_orchestration, compliance_orchestration, compute_orchestration, reporting_orchestration, audit_orchestration |
data_transformer_agent | data_sync_orchestration, compute_orchestration, reporting_orchestration |
agent_supervisor_agent | agent_fleet_orchestration, agent_lifecycle_orchestration |
agent_scaler_agent | agent_fleet_orchestration, agent_performance_orchestration, system_optimization_orchestration |
agent_health_monitor_agent | agent_fleet_orchestration, agent_lifecycle_orchestration, agent_performance_orchestration |
task_executor_agent | goal_achievement_orchestration, hypothesis_validation_orchestration, compute_orchestration, task_orchestration, task_lifecycle_orchestration, task_optimization_orchestration, workflow_orchestration, delivery_orchestration |
task_retry_agent | task_orchestration |
task_monitor_agent | task_orchestration, task_lifecycle_orchestration |
workflow_executor_agent | workflow_orchestration, workflow_lifecycle_orchestration, workflow_optimization_orchestration |
workflow_recovery_agent | workflow_orchestration, workflow_lifecycle_orchestration |
workflow_designer_agent | workflow_orchestration, workflow_lifecycle_orchestration, workflow_optimization_orchestration |
tool_curator_agent | resource_lifecycle_orchestration, tool_ecosystem_orchestration |
tool_discovery_agent | capability_optimization_orchestration, tool_ecosystem_orchestration, tool_evolution_orchestration |
tool_lifecycle_agent | tool_ecosystem_orchestration, tool_evolution_orchestration |
connector_manager_agent | enterprise_integration_orchestration, source_lifecycle_orchestration, connector_ecosystem_orchestration |
connector_monitor_agent | data_sync_orchestration, connector_ecosystem_orchestration |
work_item_agent | meeting_to_action_orchestration, work_management_orchestration, delivery_orchestration |
sprint_planner_agent | strategic_planning_orchestration, work_management_orchestration, agile_orchestration |
backlog_groomer_agent | work_management_orchestration, agile_orchestration |
policy_enforcer_agent | compliance_orchestration, policy_orchestration |
audit_agent | governance_orchestration, compliance_orchestration, policy_orchestration, audit_orchestration |
approval_agent | meeting_to_action_orchestration, decision_making_orchestration, approval_chain_orchestration, communication_orchestration, work_management_orchestration |
execution_analyst_agent | hypothesis_validation_orchestration, resource_health_orchestration, task_lifecycle_orchestration, workflow_optimization_orchestration, continuous_learning_orchestration, performance_management_orchestration |
continuous_improvement_agent | experience_learning_orchestration, capability_optimization_orchestration, agent_performance_orchestration, task_optimization_orchestration, feedback_loop_orchestration, continuous_learning_orchestration, system_optimization_orchestration |
performance_optimizer_agent | agent_fleet_orchestration, capability_optimization_orchestration, task_optimization_orchestration, workflow_optimization_orchestration, tool_evolution_orchestration, continuous_learning_orchestration, performance_management_orchestration, system_optimization_orchestration |
| Level | Name | Count |
|---|---|---|
| Level 1 | Atomic Primitives | 95 |
| Level 2 | Composite Capabilities | 73 |
| Level 3 | Workflows & Processes | 55 |
| Level 4 | Agents | 53 |
| Level 5 | Orchestration Patterns | 48 |
Document generated January 2026