Skip to content
Series
15 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.