You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete documentation for VisionClaw — the governed agentic mesh for real-time 3D knowledge graph exploration with GPU-accelerated physics, OWL 2 ontology reasoning, and multi-agent AI orchestration
updated-date
2026-05-05
VisionClaw Documentation
Real-time 3D knowledge graph exploration powered by Rust, CUDA GPU physics, OWL 2 ontology reasoning, and a multi-agent AI mesh.
git clone https://github.com/DreamLab-AI/VisionClaw.git
cd VisionClaw && cp .env.example .env
./scripts/launch.sh up dev
./scripts/launch.sh up dev is the canonical launcher; the explicit fallback is docker compose -f docker-compose.unified.yml --profile dev up -d (docker-compose.unified.yml is the only compose file shipped).
Open http://localhost:3001 for the 3D graph interface and http://localhost:4000/api for the REST API. The graph store is the embedded Oxigraph triple store (ADR-11) — there is no separate database browser UI.
Known Issues: Before debugging unexpected behaviour, check KNOWN_ISSUES.md — it tracks active P1/P2 bugs including the Ontology Edge Gap (ONT-001) and V4 delta instability (WS-001).
Sovereign Mesh Sprint (2026-04-19)
Recent ship: Pod-backed knowledge graph sovereignty with Solid Pod integration, per-user Nostr identity, and Web Access Control. Six architectural decisions landed on main:
Agent Control Surface Protocol Integration (planned)
VisionClaw does not emit governance panels today. The live Nostr egress is the bead-provenance bridge (src/services/nostr_bridge.rs), which republishes kind 30001 bead-provenance records as kind 9 events. There is no ServerNostrActor and no 31400/31402 panel emission in the current build.
The Agent Control Surface Protocol — server-signed panel and action-request events bridging an agent broker to a Forum Kit relay mesh — is a planned integration. Its contract is defined in architecture/agent-control-surface-panels.md, the authoritative statement that VisionClaw does not publish panels. When implemented, panel emission (kind 31400 PanelDefinition, kind 31402 ActionRequest) would be carried by a future ServerNostrActor; the document specifies the kinds, fields, and RBAC model that emitter must satisfy.
ADR-015 through ADR-026 are not in this repository — those numbers were assigned to decisions that predated the current ADR process and were not backfilled.
Numbering convention (one-number-one-decision): every ADR number maps to exactly
one decision. Duplicate-numbered files are renumbered to the next free number rather
than disambiguated by suffix. The 2026-06-11 sweep renumbered the colliding second
file of four pairs: ADR-028-sparql-patch-ontology→ADR-106,
ADR-030-ext-github-creds-in-pod→ADR-107, ADR-031-layout-mode-system→ADR-108,
ADR-086-sops-secrets-management→ADR-109. The primary of each pair keeps its number
(ADR-028 optional-auth, ADR-030 agent-memory-pods, ADR-031 gpu-analytics, ADR-086
git-over-http-ingest). See ADR-105 §Numbering. The previous historical -ext suffix
(e.g. ADR-028-ext) is retained where it still denotes a distinct accepted decision and
did not itself collide.
Ecosystem Infographic Modernisation — audit + diagram-as-code / Nano Banana regeneration plan for stale images (image replacement is a separate follow-up)
ADR-035 is absent — the content was renumbered to ADR-037 (ADR-037-binary-protocol-consolidation.md carries the ADR-035 internal heading, a known inconsistency).
VisionClaw is the integration substrate of a 5-project DreamLab ecosystem federated via did:nostr identity. The following PRDs, ADRs, and DDD documents govern the federation architecture.
Enterprise Drawer UI — Full specification for the enterprise slide-out drawer: geometry, WASM ambient effects, Zustand store, keyboard shortcut, ARIA, graph dimming, rollback plan
Insight Migration Loop — Research corpus for the tacit→explicit knowledge bridging workflow (prior art, bridge theory, physics mapping, acceptance tests, scoring)
Lifecycle Documents
This section indexes the three lifecycle document types that govern VisionClaw's evolution. Each PRD defines what to build, companion ADRs record architectural decisions, and DDD documents model bounded contexts. Forward/back links exist within each document.