Skip to content

Orchestrationdeepset

Haystack

Open-source Python framework for production RAG and agents.

Categories
OrchestrationAgent
Pricing
FREE
Platforms
API
Models
Model-agnostic
Verified
Jun 14, 2026

Orchestration framework for building LLM applications as modular pipelines — retrieval, routing, memory, and generation wired together with explicit, traceable data flow. It is model- and store-agnostic, integrating major providers and vector databases behind a stable component API. Aimed at production: serialization, logging, and deployment across cloud or on-prem.

Pros & cons

  • Composable, typed pipeline architecture
  • Model- and vector-store agnostic
  • Strong production tooling
  • Mature docs and integrations
  • Pipeline model has a learning curve
  • Python-only
  • Heavier than minimal agent libraries

Tags

View all Orchestration
  • View LangChain details
    OrchestrationFREEOSS

    LangChain

    LangChain

    The default open-source framework for composing LLM apps.

    Python + TypeScript framework for chaining prompts, tools, retrievers, and memory into LLM applications. Ubiquitous in the ecosystem; pairs with LangGraph for agent orchestration and LangSmith for tracing.

    Worth knowing

    Started Oct 2022 as Harrison Chase's side project while at Robust Intelligence; became a unicorn at $1.25B in 2025.

    • framework
    • python
    • typescript
    • rag
    • +1
  • View LlamaIndex details
    OrchestrationFREEMIUMOpen core

    LlamaIndex

    LlamaIndex

    The data framework for LLM apps — RAG, agents, and document workflows.

    An open-source framework (Python + TypeScript) for connecting LLMs to your data — ingestion, indexing, retrieval, and agentic document workflows. Pairs with the managed LlamaCloud (LlamaParse) for production parsing and extraction. The most-used RAG framework after LangChain.

    Worth knowing

    Started as 'GPT Index,' a Nov-2022 side project by ex-Uber scientist Jerry Liu; renamed in 2023; $28M+ raised.

    • framework
    • rag
    • agents
    • open-source
  • View LangGraph details
    OrchestrationFREEOSS

    LangGraph

    LangChain

    Graph-based agent orchestration. Stateful loops with checkpoints.

    LangChain's agent layer. Model agents as nodes in a state graph with persistent checkpoints, human-in-the-loop steps, and durable execution. Strong when you need a long-running, debuggable agent rather than a one-shot chain.

    Worth knowing

    Runs agent workflows in production at Uber, LinkedIn, Klarna, Replit and JPMorgan.

    • agents
    • graph
    • state
    • open-source
  • View CrewAI details
    OrchestrationFREEMIUMOpen core

    CrewAI

    crewAIInc

    Multi-agent framework with explicit roles and tasks.

    Python framework for orchestrating crews of specialised agents — researcher, writer, reviewer — coordinated through shared context. Opinionated about roles, sequencing, and delegation; good fit for content-and-research pipelines.

    Worth knowing

    Founded by João Moura; raised $18M (Series A led by Insight Partners), with Andrew Ng among its backers.

    • multi-agent
    • roles
    • python
    • open-source