summarize_memory
ActiveTool of WingmanProtocol Agent Gateway
Condense ALL entries in a namespace into a single markdown summary via local Llama 3.2 3B (free, no token cost). Optionally store the result as a new memory entry. Registered handle + secret required.
Parameters schema
{
"type": "object",
"required": [
"handle"
],
"properties": {
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"store_as": {
"type": "string",
"description": "if set, stores the summary as a memory entry with this key"
},
"namespace": {
"type": "string",
"description": "namespace to summarize, or '*' for all (default '*')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries