paper-with-me

Papers

GraphFlow: A Graph-Based Workflow Management for Efficient LLM-Agent Serving

2026-05-21 · Ao Li, Shangpeng Yang, Fahao Chen, Tianheng Xu, Peng Li, Zhou Su arxiv

Large Language Model (LLM)-based agents demonstrate strong reasoning and execution capabilities on complex tasks when guided by structured instructions, commonly referred to as workflows. However, existing workflow-assisted agent serving systems typically rely on predefined templates and shallow matching mechanisms, which limit their ability to capture deep semantic relationships and generalize to previously unseen tasks. To address these limitations, we propose a new workflow management paradigm that represents workflows using a unified graph, termed wGraph, where each node corresponds to an atomic operation. wGraph serves as a shared substrate from which task-specific workflows are dynamically instantiated. Building on wGraph primitives, we introduce GraphFlow, a system that efficiently integrates workflows into agent serving through two key designs. First, adaptive workflow generation dynamically constructs workflows from wGraph based on task semantics and constraint requirements. Second, workflow state management exploits wGraph structure to efficiently manage Key-Value (KV) caches, reducing redundant computation during agent serving. Extensive experiments across five benchmark datasets show that GraphFlow consistently outperforms state-of-the-art methods, yielding an average performance improvement of approximately 4.95 percentage points, while achieving an approximately 4$\times$ reduction in memory footprint.

📄 PDF Abstract BibTeX arXiv:2605.22566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphFlow: An Architecture for Formally Verifiable Visual Workflows Enabling Reliable Agentic AI Automation

2026-05-14 · Drewry H. Morris, Luis Valles, Reza Hosseini Ghomi arxiv

GraphFlow is a visual workflow system designed to improve the reliability of agentic AI automation in multi-step, mission-critical processes. In these workflows, small errors compound rapidly: under an idealized model of…

Can Knowledge-Graph-based Retrieval Augmented Generation Really Retrieve What You Need?

2025-10-18 · Junchi Yu, Yujie Liu, Jindong Gu, Philip Torr 외 arxiv

Retrieval-Augmented Generation (RAG) based on knowledge graphs (KGs) enhances large language models (LLMs) by providing structured and interpretable external knowledge. However, existing KG-based RAG methods struggle to …

Knowledge Graphs

Efficient Serving for Dynamic Agent Workflows with Prediction-based KV-Cache Management

2026-05-07 · Haoyu Zheng, Fangcheng Fu, Jia Wu, Binhang Yuan 외 arxiv

LLM-based workflows compose specialized agents to execute complex tasks, and these agents usually share substantial context, allowing KV-Cache reuse to save computation. Existing approaches either manage KV-Cache at agen…

Orla: A Library for Serving LLM-Based Multi-Agent Systems

2026-03-13 · Rana Shahout, Hayder Tirmazi, Minlan Yu, Michael Mitzenmacher arxiv

We introduce Orla, a library for constructing and running LLM-based agentic systems. Modern agentic applications consist of workflows that combine multiple LLM inference steps, tool calls, and heterogeneous infrastructur…

Orchestrating Human-AI Teams: The Manager Agent as a Unifying Research Challenge

2025-10-02 · Charlie Masters, Advaith Vellanki, Jiangbo Shangguan, Bart Kultys 외 arxiv

While agentic AI has advanced in automating individual tasks, managing complex multi-agent workflows remains a challenging problem. This paper presents a research vision for autonomous agentic systems that orchestrate co…