An open source agent that handles ML production incidents on its own. It detects drift, runs a bounded diagnosis loop, and proposes a fix. Published on PyPI and listed in the official MCP Registry.
- Destructive actions sit behind a single-use, HMAC-signed approval gate in the tool layer. I tested it adversarially against an LLM claiming full authorization with a fabricated token.
- Incidents survive process death. LangGraph checkpointing pauses before execution and resumes in a new process after human approval.
- 95% task success on a 19-scenario trajectory harness with a hard zero-ungated-writes assertion.
- LangGraph
- MCP
- Claude
- MLflow
- Evidently