You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

agent_memory

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Read or write persistent agent memory across sessions. Agents are stateless — use this to store and retrieve data between sessions. Data is stored in Cloudflare KV and persists indefinitely. Parameters: key — Unique memory key to read or write (e.g. "user_preferences"). value — For action="set": JSON string of the value to store. For action="get" or action="delete": ignored. action — One of: "get" (read existing value), "set" (write value), "delete" (remove the key). Default: "get".

Parameters schema

{
  "type": "object",
  "title": "agent_memoryArguments",
  "required": [
    "key"
  ],
  "properties": {
    "key": {
      "type": "string",
      "title": "Key"
    },
    "value": {
      "type": "string",
      "title": "Value",
      "default": ""
    },
    "action": {
      "type": "string",
      "title": "Action",
      "default": "get"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →