A2A conformant Streaming A2A v0.3.0

Solvela

v0.1.0 Unknown

Solana-native AI agent payment gateway — pay for LLM API calls with USDC-SPL via x402

Launch agent website ↗

Skills

  • Chat Completion

    Proxy AI chat completions to multiple LLM providers (OpenAI, Anthropic, Google, xAI, DeepSeek)

    llmchatcompletionsaix402

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("ae2a9920-b149-499a-969c-e256f6243f4a")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())