🤖 AI Summary
This paper addresses the rigidity in collaboration among heterogeneous federated AI agents caused by static coordination. We propose a dynamic, capability-driven distributed collaboration framework. Our method introduces: (1) versioned capability vectors (VCVs) to model heterogeneous agent capabilities and support semantic evolution; (2) a searchable capability mechanism leveraging semantic routing and sharded HNSW indexing for automatic task decomposition and intelligent agent clustering; and (3) a consensus-driven collaboration protocol integrating cost-biased matching, DAG-based task modeling, and k-round cooperative refinement. Evaluated on HealthBench, our system achieves a 13× improvement in inference throughput over single-model baselines, significantly enhances accuracy on complex tasks, and demonstrates strong scalability and runtime stability.
📝 Abstract
We present Federation of Agents (FoA), a distributed orchestration framework that transforms static multi-agent coordination into dynamic, capability-driven collaboration. FoA introduces Versioned Capability Vectors (VCVs): machine-readable profiles that make agent capabilities searchable through semantic embeddings, enabling agents to advertise their capabilities, cost, and limitations. Our aarchitecturecombines three key innovations: (1) semantic routing that matches tasks to agents over sharded HNSW indices while enforcing operational constraints through cost-biased optimization, (2) dynamic task decomposition where compatible agents collaboratively break down complex tasks into DAGs of subtasks through consensus-based merging, and (3) smart clustering that groups agents working on similar subtasks into collaborative channels for k-round refinement before synthesis. Built on top of MQTT,s publish-subscribe semantics for scalable message passing, FoA achieves sub-linear complexity through hierarchical capability matching and efficient index maintenance. Evaluation on HealthBench shows 13x improvements over single-model baselines, with clustering-enhanced laboration particularly effective for complex reasoning tasks requiring multiple perspectives. The system scales horizontally while maintaining consistent performance, demonstrating that semantic orchestration with structured collaboration can unlock the collective intelligence of heterogeneous federations of AI agents.