← Back to registry /

Hermitage Hotel Prague – Reservations assistant

A2A conformant Streaming A2A v0.3.0

Hermitage Hotel Prague – Reservations assistant

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.

Launch agent website ↗

Skills

  • Next Questions

    Helps keep the conversation flowing by proposing tailored questions to ask next, based on the current discussion or shared interests. Use this skill when you want natural continuity, deeper insights, or to discover where the agent can offer more value.

    defaultsuggestionsrelatedquestionsconversationcontinuitydiscovery
  • Information

    Provides basic, publicly shareable information about the agent's identity, role, core capabilities, and area of responsibility. Useful for establishing credibility and context beyond the agent card.

    defaultpublicintroductionprofileaboutcapabilitiesrole

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("774f862c-044c-4f0d-ba09-7162101c3051")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())