Graph Memory and Lease Isolation: Multi-Agent State Management in Practice
ShanRizvi · x · 2026-07-29
The author shares engineering details of their multi-agent work state management system. It uses a graph memory to anchor code and task context, allowing a newly launched Claude Code session to seamlessly pick up the state of a previously killed session.
Additionally, the system features built-in leases with epoch fencing. When two agents attempt to work on the same task, the stale session receives an explicit 409 conflict error, preventing silent overwrites. Through active dogfooding, the author notes this architecture successfully caught seven install-path bugs that 977 green unit tests had missed.
Related event: MindGraph Adds Persistent Graph Memory for Coding Agents(8 posts)→
More from coding & agent
- Small-model orchestration roughly doubled task completion in a 100-task benchmark — _raydeStar · 2026-07-29
- Nous Portal bundles model access and a tool gateway for agent workflows — Teknium · 2026-07-29
- Reddit test says direct MCP beats Zapier for scheduling Claude social posts — Purple_Network3016 · 2026-07-29
- ClaudeDev says stateless MCP can now run on serverless and edge infrastructure — IndraVahan · 2026-07-29
- Eve launches a CLI registry for installing agent integrations — shadcn · 2026-07-29
- Sonder Editor brings an open-source video timeline to ComfyUI — SonderSaid · 2026-07-29