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
modelcontextprotocol/servers ↗
Reference implementations for Model Context Protocol (MCP) servers (Postgres, SQLite, Git, Filesystem, Slack).
“The definitive gold standard for how LLM agents interact with local databases, system tools, and APIs cleanly without messy custom glue code.”
openclaw/openclaw ↗
Personal AI assistant for cross-platform task execution — 302k stars, the 2026 breakout for agentic execution.
“Run on your hardware in India, keep data onshore for DPDP — personal assistant that ships tasks without API lock-in. Top trending 2026 per NocoBase/ByteByteGo.”
anthropics/anthropic-sdk-python ↗
Official Python client library for Anthropic Claude models, tools, and batch processing.
“Remarkably clean async client with native prompt caching and tool-use support that outperforms raw HTTP requests in production.”
langchain-ai/langchain ↗
Foundational agent framework — chains, tools, agents — 132k stars, still the center of tutorials in 2026.
“Base for Laravel AI SDK, RAGFlow, LangGraph — essential India stack behind Dify/Langflow. Swiss-army for Gujarat SME RAG.”
google-gemini/generative-ai-python ↗
Official Python SDK for the Google Gemini API, structured outputs, and multimodality.
“Massive context windows (up to 2M tokens) and native image/audio understanding make this essential for deep analysis agents.”
langgenius/dify ↗
Production AI app platform — workflows, RAG, agents — 136k stars, enterprise-ready with visual builder.
“Gujarat SMEs ship WhatsApp + RAG flows without code — Dify + n8n + pgvector is the ₹500 VPC stack.”
vllm-project/vllm ↗
A high-throughput and memory-efficient inference and serving engine for LLMs using PagedAttention.
“The backbone of self-hosted open LLM deployments. 2-4x higher throughput than HuggingFace TGI.”
langflow-ai/langflow ↗
Visual drag-and-drop builder for agents and RAG — 146k stars, built on LangChain.
“Prototype Hindi/Gujarati RAG graphs visually — fastest from idea to demo for Junagadh teams.”
langchain-ai/langgraph ↗
Build resilient language agents as graphs with cyclical loops, human-in-the-loop, and persistence.
“Provides state-machine determinism to AI agent loops instead of leaving multi-step workflows to random chance.”
run-llama/llama_index ↗
Context augmentation framework for LLM applications with advanced RAG indexing and retrieval.
“Best-in-class data connectors for PDFs, Notion, SQL, and enterprise data with hybrid retrieval.”
remotion-dev/remotion ↗
Make programmatic videos with React and CSS motion design.
“Programmatic video rendering engine that turns React components into frame-accurate 60fps MP4 reels.”
supabase/supabase ↗
Postgres-based data platform for web/mobile/AI — 98.9k stars, open-source Firebase.
“Gujarat VPC Postgres + pgvector + Auth + Storage in one — run RAG locally at ₹0 token cost, keep DPDP data onshore.”
n8n-io/n8n ↗
Fair-code workflow automation platform with native AI agent nodes and LangChain integrations.
“Visual workflow canvas with full self-hosting control and native AI agent routing.”
ollama/ollama ↗
Get up and running with Llama 3, Mistral, and other large language models locally.
“The Docker for local LLMs. Run 8B and 70B parameter open-weights models on Apple Silicon with 1 command.”
BerriAI/litellm ↗
Call 100+ LLMs using the OpenAI Input/Output Format with proxy routing, fallbacks, and cost tracking.
“Unified interface for OpenAI, Anthropic, Gemini, Groq, and Bedrock with automatic fallback switching when an API is down.”
browser-use/browser-use ↗
Make websites accessible for AI agents via Playwright and visual vision models.
“Enables agents to interact with modern complex SPAs, solve captchas, and execute browser workflows autonomously.”