letta: Letta is a powerful platform for building stateful AI agents equipped with advanced memory, enabling them to learn and self-improve over time. It provides both a command-line interface for local agent execution and a comprehensive API with Python and TypeScript SDKs for seamless integration into applications.; remindb: remindb stores agentic memory in a single SQLite file. It parses notes into a structured tree with temperature tracking, enables efficient retrieval via FTS5 search, and supports versioning and summarization. This reduces token costs compared to re-reading raw files every session.
Running AI agents locally in your terminal for coding and general tasks.
Prevent coding agents from re-reading the same notes every session