VERTEX / PROOF OF WORK
Scene-driven visual systems engine

One 3D engine.
Multiple evidence scenes.

Vertex normalizes agents, projects, workflow runs and graph events into one canonical node/edge/event model, then renders them through shared React and Three.js infrastructure. This public page uses synthetic data only.

React 18Three.js 0.160Vite 5VitestCanonical graph modelRead-only adapters
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.

SYNTHETIC SNAPSHOTdrag · zoom · click a node

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
Canonical dataGraphNode, GraphEdge, GraphEvent and SceneSnapshot keep renderers independent of source shape.
Shared interactionFocus mode, timeline replay, URL state, labels, performance budgets and export behavior live in reusable core modules.
Bounded publicationThe workflow run browser publishes positional surrogate step IDs and excludes prompt text, operator input, private paths and secrets.
Evidence and limits

What the source supports

ClaimEvidence classBoundary
Reusable React/Three.js visual engine with several scenesImplemented in private sourcePublic page does not publish source code
Agent replay, focus, provenance and export conceptsImplemented in the Agent Activity sceneDemo events and identities are fictional
569 tests across 30 filesSource-reported at pinned commitNot re-run during this publication change
Privacy-bounded workflow publicationSource, tests and reverse-mutation gate recorded in historyNot a whole-repository security proof
Production-hosted live agent endpointNot claimedThe source explicitly marks the endpoint dev-only