emem
by Vortx-AI
Rust long-term memory store for agents with A2A/MCP integration
Overview
Provides a Rust-based external memory store agents can carry outside their process to persist beliefs, observations, and world models. Implements long-term memory primitives that integrate with A2A/MCP-style workflows so multiple agents or services can read/write and evolve the same memory over time. Designed for long-running agents and earth-observation workflows, it focuses on structured memory objects, time/versioning, and retrieval for subsequent reasoning. Tree of Thoughts Pattern MCP-style workflows
Key Benefits
Ideal For
Developers building long-running or distributed agents who need durable, shareable memory for provenance, world models, and agent track records. Agent-to-Agent Protocol (A2A)
Applications
- Persisting agent observations and beliefs across sessions for continuous evaluation
- Sharing world models between specialist agents in multi-agent workflows
- Recording agent decisions and provenance to feed reputation or RepKit-style scoring
- Supporting long-running earth-observation agents that need versioned historical context