mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-16 07:09:29 +00:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "@openclaw/memory-lancedb",
|
|
"version": "2026.2.16",
|
|
"private": true,
|
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.26.2",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"openai": "^6.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|