Files
rohitg00--agentmemory/integrations/openclaw/plugin.yaml
T
wehub-resource-sync 979fb22d7c
CI / test (20, macos-latest) (push) Has been cancelled
CI / test (20, ubuntu-latest) (push) Has been cancelled
CI / test (22, macos-latest) (push) Has been cancelled
CI / test (22, ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:01:18 +08:00

28 lines
556 B
YAML

name: agentmemory
version: 0.8.1
description: "Persistent cross-session memory for OpenClaw via agentmemory. 95.2% retrieval accuracy on LongMemEval-S."
author: "Rohit Ghumare"
homepage: "https://github.com/rohitg00/agentmemory"
license: Apache-2.0
category: memory
tags:
- memory
- persistence
- mcp
- context
hooks:
- on_session_start
- on_pre_llm_call
- on_post_tool_use
- on_session_end
config:
enabled: true
base_url: http://localhost:3111
token_budget: 2000
min_confidence: 0.5
fallback_on_error: true
timeout_ms: 5000