Skip to main content

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_world example, the agent is run as a Python module. The main function used to run the agent is main() within the main.py file. The command to run it would be python -m contributing.samples.hello_world.main.

2. Official Code Repositories

The source code, examples, and issue trackers for the ADK.

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.