[PR #328] [MERGED] docs[minor]: Update init syntax docs #665

Closed
opened 2026-02-15 19:15:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/328
Author: @bracesproul
Created: 8/19/2024
Status: Merged
Merged: 8/19/2024
Merged by: @bracesproul

Base: mainHead: brace/update-docs-init-syntax


📝 Commits (10+)

📊 Changes

26 files changed (+2469 additions, -2241 deletions)

View changed files

📝 examples/agent_executor/base.ipynb (+208 -216)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+191 -247)
📝 examples/how-tos/branching.ipynb (+43 -77)
📝 examples/how-tos/breakpoints.ipynb (+56 -65)
📝 examples/how-tos/configuration.ipynb (+20 -51)
📝 examples/how-tos/dynamically-returning-directly.ipynb (+11 -29)
📝 examples/how-tos/edit-graph-state.ipynb (+139 -185)
📝 examples/how-tos/force-calling-a-tool-first.ipynb (+78 -44)
📝 examples/how-tos/human-in-the-loop.ipynb (+14 -52)
📝 examples/how-tos/manage-conversation-history.ipynb (+81 -87)
📝 examples/how-tos/managing-agent-steps.ipynb (+21 -47)
📝 examples/how-tos/persistence-postgres.ipynb (+19 -27)
📝 examples/how-tos/persistence.ipynb (+28 -95)
📝 examples/how-tos/respond-in-format.ipynb (+11 -25)
📝 examples/how-tos/stream-tokens.ipynb (+104 -75)
📝 examples/how-tos/stream-updates.ipynb (+72 -59)
📝 examples/how-tos/stream-values.ipynb (+150 -119)
📝 examples/how-tos/streaming-tokens-without-langchain.ipynb (+24 -26)
📝 examples/how-tos/subgraph.ipynb (+51 -70)
📝 examples/how-tos/time-travel.ipynb (+278 -182)

...and 6 more files

📄 Description

This PR updates the graph init syntax for every notebook in the following directories:

  • agent_executor
  • chat_agent_executor_with_function_calling
  • chatbots
  • how-tos

The remaining docs are tracked by this issue: https://github.com/langchain-ai/langgraphjs/issues/329


🔄 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/langgraphjs/pull/328 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/19/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-docs-init-syntax` --- ### 📝 Commits (10+) - [`725d008`](https://github.com/langchain-ai/langgraphjs/commit/725d008e4e871c5da90fd4d2767f8c74e8286126) docs[minor]: Update init syntax docs - [`231339e`](https://github.com/langchain-ai/langgraphjs/commit/231339e7147380306c63ca878ecec33bb021c1b0) start porting chat agent executor w func calling doc - [`6a07147`](https://github.com/langchain-ai/langgraphjs/commit/6a07147a749cadef6119c66e55eb42717f1e4158) finished porting - [`e9b052e`](https://github.com/langchain-ai/langgraphjs/commit/e9b052e767fa4ca5f4dedc16eb3715bc41bec0a7) validated - [`424a08a`](https://github.com/langchain-ai/langgraphjs/commit/424a08af26899b568fd6e490726871d3bbf0d28b) agent executor refactor - [`2add468`](https://github.com/langchain-ai/langgraphjs/commit/2add468a6807b89ec9508abba4141385824ee9f5) nits - [`a1440b7`](https://github.com/langchain-ai/langgraphjs/commit/a1440b76d32b36d01111d8c7b062a5d10afa7295) update branching how to - [`3cdee7b`](https://github.com/langchain-ai/langgraphjs/commit/3cdee7bdd63b354b2a0d070e34319f7816836432) updated breakpoints doc - [`cc6d3b5`](https://github.com/langchain-ai/langgraphjs/commit/cc6d3b5394b0495cec9a8ed593a450eee0eeb52d) updated configuration doc - [`bffdc64`](https://github.com/langchain-ai/langgraphjs/commit/bffdc64d0d27b99d8791f4325324f7862a36be59) updated dynamically returning directly ntbk ### 📊 Changes **26 files changed** (+2469 additions, -2241 deletions) <details> <summary>View changed files</summary> 📝 `examples/agent_executor/base.ipynb` (+208 -216) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+191 -247) 📝 `examples/how-tos/branching.ipynb` (+43 -77) 📝 `examples/how-tos/breakpoints.ipynb` (+56 -65) 📝 `examples/how-tos/configuration.ipynb` (+20 -51) 📝 `examples/how-tos/dynamically-returning-directly.ipynb` (+11 -29) 📝 `examples/how-tos/edit-graph-state.ipynb` (+139 -185) 📝 `examples/how-tos/force-calling-a-tool-first.ipynb` (+78 -44) 📝 `examples/how-tos/human-in-the-loop.ipynb` (+14 -52) 📝 `examples/how-tos/manage-conversation-history.ipynb` (+81 -87) 📝 `examples/how-tos/managing-agent-steps.ipynb` (+21 -47) 📝 `examples/how-tos/persistence-postgres.ipynb` (+19 -27) 📝 `examples/how-tos/persistence.ipynb` (+28 -95) 📝 `examples/how-tos/respond-in-format.ipynb` (+11 -25) 📝 `examples/how-tos/stream-tokens.ipynb` (+104 -75) 📝 `examples/how-tos/stream-updates.ipynb` (+72 -59) 📝 `examples/how-tos/stream-values.ipynb` (+150 -119) 📝 `examples/how-tos/streaming-tokens-without-langchain.ipynb` (+24 -26) 📝 `examples/how-tos/subgraph.ipynb` (+51 -70) 📝 `examples/how-tos/time-travel.ipynb` (+278 -182) _...and 6 more files_ </details> ### 📄 Description This PR updates the graph init syntax for every notebook in the following directories: - `agent_executor` - `chat_agent_executor_with_function_calling` - `chatbots` - `how-tos` The remaining docs are tracked by this issue: https://github.com/langchain-ai/langgraphjs/issues/329 --- <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-15 19:15:26 -05:00
yindo closed this issue 2026-02-15 19:15: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/langgraphjs#665