# AgentGlancer — Live Multi-Agent Connectome Dashboard Inspired by Google's **Neuroglancer**, built for Hayula's **91 agents**. ## Features - 🧠 Live force-directed agent network visualization - 🔴 Hub detection (high-degree agents glow red) - 🟠 Bottleneck alerts (pulsing orange) - ⚫ Orphan detection (isolated in gray) - 🔍 Zoom/pan — from overview to single agent - 📊 Real-time stats: agent count, events, FPS - 📡 WebSocket-ready for live data ## Quick Start ```bash pip install none # zero dependencies — pure HTML5 Canvas + vanilla JS python3 server.py # serves dashboard on port 9011 ``` ## Architecture ``` AgentGlancer Dashboard (Canvas 2D) ↓ fetch /api/connectome Glancer Server (Python http.server) ↓ read JSON FFAM Connectome Snapshots (from M2 DragonMesh) ``` ## URL https://glancer.hayula.xyz ## Part of Hayula ASI Stack - FFAM (connectome.py) → generates snapshots - AgentGlancer → visualizes snapshots - DragonMesh → provides live agent data