[PR #369] [MERGED] Update docstrings, improve API refs #701

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/369
Author: @jacoblee93
Created: 8/23/2024
Status: Merged
Merged: 8/23/2024
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (2)

📊 Changes

10 files changed (+173 additions, -14 deletions)

View changed files

📝 docs/docs/concepts/low_level.md (+0 -5)
📝 libs/checkpoint/src/base.ts (+2 -0)
📝 libs/langgraph/src/graph/annotation.ts (+90 -9)
📝 libs/langgraph/src/graph/graph.ts (+2 -0)
📝 libs/langgraph/src/graph/message.ts (+6 -0)
📝 libs/langgraph/src/graph/messages_annotation.ts (+5 -0)
📝 libs/langgraph/src/graph/state.ts (+62 -0)
📝 libs/langgraph/src/prebuilt/agent_executor.ts (+2 -0)
📝 libs/langgraph/src/prebuilt/chat_agent_executor.ts (+2 -0)
📝 tsconfig.json (+2 -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/369 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (2) - [`59cccb6`](https://github.com/langchain-ai/langgraphjs/commit/59cccb6ae6ea236f9b0e322a27b305a6e605febe) Fix API refs - [`a658968`](https://github.com/langchain-ai/langgraphjs/commit/a6589680aefba36ca74064c1fedd043b360b2689) Update docstrings, improve API refs ### 📊 Changes **10 files changed** (+173 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/low_level.md` (+0 -5) 📝 `libs/checkpoint/src/base.ts` (+2 -0) 📝 `libs/langgraph/src/graph/annotation.ts` (+90 -9) 📝 `libs/langgraph/src/graph/graph.ts` (+2 -0) 📝 `libs/langgraph/src/graph/message.ts` (+6 -0) 📝 `libs/langgraph/src/graph/messages_annotation.ts` (+5 -0) 📝 `libs/langgraph/src/graph/state.ts` (+62 -0) 📝 `libs/langgraph/src/prebuilt/agent_executor.ts` (+2 -0) 📝 `libs/langgraph/src/prebuilt/chat_agent_executor.ts` (+2 -0) 📝 `tsconfig.json` (+2 -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:34 -05:00
yindo closed this issue 2026-02-15 19:15:34 -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#701