{ "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 } }