Google ADK - Ecommerce Chatbot - Code
By Vineet • Dec 01, 2025
1. Create Folder Structure
pip install google-adkadk create root_agentFollowing directory structure will be creared.
root_agent/ agent.py # main agent code .env # API keys or project IDs __init_...
Read More
Google ADK - Build your tools
By Vineet • Dec 01, 2025
1. Introduction
AI has evolved from simple chatbots to autonomous agents.
Agentic AI enables systems that can plan, reason, act and use tools.
Google ADK (Agent Development Kit) makes i...
Read More
AI and machine learining Basics
By Vineet • Nov 02, 2025
What is Machine Learning (ML)?
Machine Learning (ML) is a part of AI that teaches computers to learn from data instead of being programmed step by step. It means machines can improve automatically w...
Read More