Skip to content

kael-bit/engram-rs

v0.13.1 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Added Docker support and a Chinese README.

Full changelog

Changes since v0.13.0

  • Docker supportghcr.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

Track kael-bit/engram-rs

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]