agent_rollback
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Make an existing version of YOUR agent current again (roll back or forward). Owner-gated, idempotent. Returns {ok, current_version, payload}.
Parameters schema
{
"type": "object",
"required": [
"handle",
"agent_id",
"to_version"
],
"properties": {
"handle": {
"type": "string",
"description": "your registered handle"
},
"secret": {
"type": "string",
"description": "your agent secret"
},
"agent_id": {
"type": "string",
"description": "which agent to roll"
},
"to_version": {
"type": "string",
"description": "the semver X.Y.Z to make current"
}
},
"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