https://github.com/mrkhachaturov/hindclaw
https://hindclaw.pro β production memory infrastructure built on Hindsight
On March 17 I asked Perplexity how to improve memory for my AI agents. It pointed me to Hindsight. Five days later I shipped this:
Three packages, one platform:
hindclaw-extension (PyPI) β server-side Hindsight extensions. JWT auth, user/group permissions, tag-based recall filtering, retain strategy enrichment. All access control lives on the server, not the client.
terraform-provider-hindclaw (Terraform Registry) β manage users, groups, banks, permissions, directives, mental models, and entity labels as code. terraform apply and it's live.
hindclaw-openclaw (npm) β OpenClaw gateway plugin. Thin adapter β signs JWTs per message, auto-starts embed daemon with extensions loaded. One install, zero manual setup.
What it does:
- Per-agent memory banks with custom missions, entity labels, dispositions, and directives
- Server-side permission cascade: global defaults β group β bank group β bank user override
- Tag-based recall filtering and retain strategy enrichment via
accept_with() - Multi-bank recall β one agent reads from multiple banks in parallel
- Mental models and session start context
- Multilingual entity labels with controlled vocabulary
Running 11 agents on Telegram. Fully self-hosted, fully open source.
Built on https://hindsight.vectorize.io β the highest-scoring agent memory on LongMemEval. They build the engine, HindClaw adds what you need to run it in production with multiple users and agents.