mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
* feat: add DSH memory integration and organize extensions * fix: support newer DSH release candidates * fix: address DSH integration review feedback * fix: handle DSH cross-day retry edge cases
13 lines
595 B
JSON
13 lines
595 B
JSON
{
|
|
"name": "reme",
|
|
"version": "0.1.0",
|
|
"description": "File-native long-term memory for Claude Code, backed by a running ReMe MCP server. A memory skill recalls long-term knowledge on demand; recording is automatic via a Stop hook that records each session in the background.",
|
|
"author": {
|
|
"name": "EconML team of Alibaba Tongyi Lab",
|
|
"email": "jinli.yl@alibaba-inc.com"
|
|
},
|
|
"homepage": "https://docs.agentscope.io/reme",
|
|
"repository": "https://github.com/agentscope-ai/ReMe",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["memory", "reme", "mcp", "long-term-memory", "agent"]
|
|
}
|