AI and LLM Agents
The heaviest concentration of today's trending repos falls squarely in the autonomous agent space, with several projects pushing toward long-running, self-directed coding workflows.
- PrimeIntellect-ai/prime-agent: A self-improving reinforcement-learning model agent built for coding workflows and long-running autonomous tasks. (+2293)
- earendil-works/pi: A unified LLM API, agent loop, TUI, and coding agent CLI packaged as a single toolkit. (+492)
- Significant-Gravitas/AutoGPT: The original open-source autonomous agent platform, still drawing significant daily attention. (+355)
- CodebuffAI/freebuff: A free coding agent aimed at lowering the barrier to AI-assisted development. (+105)
- huangruiteng/loopx: A lightweight loop-engineering state kernel for durable, quota-aware, long-running AI agent teams. (+624)
- wshobson/agents: A multi-harness agentic plugin marketplace supporting Claude Code, Codex CLI, Cursor, Copilot, and Gemini CLI. (+58)
- anthropics/claude-code: Anthropic's terminal-native agentic coding tool for natural-language codebase interaction. (+125)
- google/skills: Agent skills for Google products and technologies, bridging Google services with agent runtimes. (+327)
- android/skills: Agent skill definitions for Android, inferred as a sibling project to google/skills. (+47)
Agent Memory and Context Infrastructure
Memory and context management is emerging as its own layer in the agent stack.
- TencentCloud/TencentDB-Agent-Memory: A team-level memory hub that converts conversations, docs, and code into four reusable memory assets for shared agent use. (+1367)
- tirth8205/code-review-graph: A local-first code intelligence graph for MCP and CLI that reduces context fed to AI tools during reviews and large-repo workflows. (+450)
- semantica-agi/semantica: Graph-native infrastructure for context management in accountable AI systems. (+122)
- yvgude/lean-ctx: A local Rust binary acting as a context intelligence layer, controlling what agents read, remember, and touch, with 76 MCP tools supported. (+10)
LLM APIs, Proxies, and Agent Tooling
- tashfeenahmed/freellmapi: An OpenAI-compatible proxy that aggregates free tiers from 28 LLM providers behind a single endpoint with smart routing and failover. (+114)
- firecrawl/firecrawl: A context API for searching, scraping, and interacting with the web at scale, feeding agent pipelines. (+583)
- CopilotKit/CopilotKit: Frontend stack for agents and generative UI across React, Angular, mobile, and Slack, built around the AG-UI protocol. (+74)
- anthropics/claude-plugins-official: Anthropic's official, curated directory of high-quality Claude Code plugins. (+55)
- cloudflare/computer: A Cloudflare-backed library that gives agents a computer to interact with. (+872)
- iOfficeAI/AionUi: An open-source coworking app that provides a unified UI for managing 20-plus CLI agents including Claude Code, Codex, and Hermes. (+80)
- deepcoldy/botmux: Bridges Feishu and Lark messaging to AI coding CLIs, spawning live CLI sessions per conversation thread. (+16)
- 666ghj/MiroFish: A lightweight swarm intelligence engine for prediction tasks. (+141)
- open-mercato/open-mercato: An AI-engineering foundation framework with architectural conventions pre-made so agents can skip reinventing multi-tenancy, RBAC, and CRM decisions. (+11)
Infrastructure and Developer Tooling
- denoland/celld: Self-hosted, distributed Durable Objects runtime built in Rust. (+516)
- goauthentik/authentik: A flexible open-source identity and authentication platform. (+530)
- jdx/mise: A dev tools, environment variable, and task runner manager for polyglot projects. (+135)
- t8y2/dbx: A 20 MB cross-platform database client supporting 70-plus databases with built-in AI and MCP server. (+128)
- NVIDIA-NeMo/Speech: NVIDIA's scalable generative AI framework for LLMs, multimodal, and speech AI research. (+82)
Web Frameworks and UI
- payloadcms/payload: The open-source, fullstack Next.js framework with a built-in TypeScript backend and admin panel. (+19)
- element-plus/element-plus: A Vue.js 3 UI component library maintained by the Element team. (+3)
- satnaing/shadcn-admin: An admin dashboard UI built with Shadcn and Vite. (+210)
- makeplane/plane: An open-source project management platform positioned as an alternative to Jira, Linear, and ClickUp. (+65)
Learning and Miscellaneous
- donnemartin/system-design-primer: The canonical guide to large-scale system design, with Anki flashcards for interview prep. (+294)
- harvard-edge/cs249r_book: Harvard's open textbook on machine learning systems. (+36)
- Comfy-Org/ComfyUI: A modular, graph-based GUI and API for diffusion model workflows. (+338)
- rustdesk/rustdesk: A self-hosted open-source alternative to TeamViewer for remote desktop access. (+87)
- p1ngul1n0/blackbird: An OSINT tool for finding accounts by username or email across social networks. (+35)
- raphamorim/rio: A hardware-accelerated GPU terminal emulator for desktop and browser environments. (+19)
- glzr-io/glazewm: A tiling window manager for macOS and Windows inspired by i3wm. (+25)
Today's trending list reads like a map of the agent infrastructure problem being solved in real time, with memory layers, context controllers, loop kernels, and multi-agent orchestration all appearing as distinct, purpose-built categories. Builders are clearly moving past single-turn LLM calls and investing in the plumbing that makes autonomous, long-running agents reliable enough to ship to production.