AI and LLM Agents
The single biggest theme today is agents operating autonomously, with or without a human in the loop.
- alsk1992/CloddsBot - Open-source AI trading agent built on Claude, covering 1000+ markets across Polymarket, Kalshi, Binance, and Solana DEXs (+277)
- TauricResearch/TradingAgents - Multi-agent LLM framework for financial trading strategy and execution (+745)
- THU-MAIC/OpenMAIC - Multi-agent interactive classroom delivering immersive, one-click learning experiences (+837)
- letta-ai/letta-code - Stateful coding agents with persistent memory, identity, and the ability to learn over time (+16)
- alphaXiv/OpenResearch - Rust-based tool to run parallel research agents across any model provider (+210)
- datawhalechina/hello-agents - From-scratch tutorial series on building intelligent agents in Python (+256)
- rohitg00/ai-engineering-from-scratch - Hands-on AI engineering curriculum covering the full build-and-ship cycle (+630)
Coding Workflow and Agent Tooling
Builders are investing heavily in making coding agents faster, cheaper, and more context-aware.
- diegosouzapw/OmniRoute - MIT-licensed AI gateway with 352 providers, 1200+ models, auto-fallback, and token compression saving up to 95% (+626)
- mksglu/context-mode - Context window optimizer for coding agents; sandboxes tool output for a reported 98% reduction and persists session memory via MCP (+297)
- openai/codex - Lightweight coding agent that runs directly in the terminal, written in Rust (+299)
- cursor/plugins - Official plugin specification and first-party plugins for the Cursor editor (+127)
- vercel-labs/skills - Open agent skills tool installable via npx, published by Vercel Labs (+122)
- openai/skills - Skills catalog for Codex, pairing naturally with the Codex terminal agent (+89)
- traycerai/traycer - Nerve center for orchestrating agentic coding workflows (+25)
- ayghri/i-have-adhd - A skill that stops coding agents from burying the answer, surfacing concise ADHD-friendly output (+3882)
- ahmadrosid/nakama - Team-oriented agent collaboration tool, similar in spirit to Hermes Agent and OpenClaw (+8)
Memory, Knowledge, and Context Management
- nashsu/llm_wiki - Desktop app that incrementally builds a persistent, interlinked wiki from your documents instead of re-running RAG each query (+142)
- supermemoryai/supermemory - Fast, scalable, locally runnable memory and context engine designed as a memory API for the AI era (+56)
- akitaonrails/ai-memory - Rust-powered long-term memory solution for coding CLIs with cross-vendor agent handoff (+231)
- yilewang/llm-for-zotero - Open-source research agent that works directly on your Zotero library (+24)
- Tencent/teamai-cli - CLI tool from Tencent aimed at making every team AI-native (+841)
Local-First Developer Infrastructure
- vastsa/PI-Desktop - Local-first AI coding agent desktop built with Electron, a Rust host core, and a plugin system (+624)
- AlexsJones/llmfit - Rust CLI that benchmarks hundreds of models and providers to find what runs on your hardware (+258)
- gpustack/gpustack - GPU cluster manager for high-performance AI model serving via vLLM and SGLang (+12)
- t8y2/dbx - 20 MB cross-platform database client supporting 90+ databases with built-in AI and MCP server (+232)
- feigeCode/navop - Native all-in-one workspace covering databases, SSH, terminals, remote desktop, and AI in one app (+38)
- dmtrKovalenko/fff - Fast file-search SDK designed for AI agents, editors, and multiple runtimes (+31)
- Automattic/harper - Offline, privacy-first grammar checker written in Rust (+62)
Media, Voice, and Multimodal
- heygen-com/hyperframes - Write HTML, render video, designed for agents to produce video output programmatically (+373)
- jamiepine/voicebox - Open-source AI voice studio for cloning, dictation, and audio creation (+139)
- huggingface/speech-to-speech - Build voice agents using open-source speech models (+27)
- ultralytics/ultralytics - YOLO model suite covering detection, segmentation, classification, and pose estimation (+43)
- google-deepmind/alphagenome - API access to DeepMind's AlphaGenome model for genomic research (+18)
What today's trending page makes clear is that the agent layer is now the primary surface where builders are competing, with memory persistence, context compression, and multi-provider routing emerging as the infrastructure primitives every serious team needs to solve before shipping anything else. The volume of self-hosted, local-first, and Rust-powered entries signals that performance and privacy are no longer optional concerns, but table stakes.