Commerce agents top the chart at 453 stars/day
We don't tell you what's popular — popularity lags and is gameable. We tell you what's gaining speed right now, and whether it's worth your attention. 6 accelerating AI repos earned today's slot.
Top mover
This is a reference implementation from Anthropic showing how to build multi-agent systems for shopping and merchant tasks using Claude, with concrete examples across retail, telecom, and entertainment. It matters because it demonstrates a practical pattern for agent orchestration with tool use and human-in-the-loop, potentially accelerating adoption of AI agents in commerce. Caveat: it's a blueprint, not a production-ready framework, and may be tightly coupled to Anthropic's API.
🤖 Agents & automation
OpenBot gives each AI agent its own browser, files, and tools, with every action pre-approved and post-recorded for governance. It integrates with AG-UI agents and MCP, making it a practical framework for building transparent, controllable AI coworkers. The project is gaining traction due to its focus on agent governance and auditability, though it's early-stage and may require significant integration effort for production use.
DSHDesktop is a desktop application that packages DeepSeek Harness, a framework for building and running AI agents, into a user-friendly GUI. It's gaining traction because it lowers the barrier for non-developers to experiment with local agent workflows, but it's early-stage and may lack the depth of code-first frameworks.
img2threejs converts a single reference image into a procedural, animation-ready Three.js model by having an LLM agent write TypeScript code, avoiding heavy 3D asset pipelines. It's gaining traction because it's token-efficient, quality-gated, and integrates with AI coding tools like Claude Code, making 3D content generation accessible to developers without 3D modeling skills. Caveat: output quality depends on the LLM's ability to infer geometry from a single image, so complex or ambiguous objects may produce inaccurate models.
Tooling & infra
OpenCodex is a lightweight proxy that lets developers use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama, etc.) with OpenAI Codex and Claude Code tools, bypassing vendor lock-in. Its rapid adoption (13k+ stars) reflects growing demand for model flexibility in agentic coding workflows. Caveat: as a proxy, it adds a layer that may introduce latency or compatibility issues with future tool updates.
Graft builds a code graph with tree-sitter and exposes it over MCP, letting Claude Code, Cursor, Codex, and Gemini fetch precise, repo-specific context instead of dumping files. It's gaining traction because it directly attacks the context-window bottleneck in agentic coding, but it's early-stage and requires trusting its graph accuracy over simpler retrieval methods.