@epicdm/openclaw-agentmemory-plugin
v0.2.2
Published
OpenClaw extension that connects FlowState agents to the shared AgentMemory service
Downloads
141
Maintainers
Readme
OpenClaw AgentMemory Plugin
FlowState OpenClaw extension for the shared agentmemory service.
The plugin claims OpenClaw's memory capability when available, recalls relevant long-term context before an agent run, and captures successful completed turns after the run. AgentMemory remains the shared backend, so OpenClaw, Claude Code, Codex, OpenCode, Crush, and other MCP clients can point at the same memory service.
Runtime configuration is injected by the FlowState agent orchestrator:
AGENTMEMORY_URL, defaulting tohttp://agentmemory:3111AGENTMEMORY_SHARED_NAMESPACE, defaulting toflowstate:sharedAGENTMEMORY_AGENT_NAMESPACE, defaulting toflowstate:agent:<agentName>
The OpenClaw sidecar image installs this package and registers it with openclaw plugins install --link during container boot.
