This guide reflects the public repository as it exists now.
Use the prototype CLI:
pip install -r requirements.txt
cp .env.example .env
python main.py --samplepython main.py --interactive
python main.py --file data/sample_alerts.json- Prototype source under
src/ - Service source under
services/ - Active frontend source under
services/web_dashboard/
- Multi-service deployment assets
- Historical design and process documents
- Local helper scripts and test artifacts