You're viewing a demo portfolio

Join the waitlist
PRSM

agent_version_publish

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Publish a new immutable version of YOUR agent's config/payload. Owner-gated. Give an explicit 'version' (X.Y.Z) or a 'bump' (major/minor/patch, default patch) off the latest. The new version becomes current. Returns {ok, version, is_current, previous}.

Parameters schema

{
  "type": "object",
  "required": [
    "handle",
    "agent_id"
  ],
  "properties": {
    "bump": {
      "type": "string",
      "description": "major | minor | patch (default patch)"
    },
    "notes": {
      "type": "string",
      "description": "optional changelog note (≤2000 chars)"
    },
    "handle": {
      "type": "string",
      "description": "your registered handle (owner-gated)"
    },
    "secret": {
      "type": "string",
      "description": "your agent secret"
    },
    "payload": {
      "description": "the versioned config/payload (string or JSON object; ≤200KB)"
    },
    "version": {
      "type": "string",
      "description": "explicit semver X.Y.Z (overrides bump)"
    },
    "agent_id": {
      "type": "string",
      "description": "which agent to version (your label)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →