← Back to registry /

Sea Palms Resort – Golf

A2A conformant Streaming A2A v0.3.0

Sea Palms Resort – Golf

v1.0.0 inHotel

Deliver friendly, knowledgeable service in the golf shop, managing tee times, retail sales, and player inquiries with accuracy and efficiency. Promote lessons, events, and merchandise while supporting golfers of all levels, ensuring every visit to the club is smooth, welcoming, and professionally managed.

Launch agent website ↗

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("f775e107-3ac3-4b37-b879-e2918b972515")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())