Learn AI Agents by building social impact projects.
One agent Β· One framework Β· One real-world problem
By @explainpannu Β· YouTube Β· Instagram
| Agent | What it does | Framework | Repo | |
|---|---|---|---|---|
| π€οΈ | BreezyBuddy | Nudges you to go outside based on weather | Pure Python | β repo |
| π | Tamil Meme Crew | Roasts your city's weather + pollution in sarcastic Tanglish | CrewAI | β repo |
| π₯ | Diet Memory Agent | Personalized diet tips that learn your taste via ππ feedback | LangGraph + Mem0 | β repo |
| π | PDF Nutrition RAG | Upload a food chart, get tips with real data β Normal vs Agentic RAG | LangGraph + ChromaDB | β repo |
| π Shared frontend β one PWA for all episodes β AgentVerse-Frontend |
+---------------------------+
| Frontend PWA |
| chat - notifications |
| settings - BYOK |
+-------------+-------------+
|
POST /api/run {city}
|
+------------------+------------------+------------------+
| | | |
v v v v
+-----------+ +-----------+ +-----------+ +-----------+
| BreezyBuddy| | Tamil Meme| | Diet Agent| | PDF RAG |
| EP00 | | EP01 | | EP02 | | EP03 |
+-----------+ +-----------+ +-----------+ +-----------+
...
(new episodes plug in here)
- Each agent solves a real problem, not a toy demo
- Zero paid APIs for data β Open-Meteo, free and open
- BYOK β Groq (free) / Gemini / OpenAI / Ollama
- One frontend, many backends β learn the framework, not the UI
- Every episode built live with Claude Code
git clone https://github.com/sasilab/AgentVerse-CrewAI-Tamil-Meme.git
# follow the README insideMIT Β· @explainpannu
"Learn the pattern. Then every framework is just syntax."

