mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "@openclaw/memory-lancedb",
|
|
"version": "2026.2.6-3",
|
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.24.1",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"openai": "^6.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|