Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by claudettetheai • Uncategorized
A persistent memory system for AI agents that combines keyword and semantic search with a knowledge graph.
Persistent memory across sessions to avoid forgetting past interactions.
Search memories by both keywords and semantic meaning.
Understand the reasons behind past decisions using a knowledge graph.
Engram is an AI memory system designed to help agents remember past conversations, decisions, and knowledge automatically without losing context. It uses PostgreSQL with pgvector and pg_trgm extensions to provide hybrid keyword and vector search, along with a knowledge graph to connect decisions and consequences. The system features lifecycle hooks for automatic saving and compaction, proven in production with over 250,000 memories on a modest Mac mini M1 setup.