References
Prerequisites
- Nebius API key (get it from Nebius AI Studio)
- Python 3.10 or higher dev environment.
Setup
-
Get the code:
-
Install dependencies:
usinguv
:or install using python pip: -
Create .env file in the project root and add your Nebius API key:
Running the Agent in CLI
Switch to project dir:uv
:
Interacting with the Agent
Once the agent is running, we can try the following: Find out what the agent can doWhat are your capabilities?
What can you do?Ask the agent questions
What is $100 in EUR?You should get answer like:
The converted amount is 200 EUR
Ask another:
Convert $100 into AUDSince the agent can only convert from USD to EUR, you may get an answer like this:
I currently only support converting USD to EUR (Euro). Conversion to AUD (Australian Dollar) isn't available yet
ADK UI Runner
ADK has a web ui that can show you details of agent’s inner working. This is a great tool for debugging.
Here is how to run the web ui
Go to parent dir:Trace
and Events
tabs