> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-docsfi-1782565220-3e5e53a.mintlify.site/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-preview-docsfi-1782565220-3e5e53a/1iqByhbm_AWjpIRy/images/brand/deep-agents-icon.png?fit=max&auto=format&n=1iqByhbm_AWjpIRy&q=85&s=2da6389dc1d2d4ff6dcbc82faadbd567" 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-preview-docsfi-1782565220-3e5e53a/1iqByhbm_AWjpIRy/images/brand/langchain-icon.png?fit=max&auto=format&n=1iqByhbm_AWjpIRy&q=85&s=dff202ea1281bac5de4df1f3dae4d68b" 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-preview-docsfi-1782565220-3e5e53a/1iqByhbm_AWjpIRy/images/brand/langgraph-icon.png?fit=max&auto=format&n=1iqByhbm_AWjpIRy&q=85&s=2378df45d4ab996ec44eb086a0e5f3b8" 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>
