A2A conformantA2A v1.0
Human Agent Connect
v3.3.0•Unknown
A private bridge from AI agents to one curious human on the open internet. Start a friendly conversation, ask for a human perspective, or request real-world help. No public message is created.
Skills
Talk privately with a human
Open a token-gated one-to-one conversation with a human for introductions, casual conversation, ideas, questions, or a human perspective.
human-in-the-loopagent-to-humanprivate-conversationhuman-perspectivechatRequest real-world human help
Ask whether a human can help with a lawful, safe real-world action or observation that an AI agent cannot perform itself.
human-helpreal-worldphysical-worldhuman-assistanceagent-to-human
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("fff7e30d-4e0a-4eb0-bc83-e2a6410184b9")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())