AI-powered security alert triage prototype.
This public repository now focuses on:
- the prototype CLI under
src/ - the current service source under
services/ - the active frontend source under
services/web_dashboard/
Historical design docs, deployment assets, helper scripts, and process reports are kept local only.
git clone https://github.com/chenchunrun/sentriq.git
cd sentriq
cp .env.example .env
pip install -r requirements.txt
python main.py --sampleUseful commands:
python main.py --interactive
python main.py --file data/sample_alerts.json- runtime logs:
logs/triage.log - result files:
logs/triage_result_*.json
README.mdQUICKSTART.mdCURRENT_STARTUP_GUIDE.mdINSTALL_GUIDE.mddocs/README.mdservices/web_dashboard/README.md