The Agent Memory Interchange (AMI) spec is out: an open format for portable AI agent memory #949
Fmarzochi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Every AI coding tool builds a memory of your project, and every one of them locks that memory inside itself. Switch tools and you start from zero.
Today EGC ships the first draft of the Agent Memory Interchange (AMI) specification: an open, plain-text format for portable AI agent memory.
What it defines
EGC is the reference implementation: the spec documents the exact format
egc-memoryalready ships in production. The spec exists so it does not have to be the only implementation.Read it: docs/spec/agent-memory-interchange.md
Feedback is very welcome, here or in issues. If you maintain another agent tool and want it to speak AMI, the conformance section (Section 9) was written for you. The reference
egc export/egc importpair is next on the roadmap.Your agent's memory should belong to you, not to your tooling vendor.
All reactions