A2A conformant Streaming A2A v0.3.0

Clix Agent

v1.0.0 Clix

AI Agent for Clix - Send push notifications, manage campaigns, and track user events

Launch agent website ↗

Skills

  • Send Push Notification

    Send push notifications to specific devices, users, or project users

    pushnotificationmessaging
  • Trigger Campaign

    Trigger an existing campaign to broadcast or target specific users

    campaignmarketingautomation
  • Create or Update User

    Create a new user or update user properties in a project

    usercrmprofile
  • Track User Event

    Track custom events for users and devices

    eventanalyticstracking

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("9b886ff7-3d45-4346-adaa-72f1bc57c69f")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())