17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "@clawdbot/memory",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "Clawdbot long-term memory plugin with vector search and seamless auto-recall/capture",
|
|
"dependencies": {
|
|
"@lancedb/lancedb": "^0.15.0",
|
|
"@sinclair/typebox": "0.34.47",
|
|
"openai": "^4.104.0"
|
|
},
|
|
"clawdbot": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|