基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.28553v1
- 发布域名: arxiv.org
- 分类: cs.AI
- 作者: Hanzhang Jia、Liheng Zeng、Hao Cheng 等
要点解读
这是什么
Logos 是一个跨进程的智能体框架,采用插件即进程的设计,插件之间只通过只追加的日志共享信息。
用在哪里
适用于需要在运行时动态组合多个语言模型能力、对故障隔离有严格要求的场景,例如多步骤工具调用的自动化工作流。
可以推断的
推测:将每个插件隔离为独立进程后,单个插件的故障不会导致整个系统被挂起。
推测:系统依赖只追加的日志来维护跨步骤状态,从而保证可追溯性和一致性。
来源摘要/节选
Modern agent systems assemble capabilities at runtime, and this dynamic composition has recently received a complete formal treat ment in the spatiotemporal-composability calculus, in which a capability is a component carrying a tracked inverse, and agents are assembled as plugins. This plugin form is carried by a single process sharing one context, a carrier that places all components in one physical failure domain, a fault suspends every component at once, and process death interrupts every session the process hosts. This paper shows that neither the modeling nor the calculus binds an agent to one process, the statelessness of the language model keeps all cross-step state outside the model, and the soundness invariant is defined on the state space alone. These observations condense into four lemmas whose premises are the hypotheses of the calculus and the statelessness of language-model inference. On these lemmas this paper constructs Logos, a ROS-like cross process agent harness in which a plugin is a process and the only shared state is an append-only transcript. Eighty sessions resume with no repeated effect after kills placed at the four boundaries of the tool-call cycle, and a same-fault comparison with a single process reference configuration shows one fault interrupting every co-resident session while under the peer-process construction one fault ends at one node.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。