echo-mem
v0.0.1
Published
A long-horizon memory architecture for AI agents. Implementation is Python (pip install echo-mem); this name is held for a future JS client.
Maintainers
Readme
Echo Memory
A long-horizon memory architecture for AI agents — a temporal, self-consolidating memory graph that any MCP-compatible agent can read and write.
The implementation is Python. This npm name is held by the project; there is no JavaScript client yet. If one ships, it will be published here.
- Source: https://github.com/ayushcodes10/echo-mem
- Install:
pip install echo-mem - Interface: Model Context Protocol —
write_episode,query_memory,record_recall_save,get_audit_log
Because the interface is MCP, any agent that speaks MCP can already use Echo Memory today without a language-specific client.
Apache-2.0.
