Agent

Open-source projects categorized as Agent
AI LLM mcp openai Python

Top 23 Agent Open-Source Projects

  1. dify

    Production-ready platform for agentic workflow development.

    Project mention: Bringing MongoDB Atlas and Voyage AI to Dify: Build RAG Workflows and Data Agents Without Heavy Glue Code | dev.to | 2026-05-31

    The MongoDB extensions for Dify help close that gap.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ragflow

    RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

    Project mention: I Scanned 5 Popular Open-Source AI Projects for EU AI Act Compliance. Here's What I Found. | dev.to | 2026-03-31

    I ran AIR Blackbox (the scanner itself), Browser Use (79K+ stars), RAGFlow (76K+ stars), LiteLLM (23K+ stars), and Superlinked (15K+ stars) through the same compliance checks.

  4. LobeHub

    The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you.

    Project mention: Show HN: AI Roundtable – Let 200 models debate your question | news.ycombinator.com | 2026-03-24

    You can set this up yourself with API keys to the corresponding providers and creating an Agent Group in https://github.com/lobehub/lobehub. Agent groups allow you to easily create a room of agents and have them discuss any of your topics. Easily make agents with types and skills, it even assists in drafting starting prompts and even team members depending what your query (and selected model) is.

    You can self-host as well, but not via desktop app. Sever setup required.

    Be careful of your token context, you can easily rack up costs if you leave Opus selected as the model and get lost in some rabbit hole of results.

    Enjoy enjoy!

  5. Prompt-Engineering-Guide

    🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

    Project mention: Your AI is not bad, your instructions are | dev.to | 2026-05-22

    Prompt Engineering Guide

  6. OpenHands

    🙌 OpenHands: AI-Driven Development

    Project mention: Agent-Ready Engineering Infrastructure | dev.to | 2026-05-05

    OpenHands AGENTS.md

  7. LlamaFactory

    Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)

    Project mention: Llama-Factory: Unified, Efficient Fine-Tuning for 100 Open LLMs | news.ycombinator.com | 2025-09-18
  8. deer-flow

    An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

    Project mention: DeerFlow 2.0 – Deep Exploration and Efficient Research Flow | news.ycombinator.com | 2026-05-17
  9. MetaGPT

    🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming

    Project mention: Backlog.md – CLI that auto-generates task files (took my Claude success to 95 %) | news.ycombinator.com | 2025-07-06
  10. unsloth

    Unsloth Studio is a web UI for training and running open models like Gemma 4, Qwen3.6, DeepSeek, gpt-oss locally.

    Project mention: I Trained an LLM on 75K of My Own Messages So It Would Stop Writing Like a Chatbot | dev.to | 2026-05-08

    Training: unsloth + trl (SFTTrainer). Unsloth handles the 4-bit quantization and gradient checkpointing; trl handles the training loop.

  11. learn-claude-code

    Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

    Project mention: 🤖 Learn Harness Engineering by Building a Mini Claude Code 💻 | dev.to | 2026-04-21

    Note: This is a fork of shareAI-lab/learn-claude-code with all agents migrated from the Anthropic SDK to the OpenAI SDK (openai Python package). All agents work with any OpenAI-compatible endpoint — cloud APIs (OpenAI, GitHub Models, Azure OpenAI) or local servers (LM Studio, Ollama, GPT4All).

  12. mem0

    Universal memory layer for AI Agents

    Project mention: mem0 alternatives - MemClaw and Statewave | libhunt.com/r/mem0 | 2026-06-03
  13. Huginn

    Create agents that monitor and act on your behalf. Your agents are standing by!

    Project mention: The Missing Protocol: Let Me Know | news.ycombinator.com | 2025-08-12

    I’ve always used huginn[0] for these types of tasks, though the learning curve/implementation is a bit cumbersome for more trivial tasks like the proposed scenario.

    [0] https://github.com/huginn/huginn

  14. JeecgBoot

    AI 低代码平台「低代码 + 零代码」双驱动!低代码可一键生成前后端代码;零代码可 5 分钟搭建系统;AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

  15. ChatTTS

    A generative speech model for daily dialogue.

  16. Arthas

    Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

  17. UI-TARS-desktop

    The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra

    Project mention: ByteDance local agent is something I might feel safe running | news.ycombinator.com | 2026-01-08
  18. khoj

    Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.

    Project mention: 25 Trending Self-Hosted Projects on GitHub | dev.to | 2026-04-02
  19. AstrBot

    AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

  20. Nacos

    an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

    Project mention: Development Trends and Architecture Evolution of AI Agents | dev.to | 2025-11-03

    ● Nacos: Version 3.x will provide support for dynamic prompts and the A2A protocol. https://github.com/alibaba/nacos

  21. CopilotKit

    The Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol

    Project mention: Generative UI - The Future of Human-AI Interaction | dev.to | 2026-05-27

    The instructions prop is ignored with custom agents. We set system instructions via CopilotSidebar's instructions field and they were silently dropped. This is a known open CopilotKit issue. The workaround: define instructions in the agent's system message directly.

  22. FastGPT

    FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

  23. awesome-ai-agents

    A list of AI autonomous agents

  24. gpt-researcher

    An autonomous agent that conducts deep research on any data using any LLM providers

    Project mention: 1500 Lines of Markdown vs 15000 Lines of Python. | dev.to | 2025-12-31

    I spent a weekend studying GPT-Researcher, an open-source project with 24,000+ GitHub stars. It builds an autonomous research agent that generates comprehensive reports with citations. The architecture is elegant: multiple specialized agents coordinate through LangGraph, parallel execution speeds up research, and quality gates ensure reliable output.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Agent discussion

Log in or Post with

Agent related posts

  • How to Integrate AI into Your Flutter App — A Complete Guide

    3 projects | dev.to | 7 Jun 2026
  • Hermes – Community Web UI with Agent

    1 project | news.ycombinator.com | 6 Jun 2026
  • An AI agent just paid a Lightning invoice. The agent only holds USDC.

    1 project | dev.to | 5 Jun 2026
  • Show HN: Jeju – a local-first agent harness with inspectable runs

    1 project | news.ycombinator.com | 5 Jun 2026
  • Alibaba/Open-Code-Review

    10 projects | news.ycombinator.com | 4 Jun 2026
  • AWS Just Defined AgentOps. Here's What Amazon Bedrock AgentCore Actually Changes About Running Agents in Production.

    1 project | dev.to | 4 Jun 2026
  • Amazon Bedrock AgentCore Gateway Just Became the Enterprise MCP Infrastructure Layer. Here's What Actually Changed.

    1 project | dev.to | 4 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Agent projects? This list will help you:

# Project Stars
1 dify 143,689
2 ragflow 81,919
3 LobeHub 78,186
4 Prompt-Engineering-Guide 75,276
5 OpenHands 75,905
6 LlamaFactory 71,870
7 deer-flow 70,440
8 MetaGPT 68,492
9 unsloth 65,904
10 learn-claude-code 64,902
11 mem0 57,631
12 Huginn 49,402
13 JeecgBoot 46,605
14 ChatTTS 39,392
15 Arthas 37,337
16 UI-TARS-desktop 36,101
17 khoj 34,892
18 AstrBot 33,820
19 Nacos 33,000
20 CopilotKit 32,542
21 FastGPT 28,275
22 awesome-ai-agents 27,940
23 gpt-researcher 27,505

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?