python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
adk web
Open the UI: http://localhost:8000/
Select agent_as_subagent.
Enter the following prompt: Write a blog post about Google ADK.. Enter the following prompt: Write an x post about Google ADK..
Select agent_as_tool.
Enter the following prompt: Write a blog post about Google ADK.. Enter the following prompt: Write an x post about Google ADK..
Do not use openai==1.100.0
as this version will result in the following error:
ImportError: Fail to load 'agent_as_subagent' module. cannot import name 'ResponseTextConfig' from 'openai.types.responses.response'