Skip to main content

ADK Object Requirements

The ADK adapter expects your configured path to resolve to one of these:
  • A BaseAgent instance
  • A factory function that returns a BaseAgent instance

1. Define an ADK Agent Module

Create agent_adk.py:

2. Configure aion.yaml

3. Optional: Add Control Plane Credentials to .env

For Aion-hosted deployments, these are provided by the control plane. Add them to .env only when running outside Aion-hosted deployments or when testing local control plane connectivity. For more information, see Environment Variables.

4. Start and Test

Next Steps