Provides memory_store, memory_recall, memory_list, memory_delete tools as an OpenClaw plugin backed by the shared PostgreSQL memory API.
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"id": "memory-api",
|
|
"kind": "memory",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|