AgentRM: An OS-Inspired Resource Manager for LLM Agent Systems
Jianshu She

TL;DR
This paper introduces AgentRM, an OS-inspired resource management system for LLM agent frameworks, significantly improving responsiveness, resource utilization, and information retention by addressing scheduling and memory challenges.
Contribution
AgentRM applies OS principles to LLM agent resource management, introducing a scheduler and context manager that enhance performance and retention.
Findings
P95 latency reduced by 86% with AgentRM-MLFQ
Zombie agents eliminated, throughput increased by 168%
Key information retention improved to 100% with AgentRM-CLM
Abstract
Large Language Model (LLM) agent systems have experienced rapid adoption across diverse domains, yet they suffer from critical user experience problems that limit their practical deployment. Through an empirical analysis of over 40,000 GitHub issues from six major agent frameworks (OpenClaw, AutoGen, CrewAI, LangGraph, Codex, Claude Code), we identify two fundamental resource management challenges: (1) scheduling failures leading to system unresponsiveness due to blocking, zombie processes, and rate limit cascades, and (2) context degradation causing agent "amnesia" from unbounded memory growth and poor retention policies. Drawing inspiration from decades of operating systems research, we present AgentRM, a middleware resource manager that treats agent resources analogously to OS resources. AgentRM employs a Multi-Level Feedback Queue (MLFQ) scheduler with zombie reaping and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Big Data and Digital Economy · Cloud Computing and Resource Management
