Show HN: Two-tier-memory – queryable long-term memory for AI coding agents
Category: devtools
Tags: ai-agents, sqlite, memory-management
Score: 6.0/10 (Innovation: 6, Technical: 5, Documentation: 7, Utility: 6)
Two-tier-memory provides a structured long-term memory system for AI coding agents using an index and SQLite database, addressing context window limitations with a simple CLI tool. It is interesting because it applies a relational database approach, a classic solution, to a modern AI agent problem, emphasizing habits like querying before rebuilding.
Target audience: backend devs, ai engineers
Repository: https://github.com/tadelstein9/two-tier-memory · Python · MIT
View on Hacker News