A2A conformant
Streaming
A2A v0.3.0
Adina Hotels – Reservations
v1.0.0• inHotel
Manage booking inquiries and provide tailored assistance, ensuring seamless and accurate reservations across multiple channels. Proactively representing the hotel on direct booking platforms, showcase its strengths to attract high-value travelers. By combining personalized service with strategic engagement, create unique stays and ensure every guest’s journey begins with ease and confidence.
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("332cf332-a263-4a59-b487-6df625d92541")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())