Async event bus
An internal message bus lets every part of JARVIS announce what it is doing.
LIVE-PROVEN , rung 6 of 8 Recorded 17 September 2026
Technical
What it is
Asynchronous in-process event bus (jarvis/runtime/events.py) carrying typed events between runtime subsystems and to the HUD event stream.
Truth ladder
Where it stands
Rung 6 of 8: LIVE-PROVEN
A bounded probe ran the real code path on a booted JARVIS on the real machine and recorded evidence. The project treats live evidence as expiring after 24 hours, so every live reading here shows the date it was taken.
Project record: LIVE
- CONCEPT Designed or specified. No working code yet.
- IMPLEMENTED Code exists. Nothing has demonstrated that it behaves correctly.
- TESTED Automated tests exercise it in isolation, often against fixtures.
- INTEGRATED Wired into the rest of JARVIS and tested across component boundaries.
- PRODUCTION-REACHABLE The owner can reach it through the real runtime path, not only through a test harness.
- LIVE-PROVEN A bounded probe ran the real code path on a booted JARVIS on the real machine and recorded evidence. The project treats live evidence as expiring after 24 hours, so every live reading here shows the date it was taken.
- FORMALLY VERIFIED Its critical property is checked by a proof or exhaustive verification.
- RELEASE-QUALIFIED Passed every qualification gate for a named release.
Limits
Limitations
- Registry LIVE reading recorded 2026-09-17 by a bounded probe that booted a real JARVIS process on a loopback diagnostic port (health-route probe). The project's own rule decays LIVE after 24 hours, so as of 2026-09-22 this is a historical reading, not a current one.
Record
Status history
- LIVE-PROVEN , rung 6 of 8 Recorded state: LIVE
Only states recorded in the public export are listed. Earlier states may exist in the project’s private ledgers.
Connected work
Connected work
- Changelog Nine capabilities recorded LIVE under the 24-hour rule 17 Sept 2026
Neighbours
Related capabilities
- Correlation IDs across every surface Every request carries one tracking ID so its whole journey can be traced.
- Health & readiness probes JARVIS can report whether it is healthy and ready.
- Resource governor (CPU/GPU/RAM admission) JARVIS rations CPU, GPU and memory so heavy work can't starve the conversation.
- Idempotency keys Repeating the same request doesn't repeat its side effects.