AI channel
AI agents

Open-source AI agents

An AI agent is a program that uses a language model to decide what to do next, calls tools such as a browser, a code interpreter or an API, and repeats until the task is done. The projects here range from frameworks for building your own agents to finished agents that write code, browse the web or run business workflows.

How to choose

Compare three things. Which models it can use: a single provider, or any OpenAI-compatible endpoint including local ones. How it limits what the agent may do: sandboxing, approval steps and permission lists. And whether it keeps memory between steps and sessions. An agent that runs code or shell commands should run in a sandbox, so check that before giving it access to your machine.

Most-starred projects

1–24 of 3,090
Significant-Gravitas

AutoGPT

187,365

Open-source platform for building and running AI agents that complete full workflows, defined in plain English or a visual builder and run on demand or on a schedule.

Python
anthropics

skills

176,476

Anthropic's public collection of Agent Skills — folders of instructions, scripts, and resources Claude loads dynamically to perform specialized tasks repeatably.

Python
langgenius

dify

155,830

Dify is an open-source LLM app platform combining agentic workflows, RAG pipelines and model management, deployable on cloud, VPC, or self-hosted infrastructure.

TypeScript
anthropics

claude-code

145,026

Claude Code is an agentic coding tool that lives in your terminal, executing routine tasks, explaining complex code, and handling git workflows via natural language.

Python
modelcontextprotocol

servers

90,323

Collection of reference MCP server implementations maintained by the steering group, meant as educational examples for developers building their own MCP servers.

TypeScript
OpenHands

OpenHands

88,015

OpenHands is a self-hosted control center for coding agents, running Claude Code, Codex, or any ACP-compatible agent across local, remote, and cloud backends.

Python
lobehub

lobehub

82,468

LobeHub acts as a Chief Agent Operator that organizes your AI agents into round-the-clock operations, handling hiring, scheduling, and reporting while you stay in charge.

TypeScript
76,864

Hands-on tutorial that builds a minimal Claude Code–style agent harness from scratch around Bash, teaching how model and harness combine into a working agent product.

Python
666ghj

MiroFish

73,588

MiroFish is a swarm-intelligence engine that builds a parallel digital world from seed materials, letting thousands of interacting agents simulate future trajectories.

Python
ruvnet

ruflo

72,427

Ruflo is an agent meta-harness for Claude Code and Codex, adding 100+ specialized agents, coordinated swarms, self-learning memory, and federation across machines.

TypeScript
santifer

career-ops

71,584

career-ops turns AI coding CLIs such as Claude Code into a job-search command center, scanning job portals, scoring listings on an A-F rubric, and tailoring CVs.

JavaScript
openinterpreter

openinterpreter

68,320

Open Interpreter is a terminal coding agent optimized for low-cost open models like Kimi K3, reimplemented in Rust with a Codex-like interface and switchable harnesses.

Rust
63,383

Educational proof of concept in which a team of AI agents modeled on investors like Ben Graham and Bill Ackman makes trading decisions; not intended for real trading.

Python
usestrix

strix

62,604

Autonomous AI penetration-testing agents that run your code, find vulnerabilities, and verify them with real proofs of concept, plugging into CI/CD pipelines.

Python
FlowiseAI

Flowise

55,461

Flowise lets you build AI agents and LLM workflows visually, dragging and dropping components for chatbots, RAG, and multi-agent systems instead of writing code.

TypeScript
bmad-code-org

BMAD-METHOD

53,054

BMAD-METHOD is a free, open-source agile AI development framework whose agents act as expert collaborators, adapting planning depth from bug fixes to enterprise systems.

JavaScript
run-llama

llama_index

52,170

A framework for building document agents and retrieval applications.

Python
ChromeDevTools

chrome-devtools-mcp

52,047

This MCP server lets coding agents control and inspect a live Chrome browser via DevTools for debugging, performance analysis and reliable Puppeteer-based automation.

TypeScript
multica-ai

multica

49,931

Multica turns coding agents into managed teammates that pick up assigned issues, write code, report blockers, and update statuses autonomously, all self-hosted.

Go
KeygraphHQ

shannon

48,035

Shannon is an autonomous white-box AI pentester that analyzes source code, finds attack paths and runs real exploits to prove vulnerabilities pre-production.

TypeScript
danny-avila

LibreChat

43,718

LibreChat is a self-hostable, ChatGPT-style chat interface that unifies many AI providers with model switching, agents, MCP tools and a sandboxed code interpreter.

TypeScript
MadsLorentzen

ai-job-search

42,896

The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.

Python
chatanywhere

GPT_API_free

42,599

免费大模型API,支持免费调用GPT、DeepSeek等主流模型,免费额度10000点,每日刷新!另付费价格最低官方1-2折!

langchain-ai

langgraph

41,704

Build resilient, stateful AI agents and agent workflows.

Python