Vol. 01 — 2026

Curated Open-Source AI Repositories

A strictly vetted directory of open-source artificial intelligence repositories, local LLM engines, multi-agent frameworks, and vector search tooling. Annotated with personal engineering takes from production builds.

★ 18,500

Reference implementations for Model Context Protocol (MCP) servers (Postgres, SQLite, Git, Filesystem, Slack).

Why It's Essential:

“The definitive gold standard for how LLM agents interact with local databases, system tools, and APIs cleanly without messy custom glue code.”

#mcp #protocol #python #typescript

Official Python client library for Anthropic Claude models, tools, and batch processing.

Why It's Essential:

“Remarkably clean async client with native prompt caching and tool-use support that outperforms raw HTTP requests in production.”

#claude #python #ai-agents

Official Python SDK for the Google Gemini API, structured outputs, and multimodality.

Why It's Essential:

“Massive context windows (up to 2M tokens) and native image/audio understanding make this essential for deep analysis agents.”

#gemini #google #multimodal
INFERENCE & SERVING

vllm-project/vllm ↗

★ 36,000

A high-throughput and memory-efficient inference and serving engine for LLMs using PagedAttention.

Why It's Essential:

“The backbone of self-hosted open LLM deployments. 2-4x higher throughput than HuggingFace TGI.”

#vllm #inference #cuda #paged-attention
★ 12,500

Build resilient language agents as graphs with cyclical loops, human-in-the-loop, and persistence.

Why It's Essential:

“Provides state-machine determinism to AI agent loops instead of leaving multi-step workflows to random chance.”

#agents #graph #langchain #state-machine
RAG & VECTOR SEARCH

run-llama/llama_index ↗

★ 39,000

Context augmentation framework for LLM applications with advanced RAG indexing and retrieval.

Why It's Essential:

“Best-in-class data connectors for PDFs, Notion, SQL, and enterprise data with hybrid retrieval.”

#rag #embeddings #vector-db #llama-index
★ 21,000

Make programmatic videos with React and CSS motion design.

Why It's Essential:

“Programmatic video rendering engine that turns React components into frame-accurate 60fps MP4 reels.”

#video #react #motion-graphics #typescript
AUTOMATION

n8n-io/n8n ↗

★ 56,000

Fair-code workflow automation platform with native AI agent nodes and LangChain integrations.

Why It's Essential:

“Visual workflow canvas with full self-hosting control and native AI agent routing.”

#automation #workflow #ai-nodes #typescript
INFERENCE & SERVING

ollama/ollama ↗

★ 115,000

Get up and running with Llama 3, Mistral, and other large language models locally.

Why It's Essential:

“The Docker for local LLMs. Run 8B and 70B parameter open-weights models on Apple Silicon with 1 command.”

#local-llm #go #llama3
★ 19,500

Call 100+ LLMs using the OpenAI Input/Output Format with proxy routing, fallbacks, and cost tracking.

Why It's Essential:

“Unified interface for OpenAI, Anthropic, Gemini, Groq, and Bedrock with automatic fallback switching when an API is down.”

#proxy #llm-router #python #cost-tracking
★ 31,000

Make websites accessible for AI agents via Playwright and visual vision models.

Why It's Essential:

“Enables agents to interact with modern complex SPAs, solve captchas, and execute browser workflows autonomously.”

#browser-agent #playwright #vision
AGENT FRAMEWORKS

crewAIInc/crewAI ↗

★ 24,000

Framework for orchestrating role-playing, autonomous AI agents for collaborative intelligence.

Why It's Essential:

“Intuitive role-based mental model (Researcher, Writer, Auditor) that makes complex multi-agent swarms easy to conceptualize.”

#multi-agent #orchestration #python
AGENT FRAMEWORKS

microsoft/autogen ↗

★ 35,000

A framework for building multi-agent conversational systems and group chat dynamics.

Why It's Essential:

“Groundbreaking architecture for autonomous agent-to-agent code generation and execution loops.”

#microsoft #autogen #multi-agent
RAG & VECTOR SEARCH

qdrant/qdrant ↗

★ 22,000

High-performance vector similarity search engine with extended filtering support in Rust.

Why It's Essential:

“Blazing fast vector lookup with rich metadata payload filtering, written in Rust with minimal memory footprint.”

#rust #vector-db #similarity-search
RAG & VECTOR SEARCH

chroma-core/chroma ↗

★ 16,500

The AI-native open-source embedding database for rapid prototyping and local vector search.

Why It's Essential:

“Zero-setup embedded database that lets you spin up local vector search in 3 lines of Python.”

#embeddings #python #vector-search
VIDEO & MEDIA

openai/whisper ↗

★ 72,000

Robust Speech Recognition via Large-Scale Weak Supervision.

Why It's Essential:

“State-of-the-art multilingual audio transcription that forms the backbone of all video subtitle pipelines.”

#speech-to-text #audio #transcription

Stable Diffusion web UI for image synthesis, ControlNet, and LoRA experimentation.

Why It's Essential:

“The open powerhouse for generative visual pipelines, ControlNet pose locking, and localized inpainting.”

#diffusion #generative-ai #image-gen
★ 12,000

Open source business automation tool and Zapier alternative with TypeScript-first pieces.

Why It's Essential:

“Clean TypeScript piece architecture makes writing custom integrations and internal API connectors effortless.”

#automation #typescript #open-source
SEARCH & GROUNDING

searxng/searxng ↗

★ 17,000

A privacy-respecting, open metasearch engine ideal for grounding AI search agents.

Why It's Essential:

“Gives autonomous agents unmetered, privacy-first web search capabilities without expensive SERP API quotas.”

#search-engine #privacy #python #grounding
★ 168,000

The vision of accessible AI for everyone, to use and to build on.

Why It's Essential:

“The pioneering repository that ignited the entire autonomous agent revolution in early 2023.”

#autogpt #agents #autonomous
← AI Skills Library Architecture Blueprints → ← Back home