Void Topology Heartbeat Protocol
What It Is
The operational protocol for detecting structured absence in multi-agent systems. Each agent emits expected heartbeats. The void_topology field captures the shape of what is missing — not just which signals are absent, but the geometric relationship between the absences and the expected dependency structure. Detection is immediate: a heartbeat that does not arrive is a signal at t=0.
Why It Matters
A missing signal tells you something stopped. A structured void tells you why. Two CoGs can be missing the same three signals, but different dependency structures produce different void geometries, which map to different corrections.
Two CoGs can be missing the same three signals. A timeout-based protocol treats them identically. The void topology protocol distinguishes them: different expected dependency structures produce different void geometries, which map to different corrections. The shape of what is absent encodes the causal information that positive-space monitoring cannot capture. Detection is immediate — a heartbeat that does not arrive is a binary signal at t=0. Anomaly detection requires n observations to reach statistical significance. The void topology protocol detects faster and diagnoses more precisely than any positive-space instrument.
Proof Points
- void_topology field captures absence geometry, not just absence count
- Identical absence sets can have different void topologies leading to different corrections
- Detection at t=0 (binary) vs. anomaly detection requiring n observations for statistical significance
- Cohomological obstructions map deterministically to architectural corrections
- Makes absence a first-class diagnostic signal — not a timeout, but a topology
- No observability platform implements structured absence detection
- Strictly more sensitive than positive-space anomaly detection
- Patent-protected: USPTO 19/418,922
Market Position and IP
Patent-protected (USPTO 19/418,922). No observability platform implements structured absence detection. The void_topology field in the heartbeat protocol is architecturally novel — it elevates absence from a binary timeout to a geometric diagnostic surface. Every competing observability approach (Prometheus, Datadog, OpenTelemetry) instruments only the positive space; the void topology protocol is the only system that instruments the negative space with geometric precision.
Novel Research Contribution
Formalizes the relationship between structured absence and sheaf cohomology, published in the void-topology paper. The key result: the void topology of a missing heartbeat pattern uniquely determines the cohomological obstruction class, which maps deterministically to an architectural correction. This transforms failure diagnosis from statistical inference (requiring observations) to algebraic computation (immediate from the absence geometry).
Implementation and Impact
Deployed within AgentOS's heartbeat protocol. Each agent heartbeat includes the void_topology field. The monitoring system computes void geometry and routes corrections based on obstruction type. Clients receive failure detection that operates before positive-space instruments register anomaly — the fastest possible detection for the failure class that leaves no trace in logs, metrics, or traces.
Links
- Paper: void-topology
- Spec: AgentOS Heartbeat Protocol
- Patent: USPTO 19/418,922
Connections
- Imperatives: Void Topology
- Builds: AgentOS
- Papers: void-topology