Files
wehub-resource-sync 979fb22d7c
CI / test (20, macos-latest) (push) Waiting to run
CI / test (20, ubuntu-latest) (push) Waiting to run
CI / test (22, macos-latest) (push) Waiting to run
CI / test (22, ubuntu-latest) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:01:18 +08:00

28 lines
967 B
JSON

{
"id": "agentmemory",
"kind": "memory",
"name": "agentmemory",
"description": "Persistent cross-session memory for OpenClaw via agentmemory.",
"version": "0.9.4",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": { "type": "boolean" },
"base_url": { "type": "string" },
"token_budget": { "type": "number" },
"min_confidence": { "type": "number" },
"fallback_on_error": { "type": "boolean" },
"timeout_ms": { "type": "number" }
}
},
"uiHints": {
"enabled": { "label": "Enabled" },
"base_url": { "label": "Base URL", "help": "agentmemory REST server base URL" },
"token_budget": { "label": "Token Budget", "help": "Approximate context budget to inject before the agent starts" },
"min_confidence": { "label": "Min Confidence" },
"fallback_on_error": { "label": "Fallback On Error" },
"timeout_ms": { "label": "Timeout (ms)" }
}
}