Updated README
This commit is contained in:
parent
a9ce239bf0
commit
292e02bb97
3 changed files with 3 additions and 7 deletions
|
|
@ -66,6 +66,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen
|
|||
### 🚀 Advanced AI Agents
|
||||
|
||||
* [🔍 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/)
|
||||
* [🎯 AI Lead Generation Agent](advanced_ai_agents/single_agent_apps/ai_lead_generation_agent/)
|
||||
* [💰 AI Financial Coach Agent](advanced_ai_agents/multi_agent_apps/ai_financial_coach_agent/)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# AI Consultant Agent with Google ADK
|
||||
# 🤝 AI Consultant Agent with Google ADK
|
||||
|
||||
A powerful business consultant powered by Google's Agent Development Kit that provides comprehensive market analysis, strategic planning, and actionable business recommendations.
|
||||
A powerful business consultant Agent built with Google's Agent Development Kit that provides comprehensive market analysis, strategic planning, and actionable business recommendations.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
|
||||
google-adk>=0.1.0
|
||||
|
||||
|
||||
google-genai>=0.3.0
|
||||
|
||||
|
||||
python-dotenv>=1.0.0
|
||||
pydantic>=2.0.0
|
||||
Loading…
Reference in a new issue