[PR #709] [MERGED] chore(langchain): fix agent quickstart #945

Closed
opened 2026-02-17 17:21:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/709
Author: @eyurtsev
Created: 9/30/2025
Status: Merged
Merged: 10/2/2025
Merged by: @eyurtsev

Base: mainHead: eugene/agent_quickstart


📝 Commits (10+)

📊 Changes

2 files changed (+370 additions, -92 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -0)
📝 src/oss/langchain/quickstart.mdx (+369 -92)

📄 Description

Overview

Update agent quickstart page so code examples run and add a lot of other fixes.

TODO:

  • Add installation instructions. We should probably add a model switcher?
  • Remove ResponseFormat (if I can get consensus) -- to focus on conversational aspect, we can document in other places how to customize a response format.
  • Inline comments about what "thread_id" is or what config is.
  • Inline stdout for the responses on the given thread (so users can get a sense of what the response is)
  • Inline a note regarding usage of @tool or no usage of tool
  • Inline a note regarding get_runtime requiring async 3.11 or higher (if working in async. figure out how we show python 3.10 async using RunnableConfig) (too complex for quickstart)
  • Fix BringItAll to actually bring it all

Type of change

Fix existing documentation


🔄 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/709 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/agent_quickstart` --- ### 📝 Commits (10+) - [`f398488`](https://github.com/langchain-ai/docs/commit/f398488ced6a94d1f81c486a65f57e68c71a30c0) qxqx - [`9516534`](https://github.com/langchain-ai/docs/commit/95165347aba5d58bb87d9dec7f4677202bf56eb4) more changes - [`812697c`](https://github.com/langchain-ai/docs/commit/812697ccc745b5b8706c13be6b1f694427968ac5) x - [`8a28655`](https://github.com/langchain-ai/docs/commit/8a286559facd20c1256d8bab3a34b13c0cecf0e0) x - [`ba6dee4`](https://github.com/langchain-ai/docs/commit/ba6dee4ec0c6106b858add490c7c1de312073f82) x - [`fe3de27`](https://github.com/langchain-ai/docs/commit/fe3de27e3b3ce0414c8b5d1bc269147fec0ebb81) x - [`fcb30e2`](https://github.com/langchain-ai/docs/commit/fcb30e29ad84dc9cfa9ce73542479f5d31de7815) Update src/oss/langchain/quickstart.mdx - [`70d37c5`](https://github.com/langchain-ai/docs/commit/70d37c5d13b47bb86b333abc2108bae7b774ba13) Update src/oss/langchain/quickstart.mdx - [`167a627`](https://github.com/langchain-ai/docs/commit/167a627cd8d7028a0fc607628dc726cc46d6e6b0) Update src/oss/langchain/quickstart.mdx - [`64199a3`](https://github.com/langchain-ai/docs/commit/64199a36a11600319631a409c7858f3d6f4b7f90) x ### 📊 Changes **2 files changed** (+370 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -0) 📝 `src/oss/langchain/quickstart.mdx` (+369 -92) </details> ### 📄 Description ## Overview Update agent quickstart page so code examples run and add a lot of other fixes. TODO: - [x] Add installation instructions. We should probably add a model switcher? - [x] Remove ResponseFormat (if I can get consensus) -- to focus on conversational aspect, we can document in other places how to customize a response format. - [x] Inline comments about what "thread_id" is or what config is. - [x] Inline stdout for the responses on the given thread (so users can get a sense of what the response is) - [x] Inline a note regarding usage of @tool or no usage of tool - [ ] ~Inline a note regarding get_runtime requiring async 3.11 or higher (if working in async. figure out how we show python 3.10 async using RunnableConfig)~ (too complex for quickstart) - [x] Fix BringItAll to actually bring it all ## Type of change Fix existing documentation --- <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:21:26 -05:00
yindo closed this issue 2026-02-17 17:21:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#945