Git Analytics AI & MLAI & ML
Shubhamsaboo/awesome-llm-apps

Awesome LLM Apps - แพลตฟอร์มรวม AI Agents และ RAG AppsAwesome LLM Apps: A repository of AI Agents and RAG Apps

AI & MLAI & ML 138,828 ดาวStars 20,421 Python Apache-2.0 อัปเดตล่าสุดLast push 16 ก.ย. 256916 Sept 2026
Shubhamsaboo/awesome-llm-apps

โปรเจคนี้รวบรวม AI Agents มากกว่า 100 ตัวและแอพ RAG แบบโอเพ่นซอร์ส

This project compiles over 100 AI Agents and RAG Apps, all open-source.

ไว้ทำอะไร

โปรเจคนี้มุ่งเน้นให้บริการเครื่องมือสำหรับการพัฒนา AI agents และ RAG applications ที่ใช้งานได้ฟรีเหมาะกับผู้พัฒนาที่ต้องการแก้ปัญหาการประมวลผลภาษาธรรมชาติ หรือเรียนรู้ผ่านแอพพลิเคชัน AI ที่หลากหลาย

ทำงานอย่างไร

แต่ละแอพจัดเก็บอยู่ในโฟลเดอร์ที่ถูกจำแนกตามประเภท เช่น single_agent_apps หรือ multi_agent_apps ภายในแอพเหล่านี้จะมีไฟล์ .py ซึ่งเป็นการนำ AI models มาประยุกต์ใช้ เช่น Gemini หรือ Claude แต่ละแอพทำงานในลักษณะ agent-based โดยใช้การแยก tasks และประสานการทำงานระหว่าง model ในการประมวลผล

โครงสร้างโค้ด

  • advanced_ai_agents/autonomous_game_playing_agent_apps — แอพพลิเคชันสำหรับเกม
  • agent_skills/ — ทักษะของ agent ต่างๆ
  • starter_ai_agents/ — แอพ AI สำหรับเริ่มต้นใช้งาน
  • docs/ — เอกสารและแกลเลอรี่รูปภาพ
  • LICENSE — เอกสารกำหนดสิทธิ์การใช้งาน
  • README.md — คำแนะนำสำหรับโปรเจคนี้

เริ่มใช้งาน

bash
npx skills add https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/agent_skills/project-graveyard

เหมาะกับงานแบบไหน

  • เข้าใจผู้ใช้ที่เริ่มต้นกับ LLM
  • เพิ่มทักษะการใช้ agents ในแอพพลิเคชันของคุณ
  • พัฒนาและจัดการ AI ทางด้านการเงินและสุขภาพ

ข้อควรรู้

  • การรองรับขึ้นอยู่กับรุ่นของโมเดล
  • ใช้ Apache-2.0 license ซึ่งอาจมีข้อจำกัดในบางการใช้เชิงพาณิชย์

What it is for

The project focuses on providing tools for developing AI agents and RAG applications, free to use for developers aiming to solve natural language processing problems or learning through various AI applications.

How it works

Each application is stored in a folder categorized by type, such as single_agent_apps or multi_agent_apps. Inside these apps are .py files demonstrating the use of AI models like Gemini or Claude. Each app operates in an agent-based manner, using task separation and coordination between models to process information.

Code structure

  • advanced_ai_agents/autonomous_game_playing_agent_apps — Applications for gaming
  • agent_skills/ — Various agent skills
  • starter_ai_agents/ — Starter AI applications
  • docs/ — Documentation and image gallery
  • LICENSE — License documentation
  • README.md — Instructions for this project

Getting started

bash
npx skills add https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/agent_skills/project-graveyard

Good fit for

  • Introduce users new to LLM
  • Enhance agent skills in your application
  • Develop and manage AI for finance and health

Things to know

  • Compatibility depends on model versions
  • Uses Apache-2.0 license which may have restrictions in commercial use

บทวิเคราะห์นี้สร้างจาก README และโค้ดของ repo โดย AI ของ Oneable — ตรวจสอบ license และเอกสารต้นทางก่อนนำไปใช้งานจริงThis breakdown was generated from the repository's README and code by Oneable's AI — check the license and upstream docs before using it in production.

#agents#llms#python#rag

repo อื่นในหมวดเดียวกันMore in this category