Lab 1 Solution: Exploring the ADK Ecosystem
Goal
This solution provides a summary of the key resources you should have explored during the lab.
1. Official Documentation
The primary source for all information related to the Google Agent Development Kit.
Scavenger Hunt Answer:
For the
hello_worldexample, the agent is run as a Python module. The main function used to run the agent ismain()within themain.pyfile. The command to run it would bepython -m contributing.samples.hello_world.main.
2. Official Code Repositories
The source code, examples, and issue trackers for the ADK.
- ADK Python Repository: https://github.com/google/adk-python
- Hello World Example: https://github.com/google/adk-python/tree/main/contributing/samples/hello_world
3. Community and Support
- GitHub Issues: For bug reports and feature requests.
- GitHub Discussions: For questions, ideas, and community interaction.
By familiarizing yourself with these resources, you have built a strong foundation for the rest of this course.