an example project demonstrating how to build, define, and integrate custom skills with the Google ADK (Agent Development Kit) 2.0 framework. The repository features a step-by-step implementation of a Python-based agent (skills_app/agent.py) that programmatically invokes external skill scripts (such as a lucky color lookup) to handle user prompts.
-
Updated
Jun 4, 2026 - Python