Atlasbot
Atlasbot is the Atlas/Othrys cluster assistant. It answers questions using:
- Ariadne cluster snapshots.
- Prometheus/VictoriaMetrics telemetry.
- The curated Atlas knowledge base.
It exposes an HTTP API for the portal and a Matrix bot for Element.
Development
python -m venv .venv && . .venv/bin/activatepip install -r requirements.txt -r requirements-dev.txtpython -m pytestpython -m ruff check atlasbot --select C90,PLR
Runtime
Start with:
python -m atlasbot.main
Configure via environment variables (see atlasbot/config.py).
Description
Languages
Python
99.8%
Dockerfile
0.2%