File size: 1,006 Bytes
29a314c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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