Interactive synthetic proof
Agent Activity scene
Drag to orbit, scroll to zoom, select an agent, filter priority and replay synthetic messages. The page mirrors the production concepts without reading any private coordination spool.
This browser demonstration is an explanatory synthetic scene. It is not connected to the private Vertex source, agent-comm, portfolio-ops-hub, Intelligence Engine or any local filesystem.
Implemented architecture
Scenes depend on adapters, adapters depend on core
private/read-only source
-> source-specific adapter
-> SceneSnapshot { mode, source, read_only, nodes, edges, events, provenance }
-> shared scene contract and encodings
-> React scene shell
-> Three.js renderer, camera, interaction and animation
-> inspector, provenance, replay, focus and export surfaces
Evidence and limits
What the source supports
| Claim | Evidence class | Boundary |
|---|---|---|
| Reusable React/Three.js visual engine with several scenes | Implemented in private source | Public page does not publish source code |
| Agent replay, focus, provenance and export concepts | Implemented in the Agent Activity scene | Demo events and identities are fictional |
| 569 tests across 30 files | Source-reported at pinned commit | Not re-run during this publication change |
| Privacy-bounded workflow publication | Source, tests and reverse-mutation gate recorded in history | Not a whole-repository security proof |
| Production-hosted live agent endpoint | Not claimed | The source explicitly marks the endpoint dev-only |