From 8b4331dd08a6abe29b6fd63bec6d4d9d91b0e326 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Sat, 25 Jan 2025 23:21:59 -0600 Subject: [PATCH] Updated README --- README.md | 3 +++ .../competitor_agent_team.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a5157..ac2e612 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo - [📈 AI Startup Trend Analysis Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_startup_trend_analysis_agent) - [🗞️ AI Journalist Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_journalist_agent) - [💲 AI Finance Agent Team](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_finance_agent_team) +- [🧲 AI Competitor Intelligence Agent Team](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_competitor_intelligence_agent_team) +- [🎯 AI Lead Generation Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_lead_generation_agent) - [💰 AI Personal Finance Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_personal_finance_agent) - [🩻 AI Medical Scan Diagnosis Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_medical_imaging_agent) - [👨‍🏫 AI Teaching Agent Team](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_teaching_agent_team) @@ -50,6 +52,7 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo - [🎬 AI Movie Production Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_movie_production_agent) - [📰 Multi-Agent AI Researcher](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/multi_agent_researcher) - [📑 AI Meeting Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_meeting_agent) +- [♜ AI Chess Agent Game](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_chess_agent) - [🌐 Local News Agent OpenAI Swarm](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/local_news_agent_openai_swarm) - [📊 AI Finance Agent with xAI Grok](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/xai_finance_agent) - [🧠 AI Reasoning Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/ai_agent_tutorials/ai_reasoning_agent) diff --git a/ai_agent_tutorials/ai_competitor_intelligence_agent_team/competitor_agent_team.py b/ai_agent_tutorials/ai_competitor_intelligence_agent_team/competitor_agent_team.py index ba978dc..cf13904 100644 --- a/ai_agent_tutorials/ai_competitor_intelligence_agent_team/competitor_agent_team.py +++ b/ai_agent_tutorials/ai_competitor_intelligence_agent_team/competitor_agent_team.py @@ -24,7 +24,7 @@ else: st.sidebar.warning("Please enter all API keys to proceed.") # Main UI -st.title("🧲 AI Competitor Intelligence Agent") +st.title("🧲 AI Competitor Intelligence Agent Team") st.info( """ This app helps businesses analyze their competitors by extracting structured data from competitor websites and generating insights using AI.