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.
Curated Open-Source AI Repositories
All Categories
MCP & Tooling
LLM SDKs
Inference & Serving
Agent Frameworks
RAG & Vector Search
Video & Media
Automation
Search & Grounding
LLM Tooling
LLM SDKS
anthropics/anthropic-sdk-python ↗
★ 4,200
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.”
LLM SDKS
google-gemini/generative-ai-python ↗
★ 5,800
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.”