This release includes breaking changes for platform teams planning a safe upgrade.
Published 3mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agents
ai
ai-agents
ai-memory
claudecode
mcp
+4 more
mcp-server
openclaw
rust
sqlite
Summary
AI summaryAdded Docker support and a Chinese README.
Full changelog
Changes since v0.13.0
- Docker support —
ghcr.io/kael-bit/engram-rs:latest - Centralized distill prompts into
prompts.rs - Moved cluster tests to integration tests
- Dead code cleanup (-400 lines)
- README: added Docker usage, removed deprecated fact-triple references
- Added Chinese README (
README_CN.md)
Docker
docker run -d --name engram \
-p 3917:3917 \
-v engram-data:/data \
-e ENGRAM_LLM_URL=https://api.openai.com/v1 \
-e ENGRAM_LLM_KEY=sk-... \
ghcr.io/kael-bit/engram-rs:latest
Install
curl -fsSL https://raw.githubusercontent.com/kael-bit/engram-rs/main/install.sh | bash
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About kael-bit/engram-rs
Hierarchical memory engine for AI agents with automatic decay, promotion, semantic dedup, and self-organizing topic tree. Single Rust binary, zero external dependencies.
Related context
Related tools
Beta — feedback welcome: [email protected]