Which command should you use to quickly test your agent from the terminal without opening a browser?
本练习是课程的一部分
通过我们的互动练习之一,将理论转化为实践
This module transforms theory into practice by setting up your complete development environment. You’ll install Python, configure the Agent Development Kit (ADK), obtain API credentials, and create your first agent project, laying the essential foundation needed to start building agents.
This module decodes the anatomy of an agent via the four core parameters that define its identity and behavior. You’ll learn to distinguish between description (what other agents see) and instruction (how this agent acts) and to write instructions that shape agent personality and capabilities.
This module expands your agent execution toolkit beyond the web interface, introducing three distinct deployment methods: Terminal commands for quick testing, API servers for production deployments, and programmatic execution for integration into larger applications.
当前练习
This module introduces a code-free alternative to defining agents through YAML configuration files. You’ll learn when declarative YAML configurations provide advantages over Python code for agent definition and how to create and manage YAML-based agents.
In just 75 minutes, you’ve transformed from understanding agent concepts to actually building and running your own AI agents. You’ve set up a complete development environment, created agents from scratch, experimented with different execution modes, and learned both Python code and YAML configuration approaches.This is no small feat. You've taken the critical step from theory to practice.