Experience as a Compass: Multi-Agent RAG with Evolving Orchestration (April 2026)
FreeHERA: 3-layer hierarchical framework that jointly evolves global orchestration strategies and local agent behaviors using experiential knowledge — role-aware prompt optimization drives targeted improvements for each agent's responsibilities
About Experience as a Compass: Multi-Agent RAG with Evolving Orchestration (April 2026)
HERA is a hierarchical multi-agent Retrieval-Augmented Generation (RAG) framework introduced in the research paper 'Experience as a Compass: Multi-agent RAG with Evolving Orchestration and Agent Prompts.' It addresses limitations of static agent behaviors and fixed orchestration strategies by jointly evolving global orchestration strategies and local agent prompts through experiential knowledge. At the global level, HERA optimizes query-specific agent topologies via reward-guided sampling and experience accumulation. At the local level, Role-Aware Prompt Evolution (RAPE) refines individual agent behaviors using credit assignment and dual-axes adaptation along operational and behavioral principles. Evaluated on six knowledge-intensive benchmarks, HERA achieves an average improvement of 38.69% over recent baselines while maintaining robust generalization and token efficiency. Topological analyses reveal emergent self-organization, where sparse exploration yields compact, high-utility multi-agent networks.
Key Features
Pros & Cons
- Adapts orchestration dynamically to query complexity
- Learns individual agent behaviors from experience, not static prompts
- Significant performance gains over fixed multi-agent systems
- Token-efficient, reducing unnecessary computation
- Generalizes well across different knowledge-intensive tasks
- Demonstrates emergent self-organization of agent networks
- Complexity of implementing the hierarchical learning framework
- Requires multiple agents, increasing computational overhead
- Dependent on reward signals for reinforcement learning components
- Validated only on benchmark datasets; real-world deployment not addressed
- May require careful tuning of credit assignment and adaptation parameters