Build with ADK is an open-source command-line development kit that helps developers quickly scaffold autonomous AI agents, define custom workflows, integrate large language models, and deploy production-ready bots via built-in pipelines.
Build with ADK is an open-source command-line development kit that helps developers quickly scaffold autonomous AI agents, define custom workflows, integrate large language models, and deploy production-ready bots via built-in pipelines.
Build with ADK streamlines the creation of AI agents by providing a CLI scaffolding tool, workflow definitions, LLM integration modules, testing utilities, logging, and deployment support. Developers can initialize agent projects, select AI models, configure prompts, connect external tools or APIs, run local tests, and push their agents to production or container platforms—all with simple commands. The modular architecture allows easy extension with plugins and supports multiple programming languages for maximum flexibility.
Who will use Build with ADK?
AI developers
Machine learning engineers
Software engineers building chatbots or automation bots
Data scientists prototyping conversational agents
How to use the Build with ADK?
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