https://github.com/khulnasoft/awesome-llm-ai-agents
https://github.com/khulnasoft/awesome-llm-ai-agents
List: awesome-llm-ai-agents
ai-agents awesome awesome-list awesome-lists rag-applications
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/awesome-llm-ai-agents
- Owner: khulnasoft
- License: apache-2.0
- Created: 2025-01-06T08:00:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T10:14:36.000Z (4 months ago)
- Last Synced: 2025-01-06T11:21:28.695Z (4 months ago)
- Topics: ai-agents, awesome, awesome-list, awesome-lists, rag-applications
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# π Awesome LLM and AI Agents
A curated collection of Awesome LLM and AI Agents built with RAG and AI agents. This repository features LLM apps that use models from OpenAI, Anthropic, Google, and even open-source models like LLaMA that you can run locally on your computer.
## π€ Why Awesome LLM and AI Agents?
- π‘ Discover practical and creative ways LLMs can be applied across different domains, from code repositories to email inboxes and more.
- π₯ Explore apps that combine LLMs from OpenAI, Anthropic, Gemini, and open-source alternatives with RAG and AI Agents.
- π Learn from well-documented projects and contribute to the growing open-source ecosystem of LLM-powered applications.## π Featured AI Projects
### AI Agents
- [πΌ AI Customer Support Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_customer_support_agent)
- [π AI Investment Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_investment_agent)
- [π¨ββοΈ AI Legal Agent Team](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_legal_agent_team)
- [πΌ AI Recruitment Agent Team](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_recruitment_agent_team)
- [π¨βπΌ AI Services Agency](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_services_agency)
- [ποΈββοΈ AI Health & Fitness Planner Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_health_fitness_agent)
- [π AI Startup Trend Analysis Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_startup_trend_analysis_agent)
- [ποΈ AI Journalist Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_journalist_agent)
- [π² AI Finance Agent Team](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_finance_agent_team)
- [π° AI Personal Finance Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_personal_finance_agent)
- [π©» AI Medical Scan Diagnosis Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_medical_imaging_agent)
- [π« AI Travel Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_travel_agent)
- [π¬ AI Movie Production Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_movie_production_agent)
- [π° Multi-Agent AI Researcher](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/multi_agent_researcher)
- [π AI Meeting Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_meeting_agent)
- [π Local News Agent OpenAI Swarm](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/local_news_agent_openai_swarm)
- [π AI Finance Agent with xAI Grok](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/xai_finance_agent)
- [π§ AI Reasoning Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/ai_reasoning_agent)
- [𧬠Multimodal AI Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/tutorials/multimodal_ai_agent)### RAG (Retrieval Augmented Generation)
- [π Autonomous RAG](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/autonomous_rag)
- [π Agentic RAG](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/agentic_rag)
- [π Llama3.1 Local RAG](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/llama3.1_local_rag)
- [π§© RAG-as-a-Service](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/rag-as-a-service)
- [π¦ Local RAG Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/local_rag_agent)
- [π RAG App with Hybrid Search](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/hybrid_search_rag)
- [π₯οΈ Local RAG App with Hybrid Search](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/local_hybrid_search_rag)
- [π RAG Agent with Database Routing](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/rag_database_routing)
- [π Corrective RAG Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/rag/corrective_rag)### LLM Apps with Memory
- [πΎ AI Arxiv Agent with Memory](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/memory_apps/ai_arxiv_agent_memory)
- [π LLM App with Personalized Memory](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/memory_apps/llm_app_personalized_memory)
- [π©οΈ AI Travel Agent with Memory](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/memory_apps/ai_travel_agent_memory)
- [ποΈ Local ChatGPT with Memory](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/memory_apps/local_chatgpt_with_memory)### Chat with X
- [π¬ Chat with GitHub Repo](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/github)
- [π¨ Chat with Gmail](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/gmail)
- [π Chat with PDF](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/pdf)
- [π Chat with Research Papers](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/research_papers)
- [π Chat with Substack Newsletter](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/substack)
- [π½οΈ Chat with YouTube Videos](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/examples/youtube)### LLM Finetuning
- [π Llama3.2 Finetuning](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/finetuning/llama3.2_finetuning)### Advanced Tools and Frameworks
- [π§ͺ Gemini Multimodal Chatbot](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/gemini_multimodal_chatbot)
- [π Mixture of Agents](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/mixture_of_agents)
- [π MultiLLM Chat Playground](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/multillm_chat_playground)
- [π LLM Router App](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/llm_router_app)
- [π¬ Local ChatGPT Clone](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/local_chatgpt_clone)
- [π Web Scraping AI Agent](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/web_scrapping_ai_agent)
- [π Web Search AI Assistant](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/web_search_ai_assistant)
- [π§ͺ Cursor AI Experiments](https://github.com/khulnasoft/awesome-llm-ai-agents/tree/main/src/agents/advanced_tools/cursor_ai_experiments)## π Getting Started
1. **Clone the repository**
```bash
git clone https://github.com/khulnasoft/awesome-llm-ai-agents.git
```2. **Navigate to the desired project directory**
```bash
cd awesome-llm-ai-agents/examples/gmail
```3. **Install the required dependencies**
```bash
pip install -r requirements.txt
```4. **Follow the project-specific instructions** in each project's `README.md` file to set up and run the app.
## π€ Contributing to Open Source
Contributions are welcome! If you have any ideas, improvements, or new apps to add, please create a new [GitHub Issue](https://github.com/khulnasoft/awesome-llm-ai-agents/issues) or submit a pull request. Make sure to follow the existing project structure and include a detailed `README.md` for each new app.
### Thank You, Community, for the Support! π
[](https://star-history.com/#khulnasoft/awesome-llm-ai-agents&Date)
π **Donβt miss out on future updates! Star the repo now and be the first to know about new and exciting LLM apps with RAG and AI Agents.**