Papers › GraphPlanner: Graph Memory-Augmented Agentic Routing for Multi-Agent LLMs

GraphPlanner: Graph Memory-Augmented Agentic Routing for Multi-Agent LLMs

26 Apr 2026arXiv:2604.23626added by Syntology

Tao Feng, Haozhen Zhang, Zijie Lei, Peixuan Han, Jiaxuan You

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

LLM routing has achieved promising results in integrating the strengths of diverse models while balancing efficiency and performance. However, to support more realistic and challenging applications, routing must extend into agentic LLM settings, where task planning, multi-round cooperation among heterogeneous agents, and memory utilization are indispensable. To address this gap, we propose GraphPlanner, a heterogeneous graph memory-augmented agentic router for multi-agent LLMs that generates routing workflows for each query and supports both inductive and transductive inference. GraphPlanner formulates workflow generation as a Markov Decision Process (MDP), where at each step it selects both the LLM backbone and the agent role, including Planner, Executor, and Summarizer. By leveraging a heterogeneous graph, denoted as GARNet, to capture interaction memories among queries, agents, and responses, GraphPlanner integrates historical memory and workflow memory into richer state representations. The entire pipeline is optimized with reinforcement learning, jointly improving task-specific performance and computational efficiency. We evaluate GraphPlanner across 14 diverse LLM tasks and demonstrate that: (1) GraphPlanner outperforms strong single-round and multi-round routers, improving accuracy by up to 9.3% while reducing GPU cost from 186.26 GiB to 1.04 GiB; (2) GraphPlanner generalizes robustly to unseen tasks and LLMs, exhibiting strong zero-shot capabilities; and (3) GraphPlanner effectively leverages historical memories, supporting both inductive and transductive inference for more adaptive routing. Our code for GraphPlanner is released at https://github.com/ulab-uiuc/GraphPlanner.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.23626")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ulab-uiuc/GraphPlanner found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
5unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ulab-uiuc/GraphPlanner. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_agentic_graph_pyg ulab-uiuc/GraphPlanner/router_planner/dynamic_router/graph_builder.py found in paper text by Syntology ran no licence file found · pointer only · 448fd1d68d05dff8 · report
build_agentic_hetero_graph_pyg ulab-uiuc/GraphPlanner/router_planner/dynamic_router/graph_builder.py found in paper text by Syntology ran no licence file found · pointer only · f3f98ad360de166f · report
format_commongen_prompt ulab-uiuc/GraphPlanner/router_planner/shared/task_prompting.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · b163044a63aa807a · report
format_mc_prompt ulab-uiuc/GraphPlanner/router_planner/shared/task_prompting.py found in paper text by Syntology ran no licence file found · pointer only · 27b8c01eeed19d5b · report
format_qa_prompt ulab-uiuc/GraphPlanner/router_planner/shared/task_prompting.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a7eb95f8635e4027 · report
is_equiv ulab-uiuc/GraphPlanner/router_planner/shared/math_eval.py found in paper text by Syntology ran no licence file found · pointer only · 34ed87891e855695 · report
last_boxed_only_string ulab-uiuc/GraphPlanner/router_planner/shared/math_eval.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9194e1f637041d86 · report
loadjson ulab-uiuc/GraphPlanner/router_planner/shared/utils.py found in paper text by Syntology ran no licence file found · pointer only · e317f871b4dbfcb9 · report
normalize_answer ulab-uiuc/GraphPlanner/router_planner/shared/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c2e95e64eec380a8 · report
read_problems ulab-uiuc/GraphPlanner/router_planner/shared/evaluation/human_eval/data.py found in paper text by Syntology ran no licence file found · pointer only · 16c6b5cd0ca7e8e3 · report
remove_boxed ulab-uiuc/GraphPlanner/router_planner/shared/math_eval.py found in paper text by Syntology ran no licence file found · pointer only · c70fa8b9ac912e78 · report
eval_perf ulab-uiuc/GraphPlanner/router_planner/shared/response_eval.py found in paper text by Syntology unverified no licence file found · pointer only · 56ef8fdff1dac635 · report
executor ulab-uiuc/GraphPlanner/router_planner/shared/agent_call.py found in paper text by Syntology unverified no licence file found · pointer only · 5e560cd1c87f4a70 · report
loadpkl ulab-uiuc/GraphPlanner/router_planner/shared/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 362252ededea4049 · report
planner ulab-uiuc/GraphPlanner/router_planner/shared/agent_call.py found in paper text by Syntology unverified no licence file found · pointer only · c4471f1e31b9f708 · report
summarizer ulab-uiuc/GraphPlanner/router_planner/shared/agent_call.py found in paper text by Syntology unverified no licence file found · pointer only · e0ebad372c0022bb · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.23626, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 4 leaderboards for this paper and placed the paper on none of them: 2 rejected by the independent check; 2 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections