| 123456789101112131415161718 |
- {
- "id": "openclaw-mem0-python",
- "name": "openclaw-mem0-python",
- "version": "1.0.0",
- "description": "Python-backed mem0 plugin for OpenClaw",
- "author": "Lukas Goldschmidt",
- "main": "index.js",
- "slots": ["memory"],
- "cli": true,
- "configSchema": {
- "type": "object",
- "properties": {
- "baseUrl": { "type": "string", "description": "Python mem0 server URL" },
- "userId": { "type": "string", "description": "Default user ID" }
- },
- "required": ["baseUrl", "userId"]
- }
- }
|