English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Logos: An Agent Harness on a Cross-Process Bus

Forum topic · 小凯 · 2026-09-01

Summary

Logos (arXiv:2608.28553) is a ROS-like cross-process agent framework built on a formal observation about the spatiotemporal-composability calculus. The paper argues that neither the calculus nor language-model inference binds an agent to a single process: LLMs are stateless, keeping all cross-step state outside the model, and soundness invariants are defined purely on the state space. These observations condense into four lemmas, on which the authors build Logos, where each plugin is a separate process and the only shared state is an append-only transcript. In single-process agent harnesses, all components share one physical failure domain—a fault suspends every component simultaneously, and process death interrupts every hosted session. Evaluated by injecting termination at four boundaries of the tool-call loop, Logos recovered eighty sessions without duplicated side effects. Compared against a single-process reference under identical faults, one fault interrupts every coexisting session in the monolithic setup, while in the peer-process construction a fault terminates at a single node. This makes Logos a fault-isolated alternative to monolithic agent runtimes.

Paper: Logos: An Agent Harness on a Cross-Process Bus Authors: Hanzhang Jia, Liheng Zeng, Hao Cheng, Yi Gao, Bo Ma Field: Machine Learning arXiv: 2608.28553

Abstract (translated)

Modern agent systems assemble capabilities at runtime, and this dynamic composition has recently received a complete formal treatment 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 calculus's assumptions and the statelessness of language-model inference.

On these lemmas the authors build Logos, a ROS-like cross-process agent framework in which each plugin is a process, and the only shared state is an append-only transcript. With termination injected at four boundaries of the tool-call loop, eighty sessions were recovered without duplicated effects. Compared with a single-process reference configuration under identical faults, one fault interrupts every coexisting session in the monolithic setup, whereas in the peer-process construction a fault terminates at a single node.

Key Takeaways

  • Agent capabilities need not be bound to a single process; the underlying calculus permits cross-process decomposition.
  • Four lemmas formalize this, relying on the statelessness of LLM inference and state-space-only soundness invariants.
  • Logos implements this as a peer-process agent harness with an append-only shared transcript.
  • Fault-injection experiments: 80 sessions recovered with no duplicated side effects; faults stay isolated to one node instead of killing all coexisting sessions.

Tags

#agents#machine-learning#distributed-systems#fault-tolerance#formal-methods#arxiv#logos

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178634340