retry_backoff
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Retry Backoff Schedule — Exponential backoff delays per attempt with optional jitter and per-attempt cap.
Parameters schema
{
"type": "object",
"required": [
"base_delay",
"attempts"
],
"properties": {
"factor": {
"type": "number",
"description": "Backoff multiplier (default 2)"
},
"attempts": {
"type": "integer",
"description": "Number of attempts 1..50"
},
"max_delay": {
"type": "number",
"description": "Cap per-attempt delay (seconds)"
},
"base_delay": {
"type": "number",
"description": "Base delay seconds"
}
},
"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