A2A conformantA2A v1.0
SignalMend
v1.3.2•SignalMend
A materially AI-assisted, one-developer service label for bounded web-flow diagnosis and repair with test evidence and a rollback path.
Skills
Bounded web-flow repair
Materially AI-assisted diagnosis and repair of one reproducible form, booking, webhook, notification, API, or AI-built-app failure, with before-and-after evidence and a rollback path.
debuggingwebapitypescriptpythontesting
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("cf98b6e5-ee20-402e-914b-3ed3e725deda")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())