The Open-Source AI Stack
RSS

The Stack · Agents · Open source

LlamaIndex

Open framework for data-aware LLM applications; strong on RAG, now also an agent framework via AgentWorkflow. MCP via the llama-index-tools-mcp package.

LlamaIndex began as a RAG framework and is now also an agent framework, with multi-agent orchestration through AgentWorkflow (declaring agents and the hand-offs between them). It is MIT-licensed and supports Python and TypeScript. Its strength remains data: retrieval, indexing, and document workflows. Among the independent frameworks it is the retrieval-first option, where LangGraph is graph-first and CrewAI is role-first. MCP support is available but, as with LangChain, through a separate integration package (llama-index-tools-mcp) rather than the core library. The framework is still on a 0.x version line as of May 2026, though it is widely used in production. LlamaCloud is an optional hosted product; the framework itself runs anywhere. For open-source AI, LlamaIndex is fully open and model-agnostic, reaching providers through its large set of integration packages rather than a single built-in client.

Sources

Want a follow-up? Ask the chat about LlamaIndex in context. It will compare to siblings at the same layer and ground every claim in the wiki.

Other projects at the Agents layer

19 siblings · ordered open first