AOrchestra: Automating Sub-Agent Creation for Agentic Orchestration
Abstract
AOrchestra is a framework-agnostic agentic system that uses a tuple-based abstraction to dynamically create specialized task executors, achieving improved performance on complex benchmarks through automated agent creation and resource management.
Language agents have shown strong promise for task automation. Realizing this promise for increasingly complex, long-horizon tasks has driven the rise of a sub-agent-as-tools paradigm for multi-turn task solving. However, existing designs still lack a dynamic abstraction view of sub-agents, thereby hurting adaptability. We address this challenge with a unified, framework-agnostic agent abstraction that models any agent as a tuple Instruction, Context, Tools, Model. This tuple acts as a compositional recipe for capabilities, enabling the system to spawn specialized executors for each task on demand. Building on this abstraction, we introduce an agentic system AOrchestra, where the central orchestrator concretizes the tuple at each step: it curates task-relevant context, selects tools and models, and delegates execution via on-the-fly automatic agent creation. Such designs enable reducing human engineering efforts, and remain framework-agnostic with plug-and-play support for diverse agents as task executors. It also enables a controllable performance-cost trade-off, allowing the system to approach Pareto-efficient. Across three challenging benchmarks (GAIA, SWE-Bench, Terminal-Bench), AOrchestra achieves 16.28% relative improvement against the strongest baseline when paired with Gemini-3-Flash. The code is available at: https://github.com/FoundationAgents/AOrchestra
Community
AORCHESTRA: Automating Sub-Agent Creation for Agentic Orchestration
We introduce AORCHESTRA, a framework-agnostic orchestration paradigm for agentic systems that models any agent as a compositional four-tuple ⟨Instruction, Context, Tools, Model⟩. Instead of relying on static roles or isolated context threads, AORCHESTRA enables dynamic, on-demand creation of specialized sub-agents with explicit context control and cost awareness. This abstraction decouples orchestration from execution, making the system plug-and-play across heterogeneous agent backends. The framework is evaluated on realistic long-horizon benchmarks including GAIA, SWE-Bench, and Terminal-Bench, achieving a 16.28% relative improvement over the strongest baseline when paired with Gemini-3-Flash.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- CodeDelegator: Mitigating Context Pollution via Role Separation in Code-as-Action Agents (2026)
- Confucius Code Agent: Scalable Agent Scaffolding for Real-World Codebases (2025)
- EvoConfig: Self-Evolving Multi-Agent Systems for Efficient Autonomous Environment Configuration (2026)
- ROMA: Recursive Open Meta-Agent Framework for Long-Horizon Multi-Agent Systems (2026)
- EvoRoute: Experience-Driven Self-Routing LLM Agent Systems (2026)
- Context as a Tool: Context Management for Long-Horizon SWE-Agents (2025)
- MAS-Orchestra: Understanding and Improving Multi-Agent Reasoning Through Holistic Orchestration and Controlled Benchmarks (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper