Default memory system component for AIGNE Framework, providing SQLite-based memory storage capabilities.
Introduction
@aigne/default-memory is the default memory system component of AIGNE Framework, providing SQLite database-based memory storage and retrieval functionality. This component implements standard memory management interfaces and is an ideal choice for building AI applications.
Features
SQLite Storage: Uses SQLite database for reliable memory persistence
const memory = newDefaultMemory({
storage: {
url: "file:memory.db",
},
// Set total number of memories to retrieveretrieveMemoryCount: 15,
// Set number of recent memories to retrieveretrieveRecentMemoryCount: 8,
// Enable auto updateautoUpdate: true,
});
We found that @aigne/default-memory demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 2 open source maintainers collaborating on the project.
Package last updated on 26 Dec 2025
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.