abmind

JSON →
library 0.1.7 ·javascript
verified Jun 7, 2026

Abmind is a standalone, local AI agent memory system for Node.js (requires Node >=22.0.0). It uses SQLite with FTS5 for full-text search and supports embeddings for semantic similarity, offering a 4-layer recall system (immediate, working, long-term, archival) and a unique sleep maintenance mechanism for consolidation. Current version 0.1.7 is in early active development with weekly releases. Compared to other agent memory libraries, abmind is minimal and dependency-light, relying only on @sinclair/typebox for runtime type validation. It ships TypeScript types and is designed primarily for TypeScript users.