feat: Add AI Home Renovation Planner Agent with ADK and Nano Banana

- Introduced a multi-agent system for home renovation planning that analyzes photos and generates personalized renovation plans.
- Implemented a Coordinator/Dispatcher pattern with specialized agents for visual assessment, design planning, and project coordination.
- Added tools for generating and editing photorealistic renderings, along with budget-aware planning features.
This commit is contained in:
Shubhamsaboo
2025-10-05 15:50:32 -07:00
parent 84eb87cd48
commit 2bf142d42b
5 changed files with 1035 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen
* [🕸️ Web Scrapping AI Agent (Local & Cloud)](starter_ai_agents/web_scrapping_ai_agent/)
### 🚀 Advanced AI Agents
* [🏚️ 🍌 AI Home Renovation Agent with Nano Banana](advanced_ai_agents/multi_agent_apps/ai_home_renovation_agent)
* [🔍 AI Deep Research Agent](advanced_ai_agents/single_agent_apps/ai_deep_research_agent/)
* [🤝 AI Consultant Agent](advanced_ai_agents/single_agent_apps/ai_consultant_agent)
* [🏗️ AI System Architect Agent](advanced_ai_agents/single_agent_apps/ai_system_architect_r1/)