Bookmarks

Top 10 GitHub Repos

QwenLM/qwen-code
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.
Significant-Gravitas/AutoGPT
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.
modelcontextprotocol/rust-sdk
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.
livekit/agents
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.
TencentCloud/TencentDB-Agent-Memory
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.
lyogavin/airllm
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.
esengine/DeepSeek-Reasonix
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.
addyosmani/agent-skills
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.
different-ai/openwork
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.
diegosouzapw/OmniRoute
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.

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.