#graph #llm #agent-memory #memory

bin+lib agentic-memory

Binary graph-based memory system for AI agents

16 unstable releases (3 breaking)

0.4.2 Feb 27, 2026
0.4.1 Feb 26, 2026
0.3.3 Feb 26, 2026
0.2.7 Feb 25, 2026
0.1.0 Feb 19, 2026

#1732 in Data structures


Used in 3 crates

MIT license

625KB
15K SLoC

AgenticMemory — binary graph-based memory system for AI agents.

Stores cognitive events (facts, decisions, inferences, corrections, skills, episodes) as nodes in a graph, with typed edges representing relationships between them.


agentic-memory

Core Rust library for AgenticMemory.

This crate provides the binary graph memory engine used by the amem CLI and MCP integrations.

  • Portable .amem format
  • Typed cognitive events and edge relationships
  • Graph-native query and traversal capabilities
  • Memory-mappable storage for low-latency access

Project repository: https://github.com/agentralabs/agentic-memory

Dependencies

~6–20MB
~227K SLoC