|
|
|
Show HN: Long-term memory for AI agents and teams, built with PostgreSQL
(github.com)
|
|
1 points
by noctarius
39 days ago
|
|
Hey folks! Over the past weeks, I started building a long-term memory for AI agents. While there are many around already, this one is specifically aimed at development teams. There are a few items which make it special:
- Development teams can share memories between their agents (and across agent types such as Claude and Codex)
- Higher value memories become artifacts, such as code style rules, decision, feature designs, ...
- Memories and artifacts are collected into scopes which can represent companies, departments, teams, projects, ...
- Scopes are hierarchical to enable sharing of code style rules and similar items across sub-scopes
- and more I hope someone finds it useful. It's not a done project. There are some bugs and inefficiencies. Still working on it :-) |
|