TOPAS Scheduler Balances Prefix Caching and Batching for Multi-Agent LLMs
August 27, 2026
TOPAS is a workflow-aware scheduler designed to optimize multi-agent LLM serving under shared KV cache constraints. It optimizes task-level job completion time by jointly deciding which agent prefixes to retain in cache and which requests to schedule for execution.
HOW THIS AFFECTS YOU
●
builderYou can improve the throughput and completion times of multi-agent workflows by implementing this prefix-aware scheduling logic.