deep research agentic app - google sample
This is from the sample code in google and to illustrate what the UI looks like for the agent. It is shown here. Here we wanted to do a research for "best ev cars". After that the agent will come out with a plan and then provide reports.
To create this sample, all you need to do is
uvx agent-starter-pack create my-fullstack-agent -a adk@deep-search
And to run it
cd my-fullstack-agent && make install && make dev
Then proceed to http://localhost:5173/app/ and load it with your browser. Then you can ask it to do research.
Comments