v0.4.1 Open Protocol A2M Protocol
Agent-to-Memory interoperability.
A standardized interface for how AI agents store, retrieve, and reason about memory. One protocol. Any backend. Your agents remember what they learn.
The problem
Every agent framework invents its own memory format. Memories are trapped in proprietary silos. Switch frameworks and your agents forget everything.
The solution
A2M defines a standard JSON-RPC interface for memory operations. Store, query, validate, reflect — all through a single protocol that any backend can implement.
The result
Agent memory becomes portable, interoperable, and inspectable. Swap backends without losing knowledge. Mix agent frameworks freely. Audit everything.
Protocol Explorer
Click through the three capability tiers. Toggle between requests and responses.
Quick start
Add A2M memory to your agent in under 20 lines.
Implementations
Reference implementations available today.
seidr
Full cognitive pipeline with fact extraction, relationship mapping, confidence scoring, and MCP integration. PostgreSQL + pgvector. GPU-accelerated embeddings.
GitHub →tiny-memory
234 lines of Python. The smallest possible conformant A2M backend. SQLite + sentence-transformers. Perfect for learning the protocol.
GitHub →