This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Opinionated bootstrap tool for quickly creating new Google ADK (Agent Development Kit) projects. The main deliverable is bootstrap.sh — a shell script that scaffolds a new ADK project.
- python3
- uv (Python package/project manager)
The bootstrap script (bootstrap.sh) should:
- Prompt for a project name
- Create a project directory
- Set up a uv project with a virtual environment
- Install the
google-adkpackage