Build and evaluate production agents with Google ADK は何をしますか?
Use Google Agent Development Kit to define, test, evaluate, and deploy code-first Python agents with tools, sessions, HITL confirmation, and multi-agent orchestration.
Prerequisites
Python 3 environment; google-adk package; model credentials; optional Google Cloud or Vertex AI deployment account
Installation
Use the upstream install or setup path that matches your environment:
- pip install google-adk
- pip install "google-adk[extensions]"
Requirements and caveats from upstream:
- An open-source, code-first Python framework for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
- Requirements: Python 3.11+.
Basic usage or getting-started notes:
-
Agent
-
from google.adk import Agent
-
root_agent = Agent(
-
Extracted from upstream docs: https://raw.githubusercontent.com/google/adk-python/HEAD/README.md
