Top 10 GitHub Repos — 2026-08-10
This week's trending set is dominated by agent execution layers — open-source coding agents for the terminal, skill packs that inject engineering discipline, and the memory/control infrastructure…
- Click the button to download the
-bookmarks.htmlfile. - Chrome / Edge / Brave: Bookmarks → Import bookmarks and settings → Favorites or bookmarks HTML file → pick the downloaded file.
- Firefox: Bookmarks → Manage Bookmarks → Import and Backup → Import Bookmarks from HTML.
- Safari: File → Import From → Bookmarks HTML File.
Top 10 GitHub Repos — 2026-08-10
As of: 2026-08-10 Focus: AI tools, automations, agents, integrations, MCP, CLIs, and developer tooling. Snapshot: Current trending picks at the moment of generation — not a historical recap.
Overview
This week's trending set is dominated by agent execution layers — open-source coding agents for the terminal, skill packs that inject engineering discipline, and the memory/control infrastructure around them. MCP continues to expand beyond chat clients: the official Rust SDK is shipping an active 3.x line, and OpenWork turns MCP into a cross-tool workflow-sharing layer. On the cost-conscious side, memory-lean inference (AirLLM) and a free multi-provider gateway (OmniRoute) keep trending as engineers look to cut GPU and API spend.
1. QwenLM/qwen-code
- Repo: https://github.com/QwenLM/qwen-code
- Category: AI Agents
- Status: Trending
An open-source AI coding agent that lives in your terminal, agentic out of the box with Auto-Memory, Auto-Skills, SubAgents, Agent Teams, and built-in MCP support. The framework and Qwen models are fully open source, and dynamic workflows require zero setup. Docs ship in six languages.
Why it's on the list: The open-source terminal coding agent with memory, skills, subagents, and MCP built in — trending as the default local agent pick.
2. Significant-Gravitas/AutoGPT
- Repo: https://github.com/Significant-Gravitas/AutoGPT
- Category: AI Agents
- Status: Popular & active
The open-source platform for AI agents: describe what you want done and AutoGPT builds the agent, runs it, and reports back. It positions self-hosting as a first-class path alongside hosted tiers. Still the most recognizable name in open agent frameworks, and it keeps trending.
Why it's on the list: AutoGPT remains the broadest open path from a goal description to a finished agent run.
3. modelcontextprotocol/rust-sdk
- Repo: https://github.com/modelcontextprotocol/rust-sdk
- Category: MCP
- Status: Trending
The official Rust implementation of the Model Context Protocol, built on tokio with an async runtime. The repo houses the core rmcp crate plus rmcp-macros for procedural macro support, and the 3.x migration guide shows the SDK actively tracking spec evolution. For teams building MCP servers or clients in Rust.
Why it's on the list: The official SDK matters to any Rust-based MCP work, and the 3.x line is actively moving.
4. livekit/agents
- Repo: https://github.com/livekit/agents
- Category: AI Agents
- Status: Popular & active
Framework for building realtime, programmable voice agents that run server-side and can see, hear, and understand. A flexible integration ecosystem lets you mix and match speech, LLM, and transport components; the sibling AgentsJS project covers JS/TS. The default starting point for production voice-AI work.
Why it's on the list: The reference framework for realtime voice agents that see and hear — core infrastructure for voice automation.
5. TencentCloud/TencentDB-Agent-Memory
- Repo: https://github.com/TencentCloud/TencentDB-Agent-Memory
- Category: AI Agents
- Status: New
A team-level memory hub for AI agents that turns conversations, docs, and code into four reusable assets: Chat Memory, Skill, LLM-Wiki, and Code-Graph. Memories are governed, shared, and equipped across agents and frameworks rather than locked inside one session. Includes benchmark results, technical implementation notes, and a roadmap.
Why it's on the list: Memory is the missing layer for agent teams; this makes it structured, governed, and reusable.
6. lyogavin/airllm
- Repo: https://github.com/lyogavin/airllm
- Category: AI Tools
- Status: Popular & active
Dramatically reduces inference memory so 70B LLMs run on a single 4GB GPU — without quantization, distillation, or pruning. The project claims 405B Llama 3.1 on 8GB, DeepSeek-V3 (671B) on ~12GB, and support for Kimi K3 (2.8T). Quickstart, config docs, macOS notes, and example notebooks are provided.
Why it's on the list: Runs 70B-class open models on a 4GB GPU with no quantization — a practical answer to the GPU barrier.
7. esengine/DeepSeek-Reasonix
- Repo: https://github.com/esengine/DeepSeek-Reasonix
- Category: CLI
- Status: New
A DeepSeek-native AI coding agent for the terminal, shipped as a single MIT-licensed Go binary and engineered around prefix-cache stability so you can leave it running. One engine exposes four surfaces — terminal, desktop app, browser, or your editor over ACP — with plan mode, permissions, and a workspace sandbox. Extensions and spec docs are included.
Why it's on the list: A new single-binary coding agent built for long-running stability and four-way ACP access.
8. addyosmani/agent-skills
- Repo: https://github.com/addyosmani/agent-skills
- Category: AI Tools
- Status: New
Production-grade engineering skills for AI coding agents, encoding the workflows, quality gates, and best practices senior engineers use when building software. Skills are packaged so agents follow them consistently across DEFINE, PLAN, BUILD, VERIFY, REVIEW, and SHIP phases. A useful reference for teams standardizing how their agents build.
Why it's on the list: Packages senior-engineer quality gates into agent skills — an easy win for engineering discipline.
9. different-ai/openwork
- Repo: https://github.com/different-ai/openwork
- Category: MCP
- Status: New
A free, open-source desktop app for sharing AI workflows across agents on macOS, Windows, and Linux — positioned as an open alternative to Claude Cowork, powered by opencode. Add a single OpenWork MCP to Codex, Claude Code, Cursor, or another compatible agent and reuse the same skills, MCPs, and connected services across tools and team. One MCP to rule the workflow layer.
Why it's on the list: Shows the MCP pattern applied as a cross-tool workflow-sharing layer, not just a chat-client integration.
10. diegosouzapw/OmniRoute
- Repo: https://github.com/diegosouzapw/OmniRoute
- Category: Integrations
- Status: Trending
A free, MIT-licensed AI gateway exposing one endpoint to 290+ providers and 500+ models, including 90+ free ones, with support for Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, and MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline, and Copilot; adds quota-aware auto-fallback, RTK+Caveman compression (reportedly saving 15–95% tokens), and MCP/A2A support. Built by 500+ contributors and currently distributing ~1.53B free tokens.
Why it's on the list: One free endpoint with auto-fallback across 290+ providers — practical insurance for agent API costs.
Honorable Mentions
- google/skills — Official Agent Skills for Google Cloud and Google products; install via
npx skills add google/skills. - Panniantong/Agent-Reach — One CLI that gives agents read/search access to Twitter, Reddit, YouTube, GitHub, Bilibili, and more with zero API fees.
- risingwavelabs/risingwave — Event streaming platform purpose-built for continuously ingesting, transforming, and serving data for agentic AI.
- pingdotgg/t3code — Mobile/web/desktop control surface for the coding agents already running on your machine (Claude Code, Codex, Cursor, OpenCode).
- huangruiteng/loopx — Provider-neutral stateful control plane for long-running agent teams: goals, gates, todos, evidence, quota, and handoffs.
Sources
- QwenLM/qwen-code — https://github.com/QwenLM/qwen-code
- Significant-Gravitas/AutoGPT — https://github.com/Significant-Gravitas/AutoGPT
- modelcontextprotocol/rust-sdk — https://github.com/modelcontextprotocol/rust-sdk
- livekit/agents — https://github.com/livekit/agents
- TencentCloud/TencentDB-Agent-Memory — https://github.com/TencentCloud/TencentDB-Agent-Memory
- lyogavin/airllm — https://github.com/lyogavin/airllm
- esengine/DeepSeek-Reasonix — https://github.com/esengine/DeepSeek-Reasonix
- addyosmani/agent-skills — https://github.com/addyosmani/agent-skills
- different-ai/openwork — https://github.com/different-ai/openwork
- diegosouzapw/OmniRoute — https://github.com/diegosouzapw/OmniRoute
- google/skills — https://github.com/google/skills
- Panniantong/Agent-Reach — https://github.com/Panniantong/Agent-Reach
- risingwavelabs/risingwave — https://github.com/risingwavelabs/risingwave
- pingdotgg/t3code — https://github.com/pingdotgg/t3code
- huangruiteng/loopx — https://github.com/huangruiteng/loopx
More from GitHub Repos