[PR #1663] [MERGED] (wip) docs: revamp conceptual docs #2217

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1663
Author: @vbarda
Created: 9/9/2024
Status: Merged
Merged: 9/16/2024
Merged by: @hwchase17

Base: mainHead: vb/revamp-conceptual-docs


📝 Commits (10+)

  • 2dd77ec docs: revamp conceptual docs
  • 83c3a63 multi-agent draft
  • f3625ff typo
  • 76be9d5 Update Why LangGraph page
  • 7ab5b16 Merge branch 'main' into vb/revamp-conceptual-docs
  • d18bbbb update multi-agent
  • fcb0b52 Update persistence page
  • c590bed update
  • 8b554f8 Merge branch 'vb/revamp-conceptual-docs' of github.com:langchain-ai/langgraph into vb/revamp-conceptual-docs
  • 7128b45 Clarification of graph re-playing

📊 Changes

28 files changed (+761 additions, -452 deletions)

View changed files

📝 docs/docs/cloud/concepts/api.md (+2 -2)
📝 docs/docs/cloud/quick_start.md (+1 -1)
📝 docs/docs/concepts/agentic_concepts.md (+74 -66)
📝 docs/docs/concepts/high_level.md (+29 -26)
docs/docs/concepts/human_in_the_loop.md (+63 -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/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 8 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/langgraph/pull/1663 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `vb/revamp-conceptual-docs` --- ### 📝 Commits (10+) - [`2dd77ec`](https://github.com/langchain-ai/langgraph/commit/2dd77ecd9a322d7e67ec8b7c4d2d41ab0aec29a4) docs: revamp conceptual docs - [`83c3a63`](https://github.com/langchain-ai/langgraph/commit/83c3a6329336cfd6114ad80791fdf8aeb8fcf849) multi-agent draft - [`f3625ff`](https://github.com/langchain-ai/langgraph/commit/f3625ff63588e9bb1724556db765765a65a13077) typo - [`76be9d5`](https://github.com/langchain-ai/langgraph/commit/76be9d550da731670fa004123c7ab33edf749929) Update Why LangGraph page - [`7ab5b16`](https://github.com/langchain-ai/langgraph/commit/7ab5b16358e93e03ccf9332210b16e0c250a820a) Merge branch 'main' into vb/revamp-conceptual-docs - [`d18bbbb`](https://github.com/langchain-ai/langgraph/commit/d18bbbbb63d6409a45ac7f22a44e0be506031445) update multi-agent - [`fcb0b52`](https://github.com/langchain-ai/langgraph/commit/fcb0b52c44e87d452412d30e35311fdb700b595b) Update persistence page - [`c590bed`](https://github.com/langchain-ai/langgraph/commit/c590bed40965be48b790337abdbb50e14b24fa44) update - [`8b554f8`](https://github.com/langchain-ai/langgraph/commit/8b554f817979bc4ef12e0c8d1e0afddad01951e8) Merge branch 'vb/revamp-conceptual-docs' of github.com:langchain-ai/langgraph into vb/revamp-conceptual-docs - [`7128b45`](https://github.com/langchain-ai/langgraph/commit/7128b453d8b0f6d1246dec1e6944c2f564d1ec35) Clarification of graph re-playing ### 📊 Changes **28 files changed** (+761 additions, -452 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/concepts/api.md` (+2 -2) 📝 `docs/docs/cloud/quick_start.md` (+1 -1) 📝 `docs/docs/concepts/agentic_concepts.md` (+74 -66) 📝 `docs/docs/concepts/high_level.md` (+29 -26) ➕ `docs/docs/concepts/human_in_the_loop.md` (+63 -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/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 8 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-20 17:46:33 -05:00
yindo closed this issue 2026-02-20 17:46:33 -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#2217