← Back to registry /

Car Booking Agent

A2A conformant Streaming A2A vunknown

Car Booking Agent

v1.0.0 Car Booking Inc.

This agent provides capabilities for car booking, including actions related to pricing, booking status, and listing car types.

Launch agent website ↗

Skills

  • Car Booking

    Actions related to car booking, including pricing and status checks.

    carbookingtransportation
  • Selenium Actions

    Actions related to web page interaction using Selenium.

    webautomationselenium

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("2dc86485-7909-47da-91e1-7f1ef894b922")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())