You're viewing a demo portfolio

Join the waitlist
PRSM

memory_store

Active

Tool of SqueezeOS — Institutional AI Market Intelligence

declared in 5.1.0

Memory Graph. Cost: 0.01 RLUSD. Persists an agent memory in Redis (durable across sessions) with the caller's own provenance kept exactly as submitted — this tool never invents or upgrades a confidence score. provenance.confidence is required. Pass payment_token from verify_payment plus agent_wallet.

Parameters schema

{
  "type": "object",
  "required": [
    "content",
    "agent_id",
    "provenance"
  ],
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "enum": [
        "episodic",
        "semantic",
        "procedural",
        "custom"
      ],
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "agent_id": {
      "type": "string"
    },
    "provenance": {
      "type": "object",
      "required": [
        "confidence"
      ],
      "properties": {
        "source_id": {
          "type": "string"
        },
        "confidence": {
          "type": "number"
        },
        "source_type": {
          "type": "string"
        }
      }
    },
    "agent_wallet": {
      "type": "string"
    },
    "payment_token": {
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

SqueezeOS — Institutional AI Market Intelligence

https://github.com/timwal78/squeezeos

1/7 registries
View full server →