[PR #286] [MERGED] docs[minor]: Port concepts pages from PY docs #633

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/286
Author: @bracesproul
Created: 7/26/2024
Status: Merged
Merged: 7/29/2024
Merged by: @bracesproul

Base: mainHead: brace/concepts


📝 Commits (3)

📊 Changes

14 files changed (+643 additions, -511 deletions)

View changed files

📝 .vscode/settings.json (+2 -0)
docs/docs/concepts/agentic_concepts.md (+91 -0)
docs/docs/concepts/faq.md (+15 -0)
docs/docs/concepts/high_level.md (+53 -0)
📝 docs/docs/concepts/index.md (+55 -511)
docs/docs/concepts/low_level.md (+427 -0)
docs/docs/how-tos/agent_executor/img/agent-executor-diagram.png (+0 -0)
docs/docs/tutorials/chatbots/diagram.png (+0 -0)
docs/docs/tutorials/multi_agent/img/hierarchical-diagram.png (+0 -0)
docs/docs/tutorials/multi_agent/img/simple_multi_agent_diagram.png (+0 -0)
docs/docs/tutorials/multi_agent/img/supervisor-diagram.png (+0 -0)
docs/docs/tutorials/reflection/img/reflection.png (+0 -0)
docs/docs/tutorials/rewoo/img/rewoo-paper-workflow.png (+0 -0)
docs/docs/tutorials/rewoo/img/rewoo.png (+0 -0)

📄 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/286 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 7/26/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/concepts` --- ### 📝 Commits (3) - [`375e9ad`](https://github.com/langchain-ai/langgraphjs/commit/375e9adfd7d34d7c8eb8d5af572c1d37b9d6f120) docs[minor]: Port concepts pages from PY docs - [`7f3fe4d`](https://github.com/langchain-ai/langgraphjs/commit/7f3fe4d7a6f5f08a8129617a61753c25c9bb5b78) update docs - [`2a312ab`](https://github.com/langchain-ai/langgraphjs/commit/2a312ab37d7fc74340ec05302c8908e880328ecc) fix broken links ### 📊 Changes **14 files changed** (+643 additions, -511 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -0) ➕ `docs/docs/concepts/agentic_concepts.md` (+91 -0) ➕ `docs/docs/concepts/faq.md` (+15 -0) ➕ `docs/docs/concepts/high_level.md` (+53 -0) 📝 `docs/docs/concepts/index.md` (+55 -511) ➕ `docs/docs/concepts/low_level.md` (+427 -0) ➕ `docs/docs/how-tos/agent_executor/img/agent-executor-diagram.png` (+0 -0) ➕ `docs/docs/tutorials/chatbots/diagram.png` (+0 -0) ➕ `docs/docs/tutorials/multi_agent/img/hierarchical-diagram.png` (+0 -0) ➕ `docs/docs/tutorials/multi_agent/img/simple_multi_agent_diagram.png` (+0 -0) ➕ `docs/docs/tutorials/multi_agent/img/supervisor-diagram.png` (+0 -0) ➕ `docs/docs/tutorials/reflection/img/reflection.png` (+0 -0) ➕ `docs/docs/tutorials/rewoo/img/rewoo-paper-workflow.png` (+0 -0) ➕ `docs/docs/tutorials/rewoo/img/rewoo.png` (+0 -0) </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:15:17 -05:00
yindo closed this issue 2026-02-15 19:15:17 -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#633