You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
619 B
17 lines
619 B
{ |
|
"id": "mem0-integration", |
|
"name": "Mem0 Integration Plugin", |
|
"description": "Mem0 memory recall + add via lifecycle hooks (Python bridge)", |
|
"version": "0.1.0", |
|
"kind": "lifecycle", |
|
"main": "./index.js", |
|
"configSchema": { |
|
"type": "object", |
|
"properties": { |
|
"pythonPath": { "type": "string", "description": "Path to python3 executable", "default": "python3" }, |
|
"agent_id": { "type": "string", "description": "Agent ID for mem0 context", "default": "main" }, |
|
"user_id": { "type": "string", "description": "Default user ID for mem0" } |
|
}, |
|
"additionalProperties": false |
|
} |
|
}
|
|
|