nexus
๐๏ธ Nexus Architecture
Nexus Dashboard source/output boundary, collector flow, server, and generated artifacts.
Nexus is a Python/static HTML dashboard, not a packaged app.
collectors/*
โ data/*.json
โ collect.py
โ snapshot.json
โ dashboard/head.html + body.html + tail.html
โ build.py
โ index.html
โ server.py :18789 + WebSocket :18790
Source vs generated#
Edit:
dashboard/head.htmldashboard/body.htmldashboard/tail.htmlcollectors/*.pyengine/*.py
Treat as generated/runtime unless task says otherwise:
index.htmlcatalog.htmlsnapshot.jsondata/*.jsondata/knowledge_graph.json- semantic/TF-IDF artifacts
- digests and generated KB outputs
Sources: nexus-dash/AGENTS.md, root AGENTS.md.