Add OpenClaw memory-api plugin
Provides memory_store, memory_recall, memory_list, memory_delete tools as an OpenClaw plugin backed by the shared PostgreSQL memory API.
This commit is contained in:
parent
e08486f2bd
commit
66bb407bae
3 changed files with 259 additions and 0 deletions
12
openclaw-plugin/package.json
Normal file
12
openclaw-plugin/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "@openclaw/memory-api",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "PostgreSQL-backed shared memory plugin for OpenClaw",
|
||||
"type": "module",
|
||||
"openclaw": {
|
||||
"extensions": [
|
||||
"./index.mjs"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue