mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 06:51:01 +00:00
25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "@openclaw/memory-lancedb",
|
|
"version": "2026.3.14",
|
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.27.0",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"openai": "^6.32.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/memory-lancedb",
|
|
"localPath": "extensions/memory-lancedb",
|
|
"defaultChoice": "npm"
|
|
},
|
|
"release": {
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|