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": "mem0ai-oss", |
| #3 | "version": "1.0.0", |
| #4 | "description": "TypeScript implementation of mem0 memory system", |
| #5 | "main": "dist/index.js", |
| #6 | "types": "dist/index.d.ts", |
| #7 | "scripts": { |
| #8 | "build": "tsc", |
| #9 | "test": "jest", |
| #10 | "start": "pnpm run example memory", |
| #11 | "example": "ts-node examples/vector-stores/index.ts", |
| #12 | "clean": "rimraf dist", |
| #13 | "prepare": "npm run build" |
| #14 | }, |
| #15 | "dependencies": { |
| #16 | "@anthropic-ai/sdk": "^0.18.0", |
| #17 | "@google/genai": "^0.7.0", |
| #18 | "@qdrant/js-client-rest": "^1.13.0", |
| #19 | "@types/node": "^20.11.19", |
| #20 | "@types/pg": "^8.11.0", |
| #21 | "@types/redis": "^4.0.10", |
| #22 | "@types/uuid": "^9.0.8", |
| #23 | "cloudflare": "^4.2.0", |
| #24 | "dotenv": "^16.4.4", |
| #25 | "groq-sdk": "^0.3.0", |
| #26 | "openai": "^4.28.0", |
| #27 | "pg": "^8.11.3", |
| #28 | "redis": "^4.7.0", |
| #29 | "better-sqlite3": "^12.6.2", |
| #30 | "uuid": "^9.0.1", |
| #31 | "zod": "^3.22.4" |
| #32 | }, |
| #33 | "devDependencies": { |
| #34 | "@cloudflare/workers-types": "^4.20250504.0", |
| #35 | "@types/jest": "^29.5.12", |
| #36 | "jest": "^29.7.0", |
| #37 | "rimraf": "^5.0.5", |
| #38 | "ts-jest": "^29.1.2", |
| #39 | "ts-node": "^10.9.2", |
| #40 | "typescript": "^5.3.3" |
| #41 | }, |
| #42 | "keywords": [ |
| #43 | "memory", |
| #44 | "openai", |
| #45 | "embeddings", |
| #46 | "vector-store", |
| #47 | "typescript" |
| #48 | ], |
| #49 | "author": "", |
| #50 | "license": "MIT" |
| #51 | } |
| #52 |