-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gs-ai edited this page Mar 18, 2026
·
3 revisions
This wiki documents the current and only active codebase: SPECTRUMv2.
Legacy ACE-T program variants are no longer the operational target for this repository.
git clone https://github.com/gs-ai/ACE-T.git
cd ACE-T/SPECTRUMv2
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
bash run_graph_viewer.shViewer URL:
http://localhost:8000/ace_t_spectrum_3d.html
# Tiered feed ingestion
bash scripts/run_tiered_ingest.sh
# 3D graph viewer (build + serve)
bash run_graph_viewer.sh
# Agent pipeline
bash scripts/run_agents.sh-
graph/Graph build pipeline + viewer server + Three.js UI -
src/Feed ingestion modules and runners -
agents/Agent runtime and config -
db/Database helpers/schema -
config/Source governance and ingest configuration -
outside_data/API keys and local supporting data
graph/graph_3d.jsongraph/graph_3d_render.jsongraph/data/sources.json