paper-with-me

Papers

Agent-as-a-Graph: Knowledge Graph-Based Tool and Agent Retrieval for LLM Multi-Agent Systems

2025-11-22 · Faheem Nizar, Elias Lumer, Anmol Gulati, Pradeep Honaganahalli Basavaraju, Vamse Kumar Subbiah arxiv

Recent advances in Large Language Model Multi-Agent Systems enable scalable orchestration and retrieval of specialized, parallelized subagents, each equipped with hundreds or thousands of Model Context Protocol (MCP) servers and tools. However, existing agent, MCP, and retrieval methods typically match queries against a single agent description, obscuring fine-grained tool capabilities of each agent, resulting in suboptimal agent selection. We introduce Agent-as-a-Graph retrieval, a knowledge graph retrieval augmented generation approach that represents both tools and their parent agents as nodes and edges in a knowledge graph. During retrieval, i) relevant agents and tool nodes are first retrieved through vector search, ii) we apply a type-specific weighted reciprocal rank fusion (wRRF) for reranking tools and agents, and iii) parent agents are traversed in the knowledge graph for the final set of agents. We evaluate Agent-as-a-Graph on the LiveMCPBenchmark, achieving 14.9% and 14.6% improvements in Recall@5 and nDCG@5 over prior state-of-the-art retrievers, and 2.4% improvements in wRRF optimizations.

📄 PDF Abstract BibTeX arXiv:2511.18194

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SciToolAgent: A Knowledge Graph-Driven Scientific Agent for Multi-Tool Integration

2025-07-27 · Keyan Ding, Jing Yu, Junjie Huang, Yuchen Yang 외 arxiv

Scientific research increasingly relies on specialized computational tools, yet effectively utilizing these tools demands substantial domain expertise. While Large Language Models (LLMs) show promise in tool automation, …

AgentGL: Towards Agentic Graph Learning with LLMs via Reinforcement Learning

2026-04-07 · Yuanfu Sun, Kang Li, Dongzhe Fan, Jiajin Liu 외 arxiv

Large Language Models (LLMs) increasingly rely on agentic capabilities-iterative retrieval, tool use, and decision-making-to overcome the limits of static, parametric knowledge. Yet existing agentic frameworks treat exte…

Reinforcement LearningNode ClassificationLink PredictionGraph Learning

GraphAgent: Agentic Graph Language Assistant

2024-12-22 · Yuhao Yang, Jiabin Tang, Lianghao Xia, Xingchen Zou 외

Real-world data is represented in both structured (e.g., graph connections) and unstructured (e.g., textual, visual information) formats, encompassing complex relationships that include explicit links (such as social con…

Knowledge GraphsNode ClassificationTask PlanningText Generation

Oracle Poisoning: Corrupting Knowledge Graphs to Weaponise AI Agent Reasoning

2026-05-10 · Ben Kereopa-Yorke, Guillermo Diaz, Holly Wright, Reagan Johnston 외 arxiv

We define Oracle Poisoning, an attack class in which an adversary corrupts a structured knowledge graph that AI agents query at runtime via tool-use protocols, causing incorrect conclusions through correct reasoning. Unl…

Knowledge Graphs

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents

2026-09-08 · Yuxing Lu, Yicheng Chen, Shanchan Wu, Sercan Ö. Arık hf

Large language models are increasingly deployed as agents that plan over long horizons and act through external tools. Most agents select actions through unconstrained generation over an accumulating history, leaving imp…