[PR #2174] [MERGED] Update installation commands for deepagents package #2196

Closed
opened 2026-02-17 17:23:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2174
Author: @jackmuva
Created: 1/11/2026
Status: Merged
Merged: 1/12/2026
Merged by: @npentrel

Base: mainHead: main


📝 Commits (1)

  • 95a8c56 Update installation commands for deepagents package

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/oss/deepagents/quickstart.mdx (+3 -3)

📄 Description

Overview

Additional dependencies needed for the quickstart. Without installing langchain and @langchain/core, LSPs like the typescript language server has to resolve dependencies transitively rather than directly.

In my case, I was getting the following error for the tool and createDeepAgent type inference:

Type instantiation is excessively deep and possibly infinite

Installing langchain and @langchain/core as direct dependencies resolves this LSP error

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

N/A


🔄 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/2174 **Author:** [@jackmuva](https://github.com/jackmuva) **Created:** 1/11/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`95a8c56`](https://github.com/langchain-ai/docs/commit/95a8c563ca81f11f5efc29a08afde8135c4a05ab) Update installation commands for deepagents package ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/quickstart.mdx` (+3 -3) </details> ### 📄 Description ## Overview Additional dependencies needed for the quickstart. Without installing `langchain` and `@langchain/core`, LSPs like the typescript language server has to resolve dependencies transitively rather than directly. In my case, I was getting the following error for the `tool` and `createDeepAgent` type inference: ``` Type instantiation is excessively deep and possibly infinite ``` Installing `langchain` and `@langchain/core` as direct dependencies resolves this LSP error ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes N/A --- <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-02-17 17:23:10 -05:00
yindo closed this issue 2026-02-17 17:23:10 -05:00
yindo changed title from [PR #2174] Update installation commands for deepagents package to [PR #2174] [MERGED] Update installation commands for deepagents package 2026-06-05 18:17:11 -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#2196