Skip to content

Latest commit

 

History

History
266 lines (194 loc) · 48.6 KB

README.md

File metadata and controls

266 lines (194 loc) · 48.6 KB

🌟 500+ AI Agent Projects / UseCases

img

A curated collection of AI agent use cases across industries, showcasing practical applications and linking to open-source projects for implementation. Explore how AI agents are transforming industries like healthcare, finance, education, and more! 🤖✨


📋 Table of Contents


🧠 Introduction

Artificial Intelligence (AI) agents are revolutionizing the way industries operate. From personalized learning to financial trading bots, AI agents bring efficiency, innovation, and scalability. This repository provides:

  • A categorized list of industries where AI agents are making an impact.
  • Detailed use cases with links to open-source projects for implementation.

Whether you're a developer, researcher, or business enthusiast, this repository is your go-to resource for AI agent inspiration and learning.


🏭 Industry UseCase MindMap


🧩 Use Case Table

Use Case Industry Description Code Github
AI Health Assistant Healthcare Diagnoses and monitors diseases using patient data. GitHub
Automated Trading Bot Finance Automates stock trading with real-time market analysis. GitHub
Virtual AI Tutor Education Provides personalized education tailored to users. GitHub
24/7 AI Chatbot Customer Service Handles customer queries around the clock. GitHub
Product Recommendation Agent Retail Suggests products based on user preferences and history. GitHub
Self-Driving Delivery Agent Transportation Optimizes routes and autonomously delivers packages. GitHub
Factory Process Monitoring Agent Manufacturing Monitors production lines and ensures quality control. GitHub
Property Pricing Agent Real Estate Analyzes market trends to determine property prices. GitHub
Smart Farming Assistant Agriculture Provides insights on crop health and yield predictions. GitHub
Energy Demand Forecasting Agent Energy Predicts energy usage to optimize grid management. GitHub
Content Personalization Agent Entertainment Recommends personalized media based on preferences. GitHub
Legal Document Review Assistant Legal Automates document review and highlights key clauses. GitHub
Recruitment Recommendation Agent Human Resources Suggests best-fit candidates for job openings. GitHub
Virtual Travel Assistant Hospitality Plans travel itineraries based on preferences. GitHub
AI Game Companion Agent Gaming Enhances player experience with real-time assistance. GitHub
Real-Time Threat Detection Agent Cybersecurity Identifies potential threats and mitigates attacks. GitHub
E-commerce Personal Shopper Agent E-commerce Helps customers find products they’ll love. GitHub
Logistics Optimization Agent Supply Chain Plans efficient delivery routes and manages inventory. GitHub

Framework wise Usecases


Framework Name: CrewAI

Use Case Industry Description GitHub
📧 Email Auto Responder Flow 🗣️ Communication Automates email responses based on predefined criteria to enhance communication efficiency. GitHub
📝 Meeting Assistant Flow 🛠️ Productivity Assists in organizing and managing meetings, including scheduling and agenda preparation. GitHub
🔄 Self Evaluation Loop Flow 👥 Human Resources Facilitates self-assessment processes within an organization, aiding in performance reviews. GitHub
📈 Lead Score Flow 💼 Sales Evaluates and scores potential leads to prioritize outreach in sales strategies. GitHub
📊 Marketing Strategy Generator 📢 Marketing Develops marketing strategies by analyzing market trends and audience data. GitHub
📝 Job Posting Generator 🧑‍💼 Recruitment Creates job postings by analyzing job requirements, aiding in recruitment processes. GitHub
🔄 Recruitment Workflow 🧑‍💼 Recruitment Streamlines the recruitment process by automating various tasks involved in hiring. GitHub
🔍 Match Profile to Positions 🧑‍💼 Recruitment Matches candidate profiles to suitable job positions to enhance recruitment efficiency. GitHub
📸 Instagram Post Generator 📱 Social Media Generates and schedules Instagram posts automatically, streamlining social media management. GitHub
🌐 Landing Page Generator 💻 Web Development Automates the creation of landing pages for websites, facilitating web development tasks. GitHub
🎮 Game Builder Crew 🎮 Game Development Assists in the development of games by automating certain aspects of game creation. GitHub
💹 Stock Analysis Tool 💰 Finance Provides tools for analyzing stock market data to assist in financial decision-making. GitHub
🗺️ Trip Planner ✈️ Travel Assists in planning trips by organizing itineraries and managing travel details. GitHub
🎁 Surprise Trip Planner ✈️ Travel Plans surprise trips by selecting destinations and activities based on user preferences. GitHub
📚 Write a Book with Flows ✍️ Creative Writing Assists authors in writing books by providing structured workflows and writing assistance. GitHub
🎬 Screenplay Writer ✍️ Creative Writing Aids in writing screenplays by offering templates and guidance for script development. GitHub
✅ Markdown Validator 📄 Documentation Validates Markdown files to ensure proper formatting and adherence to standards. GitHub
🧠 Meta Quest Knowledge 📚 Knowledge Management Manages and organizes knowledge related to Meta Quest, facilitating information retrieval. GitHub
🤖 NVIDIA Models Integration 🤖 AI Integration Integrates NVIDIA AI models into workflows to enhance computational capabilities. GitHub
🗂️ Prep for a Meeting 🛠️ Productivity Assists in preparing for meetings by organizing materials and setting agendas. GitHub
🛠️Starter Template 🛠️ Development Provides a starter template for new projects to streamline the setup process. GitHub
🔗CrewAI + LangGraph Integration 🤖 AI Integration Demonstrates integration between CrewAI and LangGraph for enhanced workflow automation.

Framework Name: Autogen

Code Generation, Execution, and Debugging

Use Case Industry Description Notebook
🤖 Automated Task Solving with Code Generation, Execution & Debugging 💻 Software Development Demonstrates automated task-solving by generating, executing, and debugging code. Notebook
🧑‍💻 Automated Code Generation and Question Answering with Retrieval Augmented Agents 💻 Software Development Generates code and answers questions using retrieval-augmented methods. Notebook
🧠 Automated Code Generation and Question Answering with Qdrant-based Retrieval 💻 Software Development Utilizes Qdrant for enhanced retrieval-augmented agent performance. Notebook

Multi-Agent Collaboration (>3 Agents)

Use Case Industry Description Notebook
🤝 Automated Task Solving by Group Chat (3 members, 1 manager) 🤝 Collaboration Demonstrates group task-solving via multi-agent collaboration. Notebook
📊 Automated Data Visualization by Group Chat (3 members, 1 manager) 📊 Data Analysis Uses multi-agent collaboration to create data visualizations. Notebook
🧩 Automated Complex Task Solving by Group Chat (6 members, 1 manager) 🤝 Collaboration Solves complex tasks collaboratively with a larger group of agents. Notebook
🧑‍💻 Automated Task Solving with Coding & Planning Agents 🛠️ Planning & Development Combines coding and planning agents for solving tasks effectively. Notebook
📐 Automated Task Solving with Transition Paths Specified in a Graph 🤝 Collaboration Uses predefined transition paths in a graph for solving tasks. Notebook
🧠 Running a Group Chat as an Inner-Monologue via the SocietyOfMindAgent 🧠 Cognitive Sciences Simulates inner-monologue for problem-solving using group chats. Notebook
🔧 Running a Group Chat with Custom Speaker Selection Function 🤝 Collaboration Implements a custom function for speaker selection in group chats. Notebook

Sequential Multi-Agent Chats

Use Case Industry Description Notebook
🔄 Solving Multiple Tasks in a Sequence of Chats Initiated by a Single Agent 🔄 Workflow Automation Automates sequential task-solving with a single initiating agent. Notebook
⏳ Async-solving Multiple Tasks in a Sequence of Chats Initiated by a Single Agent 🔄 Workflow Automation Handles asynchronous task-solving in a sequence of chats initiated by one agent. Notebook
🤝 Solving Multiple Tasks in a Sequence of Chats Initiated by Different Agents 🔄 Workflow Automation Facilitates sequential task-solving with different agents initiating each chat. Notebook

Nested Chats

Use Case Industry Description Notebook
🧠 Solving Complex Tasks with Nested Chats 🧠 Problem Solving Uses nested chats to solve hierarchical and complex problems. Notebook
🔄 Solving Complex Tasks with A Sequence of Nested Chats 🧠 Problem Solving Demonstrates sequential task-solving using nested chats. Notebook
🏭 OptiGuide for Solving a Supply Chain Optimization Problem with Nested Chats 🏭 Supply Chain Optimization Showcases how to solve supply chain optimization problems using nested chats, a coding agent, and a safeguard agent. Notebook
♟️ Conversational Chess with Nested Chats and Tool Use 🎮 Gaming Explores the use of nested chats for playing conversational chess with integrated tools. Notebook

Application

Use Case Industry Description Notebook
🔄 Automated Continual Learning from New Data 📊 Machine Learning Continuously learns from new data inputs for adaptive AI. Notebook
🏭 OptiGuide - Coding, Tool Using, Safeguarding & Question Answering for Supply Chain Optimization 🏭 Supply Chain Optimization Highlights a solution combining coding, tool use, and safeguarding for supply chain optimization. Notebook
🤖 AutoAnny - A Discord bot built using AutoGen 💬 Communication Tools Showcases the development of a Discord bot using AutoGen for enhanced interaction. Notebook

Tools

Use Case Industry Description Notebook
🌐 Web Search: Solve Tasks Requiring Web Info 🔍 Information Retrieval Searches the web to gather information required for completing tasks. Notebook
🔧 Use Provided Tools as Functions 🛠️ Tool Integration Demonstrates how to use pre-provided tools as callable functions in AutoGen. Notebook
🔗 Use Tools via Sync and Async Function Calling 🛠️ Tool Integration Illustrates synchronous and asynchronous tool usage within AutoGen workflows. Notebook
🧩 Task Solving with Langchain Provided Tools as Functions 🔍 Language Processing Leverages Langchain tools for task-solving within AutoGen. Notebook
📚 RAG: Group Chat with Retrieval Augmented Generation 🤝 Collaboration Enables group chat with Retrieval Augmented Generation (RAG) to support information sharing. Notebook
⚙️ Function Inception: Update/Remove Functions During Conversations 🔧 Development Tools Allows AutoGen agents to modify their functions dynamically during conversations. Notebook
🔊 Agent Chat with Whisper 🎙️ Audio Processing Demonstrates AI agent capabilities for transcription and translation using Whisper. Notebook
📏 Constrained Responses via Guidance 💡 Natural Language Processing Shows how to use guidance to constrain responses generated by agents. Notebook
🌍 Browse the Web with Agents 🌐 Information Retrieval Explains how to configure agents to browse and retrieve information from the web. Notebook
📊 SQL: Natural Language Text to SQL Query Using Spider Benchmark 💾 Database Management Converts natural language inputs into SQL queries using the Spider benchmark. Notebook
🕸️ Web Scraping with Apify 🌐 Data Gathering Illustrates web scraping techniques with Apify using AutoGen. Notebook
🕷️ Web Crawling: Crawl Entire Domain with Spider API 🌐 Data Gathering Explains how to crawl entire domains using the Spider API. Notebook
💻 Write a Software App Task by Task with Specially Designed Functions 💻 Software Development Builds a software application step-by-step using designed functions. Notebook

Human Development

Use Case Industry Description Notebook
💬 Simple Example in ChatGPT Style 🧠 Conversational AI Demonstrates a simple conversational example in the style of ChatGPT. Example
🤖 Auto Code Generation, Execution, Debugging and Human Feedback 💻 Software Development Showcases code generation, execution, debugging with human feedback integrated into the workflow. Notebook
👥 Automated Task Solving with GPT-4 + Multiple Human Users 🤝 Collaboration Enables task solving with multiple human users collaborating with GPT-4. Notebook
🔄 Agent Chat with Async Human Inputs 🧠 Conversational AI Supports asynchronous human input during agent conversations. Notebook

Agent Teaching and Learning

Use Case Industry Description Notebook
📘 Teach Agents New Skills & Reuse via Automated Chat 🎓 Education & Training Demonstrates teaching new skills to agents and enabling their reuse in automated chats. Notebook
🧠 Teach Agents New Facts, User Preferences and Skills Beyond Coding 🎓 Education & Training Shows how to teach agents new facts, user preferences, and non-coding skills. Notebook
🤖 Teach OpenAI Assistants Through GPTAssistantAgent 💻 AI Assistant Development Illustrates how to enhance OpenAI assistants' capabilities using GPTAssistantAgent. Notebook
🔄 Agent Optimizer: Train Agents in an Agentic Way 🛠️ Optimization Explains how to train agents effectively in an agentic manner using the Agent Optimizer. Notebook

Multi-Agent Chat with OpenAI Assistants in the loop

Use Case Industry Description Notebook
🌟 Hello-World Chat with OpenAI Assistant in AutoGen 🤖 Conversational AI A basic example of chatting with OpenAI Assistant using AutoGen. Notebook
🔧 Chat with OpenAI Assistant using Function Call 🔧 Development Tools Illustrates how to use function calls with OpenAI Assistant in chats. Notebook
🧠 Chat with OpenAI Assistant with Code Interpreter 💻 Software Development Demonstrates the use of OpenAI Assistant as a code interpreter in chats. Notebook
🔍 Chat with OpenAI Assistant with Retrieval Augmentation 📚 Information Retrieval Enables retrieval-augmented conversations with OpenAI Assistant. Notebook
🤝 OpenAI Assistant in a Group Chat 🤝 Collaboration Shows how OpenAI Assistant can collaborate with other agents in a group chat. Notebook
🛠️ GPTAssistantAgent based Multi-Agent Tool Use 🔧 Development Tools Explains how to use GPTAssistantAgent for multi-agent tool usage. Notebook

Non-OpenAI Models

Use Case Industry Description Notebook
♟️ Conversational Chess using Non-OpenAI Models 🎮 Gaming Explores conversational chess implemented with non-OpenAI models. Notebook

Multimodal Agent

Use Case Industry Description Notebook
🎨 Multimodal Agent Chat with DALLE and GPT-4V 🖼️ Multimedia AI Combines DALLE and GPT-4V for multimodal agent communication. Notebook
🖌️ Multimodal Agent Chat with Llava 📷 Image Processing Uses Llava for enabling multimodal agent conversations with image processing. Notebook
🖼️ Multimodal Agent Chat with GPT-4V 🖼️ Multimedia AI Leverages GPT-4V for visual and conversational interactions in multimodal agents. Notebook

Long Context Handling

Use Case Industry Description Notebook
📜 Long Context Handling as A Capability 🧠 AI Capability Demonstrates techniques for handling long context effectively within AI workflows. Notebook

Evaluation and Assessment

Use Case Industry Description Notebook
📊 AgentEval: A Multi-Agent System for Assessing Utility of LLM-Powered Applications 📈 Performance Evaluation Introduces AgentEval for evaluating and assessing the performance of LLM-based applications. Notebook

Automatic Agent Building

Use Case Industry Description Notebook
🏗️ Automatically Build Multi-agent System with AgentBuilder 🤖 AI Development Explains how to automatically build multi-agent systems using the AgentBuilder tool. Notebook
📚 Automatically Build Multi-agent System from Agent Library 🤖 AI Development Shows how to construct multi-agent systems by leveraging a pre-defined agent library. Notebook

Observability

Use Case Industry Description Notebook
📊 Track LLM Calls, Tool Usage, Actions and Errors using AgentOps 📈 Monitoring & Analytics Demonstrates how to monitor LLM interactions, tool usage, and errors using AgentOps. Notebook

Enhanced Inferences

Use Case Industry Description Notebook
🔗 API Unification 🔧 API Management Explains how to unify API usage with documentation and code examples. Documentation
⚙️ Utility Functions to Help Managing API Configurations Effectively 🔧 API Management Demonstrates utility functions to manage API configurations more effectively. Notebook
💰 Cost Calculation 📈 Cost Management Introduces methods for tracking token usage and estimating costs for LLM interactions. Notebook
⚡ Optimize for Code Generation 📊 Optimization Highlights cost-effective optimization techniques for improving code generation with LLMs. Notebook
📐 Optimize for Math 📊 Optimization Explains techniques to optimize LLM performance for solving mathematical problems. Notebook

🤝 Contributing

Contributions are welcome! 🎉 Here's how you can help:

  1. Fork the repository.
  2. Add a new use case or improve an existing one.
  3. Submit a pull request with your changes.

Please follow our Contributing Guidelines for more details.


📜 License

This repository is licensed under the MIT License. See the LICENSE file for more information.


🚀 Let's Build Together!

Feel free to share this repository with your network and star ⭐ it if you find it useful. Let’s collaborate to create the ultimate resource for AI agent use cases!