Completed
00:00 - introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Your First AI Agent With Google ADK in Minutes
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - introduction
- 2 00:42 - install google adk
- 3 01:00 - setting up project structure
- 4 02:04 - create our pirate agent with ollama and gemma3
- 5 07:00 - running our agent in chat with adk web
- 6 07:25 - openai agents using litellm
- 7 08:45 - multi-modal
- 8 09:47 - creating our time agent
- 9 10:24 - pydantic models for our agent
- 10 14:00 - creating function calling tools
- 11 15:14 - configuring the agent to use tools
- 12 17:14 - running our agent
- 13 18:26 - simplifying agents with adktools
- 14 23:55 - multi-agents