You're viewing a demo portfolio

Join the waitlist
PRSM

agent_rollback

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →