HyperAgent: Planning and Acting over Tool-Schema Hypergraphs for Tool-Use LLM Agents - CloudYume
HyperAgent: Planning and Acting over Tool-Schema Hypergraphs for Tool-Use LLM Agents
· / ,
사실 흐름
arXiv:2608.02650v1 Announce Type: new Abstract: Large language model (LLM) agents increasingly rely on external tools to complete complex real-world tasks. However, reliable tool-use planning remains challenging due to t
HyperAgent 的核心思路是构建一个有向的工具模式超图。与普通图不同,超图中的一条边可以连接多个节点。在这里,节点代表工具的输入或输出模式(Schema),而超边则代表工具本身,将所需的输入模式与产生的输出模式连接起来。这种结构能够显式地捕捉工具之间在数据格式和语义上的依赖关系,例如“工具 B 的输入需要工具 A 的输出结果”。当接收到一个任务时,HyperAgent 会从这个全局超图中检索出一个与任务相关的工具上下文子图,并将其作为“地图”,指导模型将复杂任务分解为一个精细的有向无环任务图,从而规划出清晰的工具调用序列 arxiv.org。
arXiv:2608.02650v1 Announce Type: new Abstract: Large language model (LLM) agents increasingly rely on external tools to complete complex real-world tasks. However, reliable tool-use planning remains challenging due to the limitations of implicit reasoning and the evolving nature of real-world execution environments. Existing tool-use agents typically rely on LLMs to infer tool compositions from textual descriptions, which can lead to inefficient exploration and unreliable execution in complex tasks. To address these challenges, we model tool relations at the schema level and construct a directed Tool--Schema Hypergraph, in which tools are represented as hyperedges from their required input-schema nodes to their output-schema nodes. Furthermore, we propose HyperAgent, a Tool--Schema Hypergraph-guided framework for dynamic planning and execution. Given a task, HyperAgent first extracts a task-relevant tool context graph and uses it to guide the construction of a schema-aware Task DAG. During execution, HyperAgent dynamically realizes each subtask by constructing a state-conditioned tool support graph through deficit-oriented expansion, which identifies unresolved requirements and retrieves supporting producer tools according to the current agent state. Experiments on AppWorld demonstrate that HyperAgent improves task completion performance while reducing redundant API calls, LLM interactions, and token consumption compared with existing agent baselines.