[PR #3652] docs: move deepagents install to its usage section in quickstart #3687

Open
opened 2026-06-05 18:52:49 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3652
Author: @open-swe[bot]
Created: 4/21/2026
Status: 🔄 Open

Base: mainHead: open-swe/9beb3610-d672-a00c-08e0-a3e088f1e060


📝 Commits (1)

  • c09898c docs: move deepagents install to its usage section in quickstart

📊 Changes

1 file changed (+41 additions, -7 deletions)

View changed files

📝 src/oss/langchain/quickstart.mdx (+41 -7)

📄 Description

Description

The initial "Install dependencies" block in the LangChain quickstart installed deepagents, but deep agents aren't introduced until the "Create and run the agent" step. Moved the deepagents install into that step so the first install only pulls in what's needed for the basic agent.

Test Plan

  • Preview the LangChain quickstart page and confirm the first install block no longer includes deepagents, and that the deep agents install appears just before the deep agents comparison.

Opened collaboratively by Mason Daugherty and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3652 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `open-swe/9beb3610-d672-a00c-08e0-a3e088f1e060` --- ### 📝 Commits (1) - [`c09898c`](https://github.com/langchain-ai/docs/commit/c09898ccee7dd6a56604fa8124bfd97bdf9e74c1) docs: move deepagents install to its usage section in quickstart ### 📊 Changes **1 file changed** (+41 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/quickstart.mdx` (+41 -7) </details> ### 📄 Description ## Description The initial "Install dependencies" block in the LangChain quickstart installed `deepagents`, but deep agents aren't introduced until the "Create and run the agent" step. Moved the `deepagents` install into that step so the first install only pulls in what's needed for the basic agent. ## Test Plan - [ ] Preview the LangChain quickstart page and confirm the first install block no longer includes `deepagents`, and that the deep agents install appears just before the deep agents comparison. _Opened collaboratively by Mason Daugherty and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:52:49 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3687