repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 |
| { |
| #2 | "name": "@mem0/openclaw-mem0", |
| #3 | "version": "0.3.0", |
| #4 | "type": "module", |
| #5 | "description": "Mem0 memory backend for OpenClaw — platform or self-hosted open-source", |
| #6 | "license": "Apache-2.0", |
| #7 | "keywords": [ |
| #8 | "openclaw", |
| #9 | "plugin", |
| #10 | "memory", |
| #11 | "mem0", |
| #12 | "long-term-memory" |
| #13 | ], |
| #14 | "scripts": { |
| #15 | "test": "vitest run" |
| #16 | }, |
| #17 | "dependencies": { |
| #18 | "@sinclair/typebox": "0.34.47", |
| #19 | "mem0ai": "^2.2.1" |
| #20 | }, |
| #21 | "openclaw": { |
| #22 | "extensions": [ |
| #23 | "./index.ts" |
| #24 | ] |
| #25 | }, |
| #26 | "devDependencies": { |
| #27 | "vitest": "^4.0.18" |
| #28 | } |
| #29 | } |
| #30 |