Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents
arxiv.org原文 ↗
提出 Agent libOS,把长期运行 LLM agent 抽象成 AgentProcess,而不是一次请求-响应调用。运行时包含 process identity、parent-child lineage、lifecycle state、AgentImage 派生的 tool table、typed Object Memory、显式 capabilities、human queues、checkpoints、events 和 audit records。作者明确它不实现硬件驱动、kernel isolation 或 POSIX OS,而是运行在常规 host OS 之上的 library-OS substrate。它给 agent 的恢复、审计和权限边界提供了一套系统软件词汇。
–浏览
评论 · Comments