Back to corpus
technical noteexperiment writeup candidatescore 32
Shared State Schema
This document defines the shared state format for agent coordination, including access patterns, locking mechanisms, and event bus design.
Full HTML reader
Read the full artifact
Extracted abstract or opening context
This document defines the shared state format for agent coordination, including access patterns, locking mechanisms, and event bus design.
1. [State Architecture](#state-architecture) 2. [State Schema](#state-schema) 3. [Agent-Specific State](#agent-specific-state) 4. [Access Control](#access-control) 5. [Concurrency & Locking](#concurrency--locking) 6. [Event Bus Design](#event-bus-design) 7. [Persistence](#persistence)
| State Path | Pulse | Heartbeat | Dream Weaver | Conductor | Guardian | |------------|-------|-----------|--------------|-----------|----------| | `global.config` | R | R | R | RW | R | | `global.registry` | R | R | R | RW | R | | `global.tasks` | R | R | R | RW | R | | `global.metrics` | R | R | R | RW | R | | `global.health` | R | R | R | RW | RW | | `agents.pulse.*` | RW¹ | R | R | RW | R | | `agents.heartbeat.*` | R | RW¹ | R | RW | R | | `agents.dream_weaver.*` | R | R | RW¹ | RW | R | | `agents.conductor.*` | R | R | R | RW | R | | `locks.*` | RW² | RW² | RW² | RW | R |
- [PROTOCOL.md](./PROTOCOL.md) — Agent coordination protocol - [src/](./src/) — TypeScript type definitions
Promotion decision
What has to happen next
Attach run IDs, datasets, metrics, and reproduction commands.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.