A2A conformantA2A v1.0
Agent Rescue Desk Production Triage Agent
v1.1.0•Agent Rescue Desk
Stateless production-failure triage for sanitized n8n, MCP, webhook, retry, and AI agent tool-routing incidents, with a fixed-scope rescue path when static checks are not enough.
Skills
Production Failure Triage
Classifies one sanitized production incident and returns likely failure layers, concrete next checks, redacted evidence requirements, free diagnostic tools, and optional fit-review or direct x402 rescue paths.
ai-agentmcpn8nwebhookproduction-incidentworkflow-recovery
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("e46a2bd8-c155-4a71-b949-db8c58a93bce")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())