JSPM

@epicdm/openclaw-agentmemory-plugin

0.2.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6
    • Score
      100M100P100Q71800F
    • License Apache-2.0

    OpenClaw extension that connects FlowState agents to the shared AgentMemory service

    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 to http://agentmemory:3111
      • AGENTMEMORY_SHARED_NAMESPACE, defaulting to flowstate:shared
      • AGENTMEMORY_AGENT_NAMESPACE, defaulting to flowstate:agent:<agentName>

      The OpenClaw sidecar image installs this package and registers it with openclaw plugins install --link during container boot.