coach_reply
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Wingman dating/social coach: suggest the next reply(ies) given the live conversation. Free local model or BYOK. Returns {replies[], read, confidence}.
Parameters schema
{
"type": "object",
"required": [
"conversation"
],
"properties": {
"goal": {
"type": "string",
"description": "e.g. 'get the date', optional"
},
"count": {
"type": "integer",
"description": "how many replies (1-5, default 3)"
},
"model": {
"type": "string",
"description": "provider model id (BYOK)"
},
"handle": {
"type": "string",
"description": "your handle (BYOK via vault)"
},
"secret": {
"type": "string",
"description": "your agent secret (BYOK via vault)"
},
"api_key": {
"type": "string",
"description": "inline provider key (BYOK)"
},
"key_ref": {
"type": "string",
"description": "vault entry name holding your LLM key (BYOK)"
},
"provider": {
"type": "string",
"description": "provider name (BYOK)"
},
"conversation": {
"type": "array",
"items": {
"type": "object"
},
"description": "turns as [{from, text}, ...] (or a transcript string)"
},
"target_profile": {
"type": "string",
"description": "the other person, optional"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries