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:
Viktor Barzin 2026-03-14 13:54:03 +00:00
parent e08486f2bd
commit 66bb407bae
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 259 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"id": "memory-api",
"kind": "memory",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}