memory_store
ActiveTool of SqueezeOS — Institutional AI Market Intelligence
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"
}
}
}Parent server
SqueezeOS — Institutional AI Market Intelligence
https://github.com/timwal78/squeezeos
1/7 registries