> ADK Tutorial

AGENT DEVELOPMENT KIT // v1.3.37

Introduction to The Temple of the Forgotten Prompt

Welcome to the Google Agent Development Kit (ADK) tutorial for The Temple of the Forgotten Prompt, a text-based adventure game.

In this tutorial, I'll guide you through the process of setting up your environment, creating your first ADK agent, teach it how to play the game, and then creating an autonomous agent to play the game for you.

What You'll Learn

  • How to set up a Google Cloud environment for agent development.
  • How to explore the game world manually.
  • How to use ADK to initialize and configure an agent.
  • How to use OpenAPIToolset to give the agent access to the Game API.
  • How to transform a command-following agent into an autonomous one that can solve problems on its own.
  • How to extend your agent's capabilities with custom Python functions as tools.
  • How to deploy your agent to Cloud Run.

By the end of this tutorial, you'll have a good understanding of how to build and enhance AI agents that can interact with external systems and solve multi-step problems.

Ready to begin? Head to the Google Cloud Setup section to get your environment set up.