Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@epicdm/openclaw-agentmemory-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.