Skip to content
gs-ai edited this page Mar 18, 2026 · 3 revisions

SPECTRUM ACE-T Wiki

This wiki documents the current and only active codebase: SPECTRUMv2.

Legacy ACE-T program variants are no longer the operational target for this repository.

Python 3.11+ Repo Mode

Quick Start

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.sh

Viewer URL:

  • http://localhost:8000/ace_t_spectrum_3d.html

Primary Runtime Commands

# 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

Project Layout (SPECTRUMv2)

  • 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

Key Generated Artifacts

  • graph/graph_3d.json
  • graph/graph_3d_render.json
  • graph/data/sources.json

Navigation

Clone this wiki locally