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.html
  • dashboard/body.html
  • dashboard/tail.html
  • collectors/*.py
  • engine/*.py

Treat as generated/runtime unless task says otherwise:

  • index.html
  • catalog.html
  • snapshot.json
  • data/*.json
  • data/knowledge_graph.json
  • semantic/TF-IDF artifacts
  • digests and generated KB outputs

Sources: nexus-dash/AGENTS.md, root AGENTS.md.