agentic-memory 0.3.0

Binary graph-based memory system for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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