Loading...
Loading...
Oss
ACE-framework persistent memory for coding agents. Stores procedural, episodic, and semantic knowledge.
Implements the Autonomous Cognitive Entity framework to give agents human-like memory. Stores procedural knowledge (how-to playbooks), episodic memory (session histories), and semantic facts. Exposes MCP tools so agents can recall context across sessions without re-learning.
# Clone and install
git clone https://github.com/Dicklesworthstone/cass_memory_system
cd cass_memory_system
bun install
bun run buildAdd to your MCP settings to give agents persistent memory:
{
"mcpServers": {
"cass-memory": {
"command": "node",
"args": ["path/to/cass_memory_system/dist/index.js"]
}
}
}21K+ lines of Rust. Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
Gmail for your coding agents. A coordination layer with messaging, file leases, and audit trails.
20K+ lines of Go, shipped in a single day. Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
Explore the source code, documentation, and contribute to the project.