Robust and Efficient Tool Orchestration via Layered Execution Structures with Reflective Correction
Tao Zhe, Haoyu Wang, Bo Luo, Min Wu, Wei Fan, Xiao Luo, Zijun Yao, Haifeng Chen, Dongjie Wang

TL;DR
This paper proposes a layered execution structure with reflective correction for tool invocation in agentic systems, improving robustness and reducing overhead without relying on detailed dependency graphs.
Contribution
It introduces a novel layered orchestration approach with a schema-aware reflective correction mechanism that handles execution failures locally, enhancing robustness and efficiency.
Findings
Achieves robust tool execution with lower complexity.
Reduces execution overhead compared to existing methods.
Handles errors locally without full re-planning.
Abstract
Tool invocation is a core capability of agentic systems, yet failures often arise not from individual tool calls but from how multiple tools are organized and executed together. Existing approaches tightly couple tool execution with stepwise language reasoning or explicit planning, leading to brittle behavior and high execution overhead. To overcome these limitations, we revisit tool invocation from the perspective of tool orchestration. Our key insight is that effective orchestration does not require precise dependency graphs or fine-grained planning. Instead, a coarse-grained layer structure suffices to provide global guidance, while execution-time errors can be corrected locally. Specifically, we model tool orchestration as learning a layered execution structure that captures high-level tool dependencies, inducing layer-wise execution through context constraints. To handle…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Advanced Software Engineering Methodologies · Multi-Agent Systems and Negotiation
