[PR #335] [MERGED] docs[minor]: Update graph init syntax of more docs #668

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/335
Author: @bracesproul
Created: 8/20/2024
Status: Merged
Merged: 8/21/2024
Merged by: @bracesproul

Base: mainHead: brace/update-init-syntax-docs


📝 Commits (8)

  • 7e9fb29 docs[minor]: Update graph init syntax of more docs
  • 0b10073 start updating hierarchial agents ntbk
  • 7262baf updated hierarchical agent doc
  • 26edd84 fix type errors
  • e302976 updated multi agent colab doc
  • 39ac9fd fixed plan and execute doc
  • fd90aeb reflection and rewoo
  • 50ff73a remove dep

📊 Changes

7 files changed (+1723 additions, -1374 deletions)

View changed files

📝 examples/multi_agent/agent_supervisor.ipynb (+100 -106)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+578 -378)
📝 examples/multi_agent/multi_agent_collaboration.ipynb (+175 -77)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+132 -99)
📝 examples/reflection/reflection.ipynb (+680 -640)
📝 examples/rewoo/rewoo.ipynb (+56 -73)
📝 langgraph/src/graph/state.ts (+2 -1)

📄 Description

Closes #329


🔄 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/335 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-init-syntax-docs` --- ### 📝 Commits (8) - [`7e9fb29`](https://github.com/langchain-ai/langgraphjs/commit/7e9fb29ce9d885b85bc94758851c15bdba97412a) docs[minor]: Update graph init syntax of more docs - [`0b10073`](https://github.com/langchain-ai/langgraphjs/commit/0b1007342ef6de366386b8f3609f397275bfc062) start updating hierarchial agents ntbk - [`7262baf`](https://github.com/langchain-ai/langgraphjs/commit/7262baf8c3d85c90123be999a302b787b0381ace) updated hierarchical agent doc - [`26edd84`](https://github.com/langchain-ai/langgraphjs/commit/26edd84a7e15670c4dc13afd151d8fe45ec664d2) fix type errors - [`e302976`](https://github.com/langchain-ai/langgraphjs/commit/e3029761e45f5ad5f7e0bba09c443c613f1ba3ce) updated multi agent colab doc - [`39ac9fd`](https://github.com/langchain-ai/langgraphjs/commit/39ac9fd408df5f1621586924328bf04f6c681aec) fixed plan and execute doc - [`fd90aeb`](https://github.com/langchain-ai/langgraphjs/commit/fd90aeb81a921aa1ab3fd7f743fa73f53d10e917) reflection and rewoo - [`50ff73a`](https://github.com/langchain-ai/langgraphjs/commit/50ff73ac44ddba170865d194d427bb262b8f61bb) remove dep ### 📊 Changes **7 files changed** (+1723 additions, -1374 deletions) <details> <summary>View changed files</summary> 📝 `examples/multi_agent/agent_supervisor.ipynb` (+100 -106) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+578 -378) 📝 `examples/multi_agent/multi_agent_collaboration.ipynb` (+175 -77) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+132 -99) 📝 `examples/reflection/reflection.ipynb` (+680 -640) 📝 `examples/rewoo/rewoo.ipynb` (+56 -73) 📝 `langgraph/src/graph/state.ts` (+2 -1) </details> ### 📄 Description Closes #329 --- <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:27 -05:00
yindo closed this issue 2026-02-15 19:15:27 -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#668