Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents
Summary
Agent libOS introduces a library-OS-inspired runtime substrate for LLM agents, treating agents as schedulable processes with explicit capabilities, lifecycle management, audit records, and human approval queues. The design shifts the trust boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited safely.
Similar Articles
Agentao: A Governed Local-First Runtime for Tool-Using LLM Agents
Agentao introduces a governed local-first runtime for tool-using LLM agents, separating model-generated actions from host-authorized execution to improve safety and governance.
We open-sourced an agent runtime built for the part everyone skips: running agents on real hardware, offline
An open-source agent runtime designed for running AI agents on real hardware, offline, with hardware I/O support and a visual builder, supporting multi-provider LLMs and on-device RAG.
The Agent Operating System (AOS): A Reference Operating Architecture for Distributed Agentic Systems
This paper proposes the Agent Operating System (AOS), a vendor-neutral reference operating architecture for distributed agentic systems, covering governance, runtime coordination, and reliability. It aims to provide a stable framework for composing heterogeneous components into governable and observable agentic systems.
Launching AgentOS & Apodex 1.0: A dedicated runtime and model family built to stop long-horizon agent drift via independent verification
AgentOS and Apodex 1.0 introduce a runtime and open-weight model family for long-horizon agent tasks, using independent verification to prevent agent drift. The platform includes skeptical sub-agents and achieves high scores on complex benchmarks.
Towards an Agent Operating System - Lessons from Classical and Cloud OS
This paper argues that agentic AI systems are currently in the experimentation phase and need stable abstractions similar to POSIX and Kubernetes, proposing an Agent Operating System.