hermes-labs-ai/hermeneutic
8 stars · Last commit 2026-09-20
Mines corrections from your AI agent's chat logs to catch recurring drift and overclaiming before the next response ships. A cheap-to-expensive pre-flight gate — regex, then structured scoring, then a pressure probe — plus memory that carries past corrections into similar tasks. MIT, zero dependencies.
README preview
# hermeneutic **Catch recurring AI drift using corrections already present in your chat logs.** [](https://pypi.org/project/hermeneutic/) [](https://www.python.org/) [](https://github.com/hermes-labs-ai/hermeneutic/actions/workflows/ci.yml) [](https://github.com/hermes-labs-ai/hermeneutic/blob/main/LICENSE) **Product page:** [hermes-labs.ai/hermeneutic](https://hermes-labs.ai/hermeneutic) ## Install ```bash pip install hermeneutic==0.1.12 ``` ```bash printf '%s\n' 'Done — shipped 14 files, all tests pass.' | hermeneutic gate ```