- Step1: Clone the repository: git clone https://github.com/krutip7/build-with-adk
- Step2: Install dependencies: npm install or pip install -r requirements.txt
- Step3: Initialize a new agent project: adk init
- Step4: Configure your AI model and prompts in adk.config.yaml
- Step5: Add tool integrations or custom workflow steps
- Step6: Test locally with adk run
- Step7: Deploy using adk deploy or containerize with Docker