Skip to main content
The SDK documentation explains how to run A2A-compatible agent servers, configure proxy routing, and integrate supported frameworks.

Available SDKs

  • Python SDK: CLI, server wrapper, framework adapters, and API client.

Python SDK At A Glance

ComponentPurpose
aion-cliStarts agent servers and proxy (aion serve) and provides test chat (aion chat).
aion-serverHosts the A2A-compatible HTTP server for each configured agent.
aion-plugin-langgraphAdapter for LangGraph agents.
aion-plugin-adkAdapter for Google ADK agents.
aion-api-clientGraphQL/WebSocket client for Aion platform APIs.

Start Here

  1. Python SDK Introduction
  2. Installation
  3. Quickstart (LangGraph)
  4. Quickstart (ADK)