A comprehensive AI agent chat application built with Google's Agent Development Kit (ADK) and Gemini 2.5 Flash Lite, featuring multiple deployment options and beautiful custom UIs.
Kaggle Course: 5-Day AI Agents Course Live Demo: Hugging Face Space
This repository contains my complete journey through the Kaggle 5-Day AI Agents Course, where I learned to build intelligent AI agents that can think, act, and respond autonomously. Here, I'm sharing everything I've learned along with my project implementations, from simple single-agent systems to complex multi-agent architectures.
The course covers foundational concepts of AI agents using Google's Agent Development Kit (ADK) and Gemini 2.5 Flash Lite. I've built multiple applications showcasing different agent patterns and deployment strategies, making AI agents accessible through beautiful web interfaces.
- DAY_1A_LEARNINGS.md - Day 1A comprehensive guide
- DAY_1B_LEARNINGS.md - Day 1B Multi-agent architectures guide
- Multiple Deployment Options: Flask web app, Gradio interface, and Hugging Face Spaces
- Beautiful UI: Orange-mauve gradient theme with glassmorphism effects
- Rich Markdown Support: Code highlighting, tables, lists, and more
- Multi-Agent Architectures: LLM orchestration, Sequential, and Parallel workflows
- Production Ready: Deployed and live on Hugging Face
- Flask Web Chat - Custom web interface (
web-chat/) - Gradio App - Production Gradio interface (
app.py) - Multi-Agent App - Advanced multi-agent demo (
app_multiagent.py)