mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 00:50:42 +00:00
40 lines
879 B
JSON
40 lines
879 B
JSON
{
|
|
"name": "@openclaw/memory-lancedb",
|
|
"version": "2026.5.6",
|
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.27.2",
|
|
"apache-arrow": "18.1.0",
|
|
"openai": "^6.36.0",
|
|
"typebox": "1.1.37"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/memory-lancedb",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.10"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.6"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.6"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|