paper-with-me

홈 › Papers

Conveyor: Efficient Tool-aware LLM Serving with Tool Partial Execution

2024-05-29 · Yechen Xu, Xinhao Kong, Tingjun Chen, Danyang Zhuo

The complexity of large language model (LLM) serving workloads has substantially increased due to the integration with external tool invocations, such as ChatGPT plugins. In this paper, we identify a new opportunity for efficient LLM serving for requests that trigger tools: tool partial execution alongside LLM decoding. To this end, we design Conveyor, an efficient LLM serving system optimized for handling requests involving external tools. We introduce a novel interface for tool developers to expose partial execution opportunities to the LLM serving system and a request scheduler that facilitates partial tool execution. Our results demonstrate that tool partial execution can improve request completion latency by up to 38.8%.

📄 PDF Abstract BibTeX arXiv:2406.00059

Code (1)

conveyor-sys/conveyor 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

ME-WARD: A multimodal ergonomic analysis tool for musculoskeletal risk assessment from inertial and video data in working plac

2026-01-24 · Javier González-Alonso, Paula Martín-Tapia, David González-Ortega, Míriam Antón-Rodríguez 외 arxiv

This study presents ME-WARD (Multimodal Ergonomic Workplace Assessment and Risk from Data), a novel system for ergonomic assessment and musculoskeletal risk evaluation that implements the Rapid Upper Limb Assessment (RUL…

3D Pose EstimationPose Tracking

AGENTSERVESIM: A Hardware-aware Simulator for Multi-Turn LLM Agent Serving

2026-06-08 · Rakibul Hasan Rajib, Mengxin Zheng, Qian Lou arxiv

Multi-turn LLM agents interleave model calls with external tool invocations, shifting serving from stateless request processing to stateful program execution. Serving these workloads requires scheduling, KV-cache managem…

AoI-Aware Multi-Robot Sensing and Transport on Connected Graphs

2026-05-04 · John Tadrous arxiv

A team of mobile robots monitors spatially distributed processes and delivers measurements to a base, where AoI is measured from sensing start, capturing both stochastic parallel sensing delays and hop-based propagation.…

Parallelizing Tool Execution and LLM Generation for Low-Latency Agent Serving

2026-03-19 · Yifan Sui, Han Zhao, Rui Ma, Zhiyuan He 외 arxiv

LLM-powered agents execute tasks through a sequential loop of model generation and tool execution. Today's serving systems serialize this loop, leaving tool latency exposed on the task critical path. This paper presents …

TraceLab: Characterizing Coding Agent Workloads for LLM Serving

2026-06-29 · Kan Zhu, Mathew Jacob, Chenxi Ma, Yi Pan 외 arxiv

Coding agents are rapidly becoming a major application of agentic LLMs, but serving them efficiently remains challenging. Progress on this challenge requires understanding real workload patterns, yet the data needed for …