Skip to main content
ADK is an open-source framework from Google designed for building, orchestrating, evaluating, and deploying AI agents. Google Agent Development Kit docs

Prerequisites

  1. Create an API key to authorize requests to Nebius Token Factory.
  2. Save the API key into a NEBIUS_API_KEY environment variable:
  3. Install the google-adk and other packages:

Quickstart

Create an agent
Update my_agent/agent.py with this code
And run the agent

More Examples

View more examples in our cookbook.