Production SRE / Ops Agent
Runs typed operational runbooks through a semantic policy engine against mock target systems. Every step recorded in a hash-chained, tamper-evident audit log.
Runs typed operational runbooks through a semantic policy engine against mock target systems. Every step recorded in a hash-chained, tamper-evident audit log.
End-to-end pipeline from request intake through policy gating, tool execution, and audit emission.
Click any component to expand its design decisions and implementation highlights.
Up and running in under two minutes. Requires Python 3.11+ and Make.
# clone and install $ git clone https://github.com/ndqkhanh/aegis-ops $ cd aegis-ops $ make install # run the test suite $ make test # start the FastAPI service $ make run # smoke-test the API $ curl http://localhost:8003/healthz
Architecture decisions, trade-offs, system design, and block-level diagrams.