The Command-and-Control Layer for the Vibe Ecosystem.
Vigilance is a central hub for observing and directing AI agents. It provides a high-fidelity dashboard to monitor what an agent sees and what it is thinking in real-time, bridging the gap between 3D viewports and logical reasoning.
Status: 🛠️ Active Development / Experimental. Proven Core: Real-time visual frame ingestion and MJPEG "flipbook" streaming are verified and operational.
Vigilance acts as a Multi-Modal Flight Recorder. Agents broadcast their visual focus and intended actions to a high-speed Go bus. This data is then synchronized and distributed to the Analytic HUD and In-Engine Overlays.
./vigilanceDefault Dashboard: http://127.0.0.1:8080
The core visual relay. Supports live, low-latency streaming of Unity/Blender viewports.
- SVG Overlays: Dynamic bounding boxes and gaze frustums rendered over live video.
- Solo Mode: Isolate and maximize any agent for focused visual directing.
Intercepts MCP protocol traffic to stream the AI's internal reasoning loop.
- Sync-Link: Hovering over a line of code highlights its corresponding 3D target in the visual pane.
- Syntax Highlighting: High-fidelity rendering for Python, C#, and TypeScript intent logs.
A 30-60 second circular buffer for both frames and thoughts.
- Temporal Sync: The thought sidebar automatically aligns its scroll position with the visual scrubber.
- Instant Replay: Review the context leading up to an anomaly or crash.
Bidirectional control lane for active mission steering.
- Emergency Brake: A global protocol-level kill switch that halts all AI tool calls and engine movement.
- Signal Injection: Nudge or redirect agents by injecting tokens directly into their cognitive stream.
Tactical overlays for Blender and Unity that show the thought stream and safety status directly in the 3D viewport.
Includes a recursive, high-performance scrubbing engine to ensure no sensitive data reaches the dashboard:
- Recursive Scrubbing: Automatically redacts secrets and PII hidden deep within nested metadata structures.
- Entropy Detection: Identifies and redacts random alphanumeric strings that resemble API keys.
- Injection Safety: All human-injected tokens are scrubbed before broadcast.
All data remains local. Your screenshots, logs, and intent patterns never leave your system. Vigilance is built for those who demand total oversight without third-party exposure.