Running the specified promtp:
Use ADK 2.0 to create a new graph workflow agent project called customer-support-agent.
I don't want to deploy this agent, so you can skip the deployment files.
The workflow should act as a customer support representative for a shipping company.
It should first classify if the user query is related to shipping (rates, tracking, delivery, returns) or unrelated.
If it is related to shipping, route to a shipping FAQ agent to answer the question.
If it is unrelated, route to a node that politely declines to answer.
does not result in agy automatically running the scaffolding command agents-cli scaffold create customer-support-agent --prototype --yes
Running the specified promtp:
does not result in agy automatically running the scaffolding command
agents-cli scaffold create customer-support-agent --prototype --yes