> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Build

> Build agents with LangChain, LangGraph, and Deep Agents using Python.

<div class="home-page mx-auto max-w-8xl px-0 lg:px-5" style={{ paddingBottom: "8rem" }}>
  <div class="mdx-content prose prose-gray dark:prose-invert mx-4 pt-10">
    <h1 class="flex whitespace-pre-wrap group font-semibold text-2xl sm:text-3xl mt-8">Build</h1>

    The LangChain open source stack provides the building blocks you need to design, test, and ship agents.

    <h2 class="flex whitespace-pre-wrap group font-semibold">Choose your starting point</h2>

    Deep Agents, LangChain, and LangGraph share the same stack, so choose based on how much control you need:

    <CardGroup cols={3}>
      <Card title="Deep Agents" cta="Get started" href="/oss/python/deepagents/overview" icon="https://mintcdn.com/langchain-5e9cc07a/nQm-sjd_MByLhgeW/images/brand/deep-agents-icon.png?fit=max&auto=format&n=nQm-sjd_MByLhgeW&q=85&s=1cc68f66a9e7550331cc0875f1ba53af" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
        Build agents for complex, long-running tasks. A complete agent harness with planning, subagents, a virtual filesystem, and long-term memory built in. The fastest way to start.
      </Card>

      <Card title="LangChain" cta="Get started" href="/oss/python/langchain/overview" icon="https://mintcdn.com/langchain-5e9cc07a/nQm-sjd_MByLhgeW/images/brand/langchain-icon.png?fit=max&auto=format&n=nQm-sjd_MByLhgeW&q=85&s=663b30f85baf99ad708b97e05da2a5a4" width="195" height="195" data-path="images/brand/langchain-icon.png">
        A minimal, configurable agent framework. Compose exactly what you need from models, tools, prompts, and middleware.
      </Card>

      <Card title="LangGraph" cta="Get started" href="/oss/python/langgraph/overview" icon="https://mintcdn.com/langchain-5e9cc07a/nQm-sjd_MByLhgeW/images/brand/langgraph-icon.png?fit=max&auto=format&n=nQm-sjd_MByLhgeW&q=85&s=b997e1a7487d507a36556eedbfd99f81" width="195" height="195" data-path="images/brand/langgraph-icon.png">
        Low-level orchestration for stateful, long-running agents: durable execution, streaming, memory, and human-in-the-loop.
      </Card>
    </CardGroup>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Use a ready-made agent</h2>

    <CardGroup cols={1}>
      <Card title="Deep Agents Code" cta="Install and run" href="/oss/python/deepagents/code/overview" icon="terminal">
        Open source terminal coding agent (`dcode`) built on the Deep Agents SDK. Switch models mid-session, customize skills and memory, and approve shell execution from the CLI.
      </Card>
    </CardGroup>

    <h2 class="flex whitespace-pre-wrap group font-semibold">Explore</h2>

    <CardGroup cols={4}>
      <Card title="Integrations" cta="Browse providers" href="/oss/python/integrations/providers/overview" icon="plug">
        Connect to model providers, vector stores, retrievers, and other components.
      </Card>

      <Card title="Learn" cta="View tutorials" href="/oss/python/learn" icon="book">
        Follow tutorials and conceptual guides for common agent patterns and use cases.
      </Card>

      <Card title="Reference" cta="View reference" href="/oss/python/reference/overview" icon="code">
        API references, error codes, release notes, and migration guides.
      </Card>

      <Card title="Contribute" cta="Start contributing" href="/oss/python/contributing/overview" icon="heart-plus">
        Contribute documentation, code, and integrations to the LangChain ecosystem.
      </Card>
    </CardGroup>
  </div>
</div>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/build-overview.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
