paper-with-me

Papers

Scepsy: Serving Agentic Workflows Using Aggregate LLM Pipelines

2026-04-16 · Marcel Wagenländer, Otto White, Britannio Jarrett, Pedro Silvestre, Yanda Tao, Guo Li, Huanzhou Zhu, Llúis Vilanova, Peter Pietzuch arxiv

Agentic workflows carry out complex tasks by orchestrating multiple large language models (LLMs) and tools. Serving such workflows at a target throughput with low latency is challenging because they can be defined using arbitrary agentic frameworks and exhibit unpredictable execution times: execution may branch, fan-out, or recur in data-dependent ways. Since LLMs in workflows often outnumber available GPUs, their execution also leads to GPU oversubscription. We describe Scepsy, a new agentic serving system that efficiently schedules arbitrary multi-LLM agentic workflows onto a GPU cluster. Scepsy exploits the insight that, while agentic workflows have unpredictable end-to-end latencies, the shares of each LLM's total execution times are comparatively stable across executions. Scepsy decides on GPU allocations based on these aggregate shares: first, it profiles the LLMs under different parallelism degrees. It then uses these statistics to construct an Aggregate LLM Pipeline, which is a lightweight latency/throughput predictor for allocations. To find a GPU allocation that minimizes latency while achieving a target throughput, Scepsy uses the Aggregate LLM Pipeline to explore a search space over fractional GPU shares, tensor parallelism degrees, and replica counts. It uses a hierarchical heuristic to place the best allocation onto the GPU cluster, minimizing fragmentation, while respecting network topology constraints. Our evaluation on realistic agentic workflows shows that Scepsy achieves up to 2.4x higher throughput and 27x lower latency compared to systems that optimize LLMs independently or rely on user-specified allocations.

📄 PDF Abstract BibTeX arXiv:2604.15186

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient LLM Serving for Agentic Workflows: A Data Systems Perspective

2026-03-17 · Noppanat Wadlom, Junyi Shen, Yao Lu arxiv

Agentic workflows are composed of sequences of interdependent Large Language Model (LLM) calls, and they have become a dominant workload in modern AI systems. These workflows exhibit extensive redundancy from overlapping…

GenRouter: Unified Workflow Routing for Agentic Image Generation

2026-08-17 · Harold Haodong Chen, Zhiyu Hou, Wen-Jie Shu, Weilin Ruan 외 arxiv

The rapid evolution of text-to-image (T2I) generation models has effectively solved the foundational challenge of raw pixel synthesis, shifting the community's focus toward fulfilling increasingly intricate user requests…

Zero-shot GeneralizationImage Generation

EvoFlow: Evolving Diverse Agentic Workflows On The Fly

2025-02-11 · Guibin Zhang, Kaijie Chen, Guancheng Wan, Heng Chang 외

The past two years have witnessed the evolution of large language model (LLM)-based multi-agent systems from labor-intensive manual design to partial automation (\textit{e.g.}, prompt engineering, communication topology)…

Large Language ModelPrompt EngineeringTAG

Murakkab: Resource-Efficient Agentic Workflow Orchestration in Cloud Platforms

2025-08-22 · Gohar Irfan Chaudhry, Esha Choukse, Haoran Qiu, Íñigo Goiri 외 arxiv

Agentic workflows commonly coordinate multiple models and tools with complex control logic. They are quickly becoming the dominant paradigm for AI applications. However, serving them remains inefficient with today's fram…

ComfySearch: Autonomous Exploration and Reasoning for ComfyUI Workflows

2026-01-07 · Jinwei Su, Qizhen Lan, Zeyu Wang, Yinghui Xia 외 arxiv

AI-generated content has progressed from monolithic models to modular workflows, especially on platforms like ComfyUI, allowing users to customize complex creative pipelines. However, the large number of components in Co…