#102 · Primary category: AI Agents & Automation

hindsight

agentic-ai agents ai-memory memory

Hindsight: Agent Memory That Learns

Project last updated:08/29/26

GitHub Stars

21.7K

Forks

1.7K

Contributors

206

License

MIT

Why we included this project

Most agent memory systems just store what happened in a conversation. Hindsight is built to do more: it learns from interactions and adjusts how it behaves based on feedback, so an assistant can get better at open-ended tasks the longer it runs. You get a self-hostable server with Python and Node clients, and an embedded mode that needs no separate service, so wiring persistent memory into an existing agent is a small code change. A UI and a documented API give you control over when memories are stored and recalled. It also holds state-of-the-art results on the LongMemEval benchmark, which is worth knowing if you are comparing memory layers. For simple one-off workflows, though, this is probably more machinery than you need.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category