Logos: An Agent Harness on a Cross-Process Bus· 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
跨进程总线上的代理绑定机制,实现更灵活的代理系统。
- 核心方法
- 提出了一种新的跨进程绑定机制 Logos,通过跨进程总线实现代理组件的动态组装,同时保持状态独立。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 现有代理系统通常绑定在一个进程中,导致故障会影响所有组件,且难以实现动态组装和跨进程通信。
- 关键实验
- 未提供
- 主要贡献
- 解决了代理系统绑定单进程的问题,提高了系统的灵活性和可靠性。
- 意义与局限
- 意义在于为分布式代理系统提供了新的设计思路,但实验验证不足。