Module 2: Quick Start
Master ADK Go’s core concepts and basic usage. From Agent’s three elements to your first runnable Agent, then run mode selection and API Key management.
Articles
| # | Article | Case | Status |
|---|---|---|---|
| 1 | Agent Core Concepts: Model, Tool, Instruction | adk-go-quickstart-concepts | 🔄 In Progress |
| 2 | Hello World Agent: A Complete Minimal Runnable Example | adk-go-quickstart-hello-world | 🔄 In Progress |
| 3 | CLI vs Web: ADK Go Execution Modes Comparison | adk-go-quickstart-run-modes | 🔄 In Progress |
| 4 | API Key & Model Selection: Cost, Capability & Use Case | adk-go-quickstart-api-key | 🔄 In Progress |
Prerequisites
- Completed Module 1: Environment & Installation
- Go 1.24+ installed
- ADK Go SDK configured
- API Key obtained
Learning Objectives
After completing this module, you will:
- Understand Agent’s three elements: Model, Tool, Instruction
- Be able to independently write and run a complete Agent
- Know the suitable scenarios for CLI vs Web execution modes
- Master API Key security management and model selection strategies
Learning Path
Complete these four articles in order before proceeding to the “Tool Usage” module.
← Module 1: Environment & Installation | Module 3: Tool Usage →