[PR #539] [MERGED] fix(docs): Add missing concepts pages #832

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/539
Author: @bracesproul
Created: 9/30/2024
Status: Merged
Merged: 10/2/2024
Merged by: @bracesproul

Base: mainHead: brace/missing-concepts


📝 Commits (10+)

📊 Changes

29 files changed (+1209 additions, -221 deletions)

View changed files

📝 docs/docs/concepts/agentic_concepts.md (+85 -50)
📝 docs/docs/concepts/high_level.md (+29 -24)
docs/docs/concepts/human_in_the_loop.md (+341 -0)
docs/docs/concepts/img/agent_types.png (+0 -0)
docs/docs/concepts/img/challenge.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/approval.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/edit_graph_state.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/forking.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/replay.png (+0 -0)
docs/docs/concepts/img/human_in_the_loop/wait_for_input.png (+0 -0)
docs/docs/concepts/img/langgraph.png (+0 -0)
docs/docs/concepts/img/lg_studio.png (+0 -0)
docs/docs/concepts/img/multi_agent/collaboration.png (+0 -0)
docs/docs/concepts/img/multi_agent/hierarchical.png (+0 -0)
docs/docs/concepts/img/multi_agent/subgraph.png (+0 -0)
docs/docs/concepts/img/multi_agent/supervisor.png (+0 -0)
docs/docs/concepts/img/persistence/checkpoints.jpg (+0 -0)
docs/docs/concepts/img/persistence/checkpoints_full_story.jpg (+0 -0)
docs/docs/concepts/img/persistence/get_state.jpg (+0 -0)
docs/docs/concepts/img/persistence/re_play.jpg (+0 -0)

...and 9 more files

📄 Description

No description provided


🔄 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/539 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/missing-concepts` --- ### 📝 Commits (10+) - [`4349c40`](https://github.com/langchain-ai/langgraphjs/commit/4349c40a162b9730f969be99ac607ebcc1a31f1d) fix(docs): Add missing concepts pages - [`37d7b5e`](https://github.com/langchain-ai/langgraphjs/commit/37d7b5e8affc9feaa4fcaf46ff729303a79f5b42) Updated docs - [`4569be1`](https://github.com/langchain-ai/langgraphjs/commit/4569be10793803ea722bbf34a0504412bb96eead) cr - [`3d4ab74`](https://github.com/langchain-ai/langgraphjs/commit/3d4ab74fd9f817abf83bf63353b1e17d3bd2c4f2) cr - [`2f9440e`](https://github.com/langchain-ai/langgraphjs/commit/2f9440eae50f89718947d0295b4de16e67b3e6d3) cr - [`5a9b94e`](https://github.com/langchain-ai/langgraphjs/commit/5a9b94e62f93494dd02f6cf02191c063ef7aa1a6) cr - [`7964f80`](https://github.com/langchain-ai/langgraphjs/commit/7964f8057ba9d1e8da3a39933ec9fd8bbdd9e1db) cr - [`ed4aad8`](https://github.com/langchain-ai/langgraphjs/commit/ed4aad8694344b30b32c73f4bdcaa35cadc00002) cr - [`21a89fe`](https://github.com/langchain-ai/langgraphjs/commit/21a89fe3d32030b708656117ac1256f1d904a3cf) cr - [`6f52d2b`](https://github.com/langchain-ai/langgraphjs/commit/6f52d2ba6d67f9ef917667e7ef31459d4474831c) cr ### 📊 Changes **29 files changed** (+1209 additions, -221 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/agentic_concepts.md` (+85 -50) 📝 `docs/docs/concepts/high_level.md` (+29 -24) ➕ `docs/docs/concepts/human_in_the_loop.md` (+341 -0) ➕ `docs/docs/concepts/img/agent_types.png` (+0 -0) ➕ `docs/docs/concepts/img/challenge.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/approval.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/edit_graph_state.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/forking.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/replay.png` (+0 -0) ➕ `docs/docs/concepts/img/human_in_the_loop/wait_for_input.png` (+0 -0) ➕ `docs/docs/concepts/img/langgraph.png` (+0 -0) ➕ `docs/docs/concepts/img/lg_studio.png` (+0 -0) ➕ `docs/docs/concepts/img/multi_agent/collaboration.png` (+0 -0) ➕ `docs/docs/concepts/img/multi_agent/hierarchical.png` (+0 -0) ➕ `docs/docs/concepts/img/multi_agent/subgraph.png` (+0 -0) ➕ `docs/docs/concepts/img/multi_agent/supervisor.png` (+0 -0) ➕ `docs/docs/concepts/img/persistence/checkpoints.jpg` (+0 -0) ➕ `docs/docs/concepts/img/persistence/checkpoints_full_story.jpg` (+0 -0) ➕ `docs/docs/concepts/img/persistence/get_state.jpg` (+0 -0) ➕ `docs/docs/concepts/img/persistence/re_play.jpg` (+0 -0) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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:16:04 -05:00
yindo closed this issue 2026-02-15 19:16:05 -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#832