AI RESEARCH

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

arXiv CS.LG

ArXi:2605.06472v1 Announce Type: new 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 agent level and fail to exploit the reuse opportunities within workflows, or manage cache at the workflow level but assume that each workflow calls a static sequence of agents. However, practical workflows are typically dynamic, where the sequence of invoked agents and thus induced cache reuse opportunities depend on the context of each task.