[PR #756] [MERGED] docs: Update API Concepts page, add notebooks for streaming events and streaming debug #1649

Closed
opened 2026-02-20 17:45:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/756
Author: @andrewnguonly
Created: 6/21/2024
Status: Merged
Merged: 6/21/2024
Merged by: @andrewnguonly

Base: mainHead: an/21jun/conceptual-guide


📝 Commits (2)

  • 14d711c Update API Concepts page. Add notebooks for streaming events and streaming debug events.
  • 3023530 Remove localhost URL from notebook example.

📊 Changes

5 files changed (+476 additions, -26 deletions)

View changed files

docs/docs/cloud/api_concepts.md (+0 -24)
docs/docs/cloud/concepts/api_concepts.md (+40 -0)
📝 docs/mkdocs.yml (+4 -2)
examples/cloud_examples/stream_debug.ipynb (+176 -0)
examples/cloud_examples/stream_events.ipynb (+256 -0)

📄 Description

Summary

  1. Moved API Concepts page under /docs/cloud/concepts directory in anticipation of adding more conceptual docs for LangGraph Cloud deployment.
  2. Reorganized headers in API Concepts under Models and Features.
  3. Added notebooks for streaming events and streaming debug.

🔄 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/langgraph/pull/756 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/21jun/conceptual-guide` --- ### 📝 Commits (2) - [`14d711c`](https://github.com/langchain-ai/langgraph/commit/14d711c13e363796ed66b6a63402218fcd100d8c) Update API Concepts page. Add notebooks for streaming events and streaming debug events. - [`3023530`](https://github.com/langchain-ai/langgraph/commit/30235304e69e64009033d7a68c331a154a4af86a) Remove localhost URL from notebook example. ### 📊 Changes **5 files changed** (+476 additions, -26 deletions) <details> <summary>View changed files</summary> ➖ `docs/docs/cloud/api_concepts.md` (+0 -24) ➕ `docs/docs/cloud/concepts/api_concepts.md` (+40 -0) 📝 `docs/mkdocs.yml` (+4 -2) ➕ `examples/cloud_examples/stream_debug.ipynb` (+176 -0) ➕ `examples/cloud_examples/stream_events.ipynb` (+256 -0) </details> ### 📄 Description ### Summary 1. Moved `API Concepts` page under `/docs/cloud/concepts` directory in anticipation of adding more conceptual docs for LangGraph Cloud deployment. 1. Reorganized headers in `API Concepts` under `Models` and `Features`. 1. Added notebooks for streaming events and streaming debug. --- <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-20 17:45:14 -05:00
yindo closed this issue 2026-02-20 17:45:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1649