mirror of
https://github.com/outbackdingo/500-AI-Agents-Projects.git
synced 2026-01-27 10:18:11 +00:00
Merge pull request #2 from shaishav06/main
This commit is contained in:
18
README.md
18
README.md
@@ -242,6 +242,24 @@ Whether you're a developer, researcher, or business enthusiast, this repository
|
||||
| Use Case | Industry | Description | Notebook |
|
||||
| :--------------------------------------- | :--------------- | :--------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| 🤖 Support Agent | 💻 Software Development / AI / Framework Support | The Agno Support Agent helps developers with the Agno framework by providing real-time answers, explanations, and code examples. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/agno_support_agent.py) |
|
||||
| 🎥 YouTube Agent | 📺 Media & Content | An intelligent agent that analyzes YouTube videos by generating detailed summaries, timestamps, themes, and content breakdowns using AI tools. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/youtube_agent.py) |
|
||||
| 📊 Finance Agent | 💼 Finance | An advanced AI-powered market analyst that delivers real-time stock market insights, analyst recommendations, financial deep-dives, and sector-specific trends. Supports prompts for detailed analysis of companies like AAPL, TSLA, NVDA, etc. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/thinking_finance_agent.py) |
|
||||
| 📚 Study Partner | 🎓 Education | Assists users in learning by finding resources, answering questions, and creating study plans. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/study_partner.py) |
|
||||
| 🛍️ Shopping Partner Agent | 🏬 E-commerce | A product recommender agent that helps users find matching products based on preferences from trusted platforms like Amazon, Flipkart, etc. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/shopping_partner.py) |
|
||||
| 🎓 Research Scholar Agent | 🧠 Education / Research | An AI-powered academic assistant that performs advanced academic searches, analyzes recent publications, synthesizes findings across disciplines, and writes well-structured academic reports with proper citations. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/research_agent_exa.py) |
|
||||
| 🧠 Research Agent | 🗞️ Media & Journalism | A research agent that combines web search and professional journalistic writing. It performs deep investigations and produces NYT-style reports. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/research_agent.py) |
|
||||
| 🍳 Recipe Creator | 🍽️ Food & Culinary | An AI-powered recipe recommendation agent that provides personalized recipes based on ingredients, preferences, and time constraints. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/recipe_creator.py) |
|
||||
| 🗞️ Finance Agent | 💼 Finance | A powerful financial analyst agent combining real-time stock data, analyst insights, company fundamentals, and market news. Ideal for analyzing companies like Apple, Tesla, NVIDIA, and sectors like semiconductors or automotive. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/finance_agent.py) |
|
||||
| 🧠 Financial Reasoning Agent | 📈 Finance | Uses a Claude-3.5 Sonnet-based agent to analyze stocks like NVDA using tools for reasoning and Yahoo Finance data. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/reasoning_finance_agent.py) |
|
||||
| 🤖 Readme Generator Agent | 💻 Software Dev | Agent generates high-quality READMEs for GitHub repositories using repo metadata. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/readme_generator.py) |
|
||||
| 🎬 Movie Recommendation Agent | 🎥 Entertainment | An intelligent agent that gives personalized movie recommendations using Exa and GPT-4o, analyzing genres, themes, and latest ratings. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/movie_recommedation.py) |
|
||||
| 🔍 Media Trend Analysis Agent | 📰 Media & News | Analyzes emerging trends, patterns, and influencers from digital platforms using AI-powered agents and scraping. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/media_trend_analysis_agent.py) |
|
||||
| ⚖️ Legal Document Analysis Agent | 🏛️ Legal Tech | An AI agent that analyzes legal documents from PDF URLs and provides legal insights based on a knowledge base using vector embeddings and GPT-4o. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/legal_consultant.py) |
|
||||
| 🤔 DeepKnowledge | 🧠 Research | This agent performs iterative searches through its knowledge base, breaking down complex queries into sub-questions and synthesizing comprehensive answers. It uses Agno docs for demonstration and is designed for deep reasoning and exploration. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/deep_knowledge.py) |
|
||||
| 📚 Book Recommendation Agent | 🧠 Publishing & Media | An intelligent agent that provides personalized book suggestions using literary data, reader preferences, reviews, and release info. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/book_recommendation.py) |
|
||||
| 🏠 MCP Airbnb Agent | 🛎️ Hospitality | Create an AI Agent using MCP and Llama 4 to search Airbnb listings with filters like workspace & transport proximity. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/airbnb_mcp.py) |
|
||||
| 🤖 Assist Agent | 🧠 AI Framework | An AI agent using GPT-4o to answer questions about the Agno framework with hybrid search and embedded knowledge. | [](https://github.com/agno-agi/agno/blob/main/cookbook/examples/agents/agno_assist.py) |
|
||||
|
||||
---
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Reference in New Issue
Block a user