[PR #424] [MERGED] Add conceptual guide #1460

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/424
Author: @hinthornw
Created: 5/8/2024
Status: Merged
Merged: 5/9/2024
Merged by: @hinthornw

Base: mainHead: wfh/concepts


📝 Commits (8)

📊 Changes

6 files changed (+431 additions, -12 deletions)

View changed files

docs/docs/concepts/index.md (+410 -0)
📝 docs/docs/index.md (+8 -0)
📝 docs/docs/tutorials/index.md (+1 -1)
📝 docs/mkdocs.yml (+3 -2)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+1 -1)
📝 examples/introduction.ipynb (+8 -8)

📄 Description

Would benefit from some great images, but I tried to make a decent explainer of the core ideas behind langgraph


🔄 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/424 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/concepts` --- ### 📝 Commits (8) - [`ea9c2da`](https://github.com/langchain-ai/langgraph/commit/ea9c2dabd40d23eeab183f63cfaff71f13005a66) Add conceptual guide - [`35ffc03`](https://github.com/langchain-ai/langgraph/commit/35ffc03b43db3de8a2e7a5ead6c30d449e52440b) fix edge def - [`dd45fa6`](https://github.com/langchain-ai/langgraph/commit/dd45fa614b9b2b6a12db27018f84294a0df74bb7) intro - [`f75cbfc`](https://github.com/langchain-ai/langgraph/commit/f75cbfcae9464d06f2ee033abd0a54b8c47c0b51) spelling - [`8037cb4`](https://github.com/langchain-ai/langgraph/commit/8037cb499c19016309d67f69cf4d01f506e8fb38) spelling - [`66e38ff`](https://github.com/langchain-ai/langgraph/commit/66e38ff107d0c01d24cc482b7cf1837c1e3d68c2) reword - [`419e8d1`](https://github.com/langchain-ai/langgraph/commit/419e8d1132b2c5ab560c4fc79c41c4813837d7ad) index - [`d7e3dba`](https://github.com/langchain-ai/langgraph/commit/d7e3dba651a35e2b98a1eafc35bcdd3872f70543) Merge branch 'main' into wfh/concepts ### 📊 Changes **6 files changed** (+431 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `docs/docs/concepts/index.md` (+410 -0) 📝 `docs/docs/index.md` (+8 -0) 📝 `docs/docs/tutorials/index.md` (+1 -1) 📝 `docs/mkdocs.yml` (+3 -2) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+1 -1) 📝 `examples/introduction.ipynb` (+8 -8) </details> ### 📄 Description Would benefit from some great images, but I tried to make a decent explainer of the core ideas behind langgraph --- <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:44:47 -05:00
yindo closed this issue 2026-02-20 17:44:47 -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#1460