GitHub 项目精选 · 2026年06月04日¶
数据来源:GitHub Search API(含垃圾过滤),覆盖AI/Agent/移动端/开发工具
精选项目¶
-
langgenius/dify | ⭐143763 | TypeScript | 评分:88 langgenius/dify Production-ready platform for agentic workflow development.
-
zhayujie/CowAgent | ⭐45046 | Python | 评分:76 zhayujie/CowAgent Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, autonomously.
-
langchain-ai/langchain | ⭐138452 | Python | 评分:73 langchain-ai/langchain The agent engineering platform.
-
HKUDS/nanobot | ⭐43609 | Python | 评分:72 HKUDS/nanobot Lightweight, open-source AI agent for your tools, chats, and workflows.
-
OpenHands/OpenHands | ⭐75776 | Python | 评分:72 OpenHands/OpenHands 🙌 OpenHands: AI-Driven Development
-
Significant-Gravitas/AutoGPT | ⭐184738 | Python | 评分:69 Significant-Gravitas/AutoGPT AutoGPT is the vision of accessible AI for everyone.
-
mai-yyy/multi-llm-mcp | ⭐34 | Python | 评分:68 mai-yyy/multi-llm-mcp 一个让 Claude Code 调用 Codex 干活,并可以同时调用多个模型的 MCP 工具。
-
raaaaap/mimo-code | ⭐12 | TypeScript | 评分:67 raaaaap/mimo-code CLI coding agent powered by the MiMo large language model.
-
PanisHandsome/ai-rules-sync | ⭐84 | JavaScript | 评分:67 PanisHandsome/ai-rules-sync Keep one source of truth for AI coding-agent rules. Convert and sync between AGENTS.md, CLAUDE.md, etc.
-
kerbelp/metatron | ⭐12 | Python | 评分:66 kerbelp/metatron Self-hosted system that captures a codebase's real implementation decisions.
-
OperonAgent/Operon | ⭐6 | Python | 评分:66 OperonAgent/Operon Autonomous AI Terminal Cockpit, combining the best of OpenClaw and Hermes Agent.
-
Popschlock/Claude-Harness-Generator | ⭐12 | 评分:66 Popschlock/Claude-Harness-Generator Generate a production-ready Claude Code harness tailored to your use case in minutes.
-
bytedance/deer-flow | ⭐70404 | Python | 评分:66 bytedance/deer-flow Open-source long-horizon SuperAgent harness that researches, codes, and creates.
-
SeyhmusKaya/agent-symphony | ⭐9 | TypeScript | 评分:64 SeyhmusKaya/agent-symphony Desktop multi-agent orchestrator for the Claude Agent SDK.
-
wasintoh/line-oa-mcp-ultimate | ⭐58 | TypeScript | 评分:63 wasintoh/line-oa-mcp-ultimate Talk to your LINE Official Account through AI. 27 tools for broadcasts, audiences, etc.
-
farion1231/cc-switch | ⭐90800 | Rust | 评分:60 farion1231/cc-switch Cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini.
-
funboy322/avoid-ai-design | ⭐14 | 评分:59 funboy322/avoid-ai-design Claude Code skill that audits AI-generated frontend and rewrites it to remove generic AI-slop.
-
mudler/LocalAI | ⭐46654 | Go | 评分:58 mudler/LocalAI Open-source AI engine. Run any model on any hardware.
-
albertusreza/pr-pilot | ⭐27 | Python | 评分:56 albertusreza/pr-pilot GitHub Action + CLI that auto-writes PR descriptions, adds labels, and reviews code.
-
lobehub/lobehub | ⭐78153 | TypeScript | 评分:56 lobehub/lobehub 🤯 LobeHub is your Chief Agent Operator, organizing agents into 7×24 operations.
-
dgdev25/ruvos | ⭐11 | Rust | 评分:55 dgdev25/ruvos rUvOS — agentic operating system. A single static Rust binary that runs as MCP server.
-
TY-teo/StayAwake | ⭐35 | Swift | 评分:54 TY-teo/StayAwake Native macOS menu bar app that keeps MacBook awake for AI coding agents.
⭐【重点关注】¶
- CowAgent — 国产开源Agent框架,45k star,支持任务规划和工具调用,值得研究其架构设计
- multi-llm-mcp — 让Claude Code同时调用多个LLM的MCP工具,MCP实战参考价值极高
- StayAwake — Swift写的macOS防休眠小工具,AI编程场景刚需,代码量小适合学习