23 lines
538 B
JSON
23 lines
538 B
JSON
{
|
|
"id": "memos-local-plugin",
|
|
"name": "MemOS Local",
|
|
"description": "Reflect2Evolve memory plugin with L1 traces, L2 policies, L3 world models, skill crystallization, and three-tier retrieval.",
|
|
"version": "2.0.0-beta.5",
|
|
"kind": "memory",
|
|
"contracts": {
|
|
"tools": [
|
|
"memos_search",
|
|
"memos_get",
|
|
"memos_timeline",
|
|
"memos_environment",
|
|
"memos_skill_list",
|
|
"memos_skill_get"
|
|
]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {}
|
|
}
|
|
}
|