# zer0lint

Extraction health checks for mem0 configs and HTTP memory endpoints.

Use this repo when you need to:
- verify whether facts survive the extraction step
- fail fast before tuning retrieval or embeddings
- generate a stronger extraction prompt after a bad baseline

Primary commands:
- `zer0lint check --config ~/.mem0/config.json`
- `zer0lint generate --config ~/.mem0/config.json --dry-run`
- `zer0lint check --add-url http://localhost:19420/add --search-url http://localhost:19420/recall_b`

Outputs:
- score
- percentage
- health status
- per-fact details
- before/after improvement summary for `generate`

Do not use this repo as:
- a vector-store debugger
- a hosted memory platform
- proof that one extraction prompt fixes every model or stack


## About Hermes Labs

Hermes Labs is an independent AI-reliability lab building open-source tools that catch silent failure modes in production AI. More at https://hermes-labs.ai

