← Back to registry /

ChilledSites

A2A conformant A2A v0.3.0

ChilledSites

v1.0.0 Thrive Venture Labs

AI website, image, and video generation. Build, edit, and deploy websites from text prompts. Supports landing pages, PWAs, portfolios, and dashboards.

Launch agent website ↗

Skills

  • Generate Website

    Generate a complete website from a text prompt. Supports websites, landing pages, PWAs, portfolios, and dashboards.

    websitegenerationailanding-page
  • Edit Website

    Update an existing website's HTML, CSS, or JavaScript code.

    websiteeditupdatecode
  • Deploy Website

    Deploy a website to a live .chilledsites.com URL or custom domain.

    deployhostingpublish
  • Generate Media

    Generate AI images (Gemini, Imagen 3, DALL-E 3) and videos (Veo 3.1) from text prompts.

    imagevideomediaai

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("822c3b7a-d654-4f28-b08e-6dc069da4e7c")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())