The Cohort Armoury agentic system comprises 15 specialized AI agents organized into a hierarchical structure using Microsoft's AutoGen framework. One Master Orchestrator routes tasks to three specialized clusters.
SelectorGroupChat at the top level enables the Master Orchestrator to intelligently route requests to the appropriate cluster supervisor. Swarm pattern within each cluster allows agents to collaborate dynamically on complex tasks.
Agents communicate via structured handoff signals. When a task requires cross-cluster collaboration, the Master Orchestrator coordinates the workflow, ensuring data flows correctly between clusters while maintaining a single point of contact for the user.