Skip to content
Series
21 posts

AI Agent GitHub Digest

Posts in the AI Agent GitHub Digest series

AI Agent GitHub Digest — 2026-08-16

Vercel ships eve, a filesystem-first TypeScript agent framework tightly coupled with its AI Gateway/Sandboxes; Prime Intellect's Prime Agent treats the entire conversation context as program variables with a self-modifying Continual Harness; aden-hive's Hive replaces pre-compiled execution graphs with 'clone the Queen'; HKUDS's nanobot hits 47k stars in six months with its v0.3.0 Agency Release. No major version bumps on the watchlist today.

AI Agent GitHub Digest — 2026-08-17

forge adds a reliability middleware layer for tool-calling on self-hosted LLMs, proxying opencode/aider/Claude Code with zero code changes; repo-context-mcp provides token-budgeted repo context packaging via MCP, integrated into PR CI within 5 days of launch; DeepSeek's official harness dsh spawned at least 5 independent community desktop wrappers in one week, totaling nearly 1,500 stars; Microsoft Research's browser agent framework Webwright uses Skill Factory to distill solved tasks into replayable scripts without model calls, boosting reuse accuracy by 15 percentage points on WebArena; Mastra 1.59.0 renames CostGuardProcessor to TokenCostControl (breaking); Pydantic AI v2.30.0 patches a DNS rebinding security vulnerability in its local web chat interface.

AI Agent GitHub Digest — 2026-08-18

headroom compresses tool output, logs, and RAG chunks locally before sending them to the LLM, reaching 66K stars in 7 months. agentmemory gives Claude Code, Cursor, Codex CLI and a dozen other coding agents a shared cross-session memory store, hitting 27K stars in half a year. Andrew Ng's team releases OpenWorker, a desktop agent targeting knowledge workers beyond engineers. NVIDIA's labs-OO-Agents reimagines agent abstractions with object-oriented design. Mastra 1.59.0 renames CostGuardProcessor to TokenCostControl (breaking). browser-use 0.13.8 adds first-party OpenClaw skill support.

AI Agent GitHub Digest — 2026-08-19

DeepSeek's open-source agent harness 'dsh' crossed 20K stars within an hour of its 8/13 launch and has since accumulated ~158K stars, with 2000+ plugin proposals flooding in within two days. Its core is a Cordis-powered 'everything is a plugin' architecture that can even call Claude Code and Codex as sub-agents. RightNow-AI reimagines agents at the OS level with Rust (openfang), NetEase Youdao ships a desktop Agent built on OpenClaw (LobsterAI), and PrimeIntellect's prime-agent features a self-improving reasoning loop. CrewAI 1.15.16 adds execution context tracking and flow error logging.

AI Agent GitHub Digest — 2026-08-20

Volcengine (ByteDance) open-sources OpenViking, replacing black-box vector search with a viking:// virtual filesystem for agent memory — benchmarks show 80%+ accuracy while saving 34-91% tokens. munder-difflin wraps multiple coding CLIs into a desktop office with shared memory; ai-memory solves cross-CLI amnesia with a Rust MCP server; mukul975's cybersecurity skill pack rockets to ~28K stars in a day. pydantic-ai v2.32.0 adds OpenRouter/xAI attachment search and instrumentation improvements.

AI Agent GitHub Digest — 2026-08-21

Cursor open-sources its official plugin marketplace cursor/plugins, standardizing the ecosystem with plugin.json + skills + MCP definitions (+470 stars in one day); apache/maka enters the Apache incubator with an append-only event log recording every tool call and permission decision for auditable local-first agent workbenches; magnitudedev/magnitude auto-detects hardware, downloads, and runs models locally out of the box for offline agents; vercel/eve puts agent capabilities into convention directories like tools/, skills/, and schedules/ — the filesystem is the interface. On the framework side, pydantic-ai ships a v2.32.1 patch.

AI Agent GitHub Digest — 2026-08-22

HKUDS/nanobot rode its v0.3.0 'The Agency Release' to 47K stars in 7 months as a self-hostable personal agent runtime; genspark-ai/genoffice hit 3,400 stars in 3 weeks with an open-source AI office suite for native file formats; NVIDIA published labs-OO-Agents (NOOA), collapsing agent state into a single Python class; repo-context-mcp is an MCP server that helps coding agents understand repos without stuffing the entire codebase into the prompt. Framework-wise, Mastra 1.60.0 adds durable execution and Cloudflare Sandbox; pydantic-ai v2.33.0 has a breaking change from the anthropic SDK's switch to httpx2.

AI Agent GitHub Digest — 2026-08-23

CopilotKit/OpenBot ships an AG-UI-based 'AI coworker' framework where each agent gets its own computer, hitting 2,289 stars in a week; Bruno's official MCP server (usebruno/bruno-mcp) arrives two months after the community version (Ostico/bruno-mcp-studio); the browser-use team spins off a macOS Harness project that gives LLMs six accessibility primitives to control a Mac directly; opencode, now under Anomaly, has ~199K stars — surpassing Anthropic's Claude Code at ~142K. On the framework side, the MCP TypeScript SDK v2 splits the monolith into 8 sub-packages and follows the protocol's stateless redesign, dropping the session handshake entirely.

AI Agent GitHub Digest — 2026-08-24

duty1g/x64dbg-mcp-server wraps a reverse engineering debugger as MCP tools, hitting 563 stars in two days; Cripacx/mediagen bakes EU AI Act content marking into an image generation MCP server; QwenLM/qwen-code v0.22.0 publishes full SWE-bench Verified test trajectories with a 77.08% pass rate; open-gitagent/gitagent rewrites its core engine in Rust with agent state living entirely inside a git repo. On the framework side, GitHub's official MCP Server v1.10.0 is a security spring-cleaning — a typo in `--tools` now crashes the server on startup.

AI Agent GitHub Digest — 2026-08-25

Panniantong/Agent-Reach wraps yt-dlp, twitter-cli and friends behind a single CLI so agents can read Twitter/Reddit/YouTube/Bilibili; LangChain ships deepagents, a batteries-included harness with filesystem access, sub-agents, and skills; Tracer-Cloud/opensre frames AI SRE agents as a scored RCA benchmark; Anthropic's claude-plugins-community marketplace adds a review pipeline for community plugin trust, gaining +490 stars in a single day. GitHub Copilot CLI v1.0.81-8 (pre-release) adds Grok 4.6 xhigh reasoning and live plugin hot-reload.

AI Agent GitHub Digest — 2026-08-26

tinyhumansai/openhuman uses a local-first Memory Tree to compress your digital life and orchestrate multiple agents, already at 37k stars in early beta; Vercel Labs' fx is a native coding agent CLI written in Zig at under 8 MiB; NVIDIA open-sources labs-OO-Agents, packing an agent's prompt/tool/workflow into a single Python class; CopilotKit/OpenBot containerizes agents with governance gates — every action is reviewed before execution. Agno v3.0.0 is a major breaking release requiring database migration, and Haystack v3.1.0 adds multi-agent delegation via AgentTool and context compression via CompactionHook.

AI Agent GitHub Digest — 2026-08-27

deepseek-ai/deepseek-harness (dsh) uses a Cordis plugin architecture to make models, tools, sandboxes, and memory all swappable components, hitting nearly 200k stars a week after its developer preview launch; PrimeIntellect-ai/prime-agent runs long-lived research coding tasks on a Recursive Language Model architecture, surviving terminal disconnects via a persistent IPython session; liqiwa/mcp-radar automates this very kind of digest by scanning GitHub daily for newly ranked MCP servers. On the framework side, Mastra 1.61.0 adds a crash-resilient background task queue, and ComposioHQ/composio 0.17.0 extends SSRF protection to tool-execution downloads and S3 uploads.

AI Agent GitHub Digest — 2026-08-28

thedotmack/claude-mem lets context survive across sessions via compressed memory, crossing 90K stars; volcengine/OpenViking unifies memory, RAG, and skills into a virtual filesystem browsable over the viking:// protocol, up 3,078 stars this week; apache/maka enters the Apache Incubator, turning an agent's execution history into a replayable event-sourcing log; K-Dense-AI/scientific-agent-skills lets 175,000 scientists turn a general coding agent into a domain expert with 163 skills. Haystack v3.1.0 adds AgentTool for multi-agent delegation.

AI Agent GitHub Digest — 2026-08-29

calesthio/OpenMontage turns a general-purpose coding agent into a full video-production studio with 12 pipelines and 700+ skill files, jumping to 50k stars this week; Anthropic's own official plugin marketplace claude-plugins-official gained +292 stars in a single day; rohitg00/agentmemory gives coding agents cross-session memory via BM25 + vector + knowledge graph retrieval, claiming 95.2% R@5 on its own LongMemEval-S benchmark; sodiumsun/agenttrail builds a local, real-time task map for Claude Code, Codex, and Cursor. No major framework releases today.

AI Agent GitHub Digest — 2026-08-30

Google's own ChromeDevTools/chrome-devtools-mcp (50k stars) lets coding agents drive a real Chrome instance for performance profiling and debugging; abhigyanpatwari/GitNexus replaces 'guessing at code by reading it' with a pure browser-side knowledge graph; mksglu/context-mode targets coding agents' context-window waste; google/skills is Google's own official Agent Skills package library; livekit/agents keeps shipping actively for voice agents. On the framework side, pydantic-ai v2.36.0 adds `@durable_operation`, opening a pluggable slot for third-party durable-execution engines.

AI Agent GitHub Digest — 2026-08-31

can1357/oh-my-pi forked the well-known coding agent 'Pi' and, by obsessing over tool-call formats, pushed Grok Code Fast 1's task success rate from 6.7% to 68.3%; K-Dense-AI/scientific-agent-skills opens 163 research skills to any agent that supports the Agent Skills standard; addyosmani/agent-skills packages a senior engineer's six-stage workflow into a skill set and hit 90k stars in a week; THU-MAIC/OpenMAIC v1.0.0 adds a conversational Pro workbench, landing multi-agent orchestration in the concrete vertical of course content production. On the framework side, agno v3.0.2 is the one release that clears the bar: it publishes Agents/Teams/Workflows as named MCP tools and ships several breaking changes along the way.

AI Agent GitHub Digest — 2026-09-01

HKUDS/nanobot hit 47.5k stars in half a year, demonstrating the 'small core + multi-channel + long-term memory' formula for a self-hosted personal agent; zhayujie/CowAgent (formerly chatgpt-on-wechat) reinvents an old chatbot wrapper as a full Agent Harness with a three-tier memory architecture and a nightly 'Deep Dream' distillation pass; conductor-oss/conductor wires a durable-execution graph engine to native MCP tool calls, letting an agent's loop survive a crash or a weeks-long human approval wait; mksglu/context-mode goes straight at the pain point of MCP tool calls flooding the context window, and hit #1 on Hacker News. agno v3.0.4 is the only framework release that clears the bar — it flips KnowledgeManagementTools' ingest_path to opt-in by default to close a security gap.

AI Agent GitHub Digest — 2026-09-02

openclaw/openclaw, a self-hosted personal assistant, has climbed to 388k stars by wiring WhatsApp, Telegram, Slack and other chat channels into one Gateway. The same week, NVIDIA shipped SkillSpector, which scans Claude Code, Codex, and MCP skills for 71 vulnerability patterns — research it cites found 26.1% of skills contain vulnerabilities and 5.2% show likely malicious intent. Also today: stablyai/orca turns parallel multi-agent coding into a full IDE, and VectifyAI/PageIndex challenges the assumption that RAG needs a vector database with a reasoning-based tree index. claude-code v2.1.257 adds a Containment Escape security rule, and agno v3.0.5 stops swallowing embedding failures silently and starts reporting them honestly.

AI Agent GitHub Digest — 2026-09-03

NousResearch/hermes-agent keeps climbing (239,994 stars) on a self-improving learning loop that remembers how to use your tools and who you are across sessions. pacifio/atlas gained 895 stars in a day by giving multiple coding agents shared, traceable version control — every commit links back to the session that made it. blader/humanizer strips the AI tell from writing using 35 patterns, without inventing facts. On the document side, firecrawl/pdf-inspector decides in under 50ms whether a PDF needs OCR, and superlinked/sie folds every model an agent needs into one self-hosted inference cluster. On the framework side, AG2 v1.0.3 ports fully to MCP 2.0 (a breaking change) and adds TealTigerMiddleware, a deterministic, non-LLM prompt-injection guard.

AI Agent GitHub Digest — 2026-09-04

github/spec-kit turned one and shipped 1.0.0, with its maintainer stressing that adaptability now matters more than stability. stablyai/orca lets you run a whole fleet of coding agents in parallel worktrees and gained 812 stars in a single day. KeygraphHQ/shannon shipped 3.0, an AI agent that runs real penetration tests and outputs SARIF reports straight into CI/CD. On the browser side, ChromeDevTools/chrome-devtools-mcp opens Chrome's official MCP server up to any agent. On the framework side, Pydantic AI v2.38.0 changes how one-off capabilities get merged (a breaking change), and Claude Code v2.1.259 fixes a long-standing bug where concurrent sessions silently clobbered each other's settings.

AI Agent GitHub Digest — 2026-09-05

mattpocock/skills gained 2,757 stars in a single day — the fastest-growing repo on GitHub today. Anthropic's own anthropics/skills and the open-source coding agent anomalyco/opencode are trending alongside it. Meanwhile MCP server reverify ran a benchmark on 71 real Windows system files and found AI has a 97% error rate reverse-engineering binaries from memory — deterministic tools caught every single one. On the framework side, pydantic-ai, agno, and haystack all shipped routine patches today, nothing major.