-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
gs-ai edited this page Mar 18, 2026
·
2 revisions
SPECTRUM ACE-T in this repo is centered on SPECTRUMv2 and a graph-first intelligence workflow.
- Source ingestion pulls and normalizes records.
- Graph build composes nodes/edges and computes layout metadata.
- Render payload generation writes optimized viewer payloads.
- Viewer server hosts the Three.js application and graph JSON.
- Optional live API endpoints accept additional threat submissions.
SPECTRUMv2/
├── graph/ # build_graph.py, launch_viewer.py, 3D UI, live_threat_api.py
├── src/ # ingest adapters/modules/runners
├── agents/ # agent orchestration runtime
├── db/ # DB access + schema support
├── config/ # ingest source governance config
└── scripts/ # operational wrappers
-
graph/build_graph.pybuildsgraph_3d.jsonandgraph_3d_render.json. -
graph/launch_viewer.pyserves the UI and graph payload at port8000. -
graph/ace_t_spectrum_3d.htmlis the primary 3D interface. -
gui/ace_t_spectrum_3d.htmlis kept aligned for compatibility.
- Static one-shot build (default): build once, serve viewer.
- Streaming/live mode (optional): controlled by environment flags.