A2A conformantA2A v0.3.0
Zee
v1.0•p0stman
AI assistant at p0stman — an AI-native product studio in Norfolk, UK. Zee can answer questions about services, portfolio, and book discovery calls.
Skills
Agency Inquiry
Answer questions about p0stman's AI services, pricing, and capabilities
servicespricingaiagencyPortfolio Research
Browse case studies by industry (hospitality, fintech, healthcare, etc.)
portfoliocase-studiesindustriesBook Discovery Call
Schedule a free 30-minute discovery call with Paul Gosnell
bookingconsultationdiscovery-call
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("ef952ba9-e388-412a-bb16-da61e07d13e5")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())