adk-python
Build, test, and deploy Python AI agents with graph workflows
All Skills in This Repository (18)
Pure Emerald Level Indicatorsweather-skill
Retrieve weather summaries with conditional humidity and wind speed lookups.
adk-agent-builder
Build and refine ADK AI agents and workflow graphs with reference guidance.
adk-architecture
Explain ADK node execution, event-driven state reconstruction, and checkpoint resume semantics.
adk-debug
Inspect ADK agent sessions and trace event flows across adk web and adk run workflows.
adk-git
Generate Conventional Commit messages with type/scope formatting for adk-python git operations.
adk-sample-creator
Scaffold ADK Python sample directories with agent.py and README.md files.
adk-setup
Set up an ADK Python development environment with uv, pre-commit, tox, and pytest.
adk-style
Standardize ADK Python code formatting, typing, imports, logging, and Pydantic v2 models.
bigquery-ai-ml
Generate BigQuery SQL using AI.* functions for forecasting, anomaly detection, and semantic search.
code-review-skill
Reviews code with feedback tailored to the developer profile stored in session state.
calc-skill
Performs addition, subtraction, and multiplication by executing a Python calculation script.
text-skill
Formats strings into uppercase text using a shell script.
Frequently Asked Questions
FAQPage SchemaHow to install adk-python?โผ
Run `npx skills add google/adk-python --all -g -y` in your terminal to install all skills in this suite globally.
What is Google ADK used for?โผ
ADK is a code-first Python framework for building, evaluating, and deploying AI agents, from single assistants to complex multi-agent workflows.
Does ADK only work with Gemini models?โผ
No. ADK is optimized for Gemini but is model-agnostic and works with other models through LiteLLM and custom integrations.
How do I debug a misbehaving ADK agent?โผ
Use the adk-debug skill, which inspects sessions, events, tool calls, and the exact request sent to the model via the adk run CLI or adk web trace endpoints.
Can I deploy ADK agents to production?โผ
Yes. You can containerize agents and deploy them on Cloud Run or scale them with Vertex AI Agent Engine.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core