Weave is a Go-based AI platform with a microkernel architecture that supports hot-pluggable AI plugins and dynamic multi-model switching. Deploy with Docker Compose for rapid development.
yoagent is a minimal Rust library implementing an AI agent loop with multi-provider LLM support, built-in tools, and event streaming for clean, extensible agent workflows.
Aider is a terminal-based AI pair programming tool that builds a repository map for full codebase context, enabling precise, developer-controlled edits with multi-LLM support and git integration.
Claude Code From Scratch distills Anthropic’s 500K+ line coding agent into ~8,000 lines of Python and TypeScript, revealing core architecture like the Agent Loop, semantic memory, multi-agent skills, and context compression.
OpenAlpha_Evolve uses large language models to generate precise code diffs as mutations in an evolutionary algorithm, enabling autonomous iterative code improvement with sandboxed evaluation.
RAGFlow is an open-source Python RAG engine combining deep document parsing, configurable pipelines, agentic workflows, and sandboxed code execution for LLM context management.
rtk is a Rust CLI proxy that intercepts shell commands to reduce LLM token consumption by 60-90% using a transparent Bash hook and output filtering, supporting 100+ commands.
10x is a TypeScript CLI coding agent that speeds coding up to 20x by routing tasks across a tiered AI model system with customizable multi-step workflows called Superpowers.
Langchain-Chatchat offers a flexible, offline-capable orchestration layer for multiple Chinese LLMs and RAG approaches, enabling seamless model swaps across frameworks without code changes.
Langfuse provides end-to-end observability for LLM applications with automatic tracing via an @observe() decorator, enabling teams to debug and manage AI workflows efficiently.
Open Cowork wraps multiple LLMs in a cross-platform desktop app with unique VM-level sandboxing using WSL2 and Lima for safe AI agent command execution.
Quivr is a Python framework offering an opinionated, pluggable retrieval-augmented generation pipeline with multi-LLM support and YAML-defined workflows for flexible knowledge retrieval.
Genie Sim 3.0 is an open-source platform combining 3D Gaussian Splatting and LLM-driven scene generation for embodied AI simulation, offering large-scale synthetic data and low sim-to-real discrepancy.
Open Deep Research is a TypeScript Next.js 16 app that uses an LLM to plan, execute, and iterate web research via Exa and Upstash QStash, producing sourced reports with images.
Action100M provides a hierarchical Tree-of-Captions annotation for 100M video segments, enabling multi-scale video understanding with LLM-generated captions. Explore its structure, tech strengths, and how to access the data.
Qwen3.6 from Alibaba uses gated delta networks and sparse Mixture-of-Experts to achieve near-397B parameter model performance with only 3B active parameters, supporting 201 languages and 262k context length.
autoMate exposes 40+ AI tools and 31 SaaS APIs via MCP-over-HTTP on localhost, with encrypted storage and multi-provider LLM support. A local AI infrastructure hub with privacy-first design.
Explore over 200 pre-built n8n workflow templates integrating vector databases, embedding models, and LLMs for rapid RAG workflow prototyping and deployment without coding.
ClawSync offers a multi-agent AI platform using Convex backend, with shared soul documents for reusable personalities and per-agent model routing across popular LLMs. Explore its architecture and setup.
DeepDrone uses LLMs to translate natural language commands into structured drone operations via MAVLink, with real-time telemetry and safety constraints. Python backend, FastAPI, LiteLLM, and JS frontend.