This project showcases how modular AI agents can solve real-world problems across healthcare, education, and sustainability. Built for the Kaggle Capstone Hackathon 2025, it demonstrates how intelligent systems can empower users with instant, contextual support — especially in underserved or remote areas.
Welcome to Agents Are Good — a modular AI-powered web app that showcases how intelligent agents can solve real-world problems in healthcare, education, and sustainability.
Built for the Kaggle Capstone Hackathon 2025, this project demonstrates how AI can empower users with instant, contextual support — especially in underserved or remote areas.
Millions of people lack access to timely health advice, personalized learning, or eco-friendly guidance. This project bridges that gap using lightweight, domain-specific AI agents that respond instantly and meaningfully.
AI agents are:
- ✅ Scalable and fast
- ✅ Always available
- ✅ Domain-specific and modular
They reduce dependency on human experts for basic queries and help users make informed decisions.
A Flask-based web app with three intelligent agents:
| Agent | Role |
|---|---|
| 🏥 Health Agent | Offers basic symptom guidance and wellness tips |
| 📚 Edu Agent | Recommends free learning resources |
| 🌱 Env Agent | Shares eco-friendly advice and sustainability tips |
- User types a query (e.g., “I have a headache”)
- Selects a category (Health, Education, Environment)
- Agent responds instantly with helpful advice
- Frontend: HTML, CSS, Flask templates
- Backend: Python + Flask
- Agents: Modular Python files (
health_agent.py,edu_agent.py,env_agent.py) - Hosting: GitHub Pages / Render
- 🖼️ Thumbnail image
- 🔄 Workflow diagram
pip install -r requirements.txt
python app.py