[PR #96] [MERGED] Adds Documentation about Channels, Checkpoints, and Pregel Graphs to CONTRIBUTING.md #485

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/96
Author: @janvi-codaio
Created: 3/22/2024
Status: Merged
Merged: 3/23/2024
Merged by: @nfcampos

Base: mainHead: janvi-langraph-documentation


📝 Commits (4)

📊 Changes

3 files changed (+131 additions, -8 deletions)

View changed files

📝 CONTRIBUTING.md (+126 -4)
📝 langgraph/src/channels/base.ts (+3 -2)
📝 langgraph/src/tests/pregel.test.ts (+2 -2)

📄 Description

Based on conversations with @nfcampos yesterday, learned a lot about the underlying behavior of LangGraph

This information is pretty crucial to be able to contribute meaningfully in this code base, so added this information to the CONTRIBUTING.md

While I was here, made some flyby changes to help clarify things that I thought were confusing


🔄 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/96 **Author:** [@janvi-codaio](https://github.com/janvi-codaio) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/23/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `janvi-langraph-documentation` --- ### 📝 Commits (4) - [`234d7a7`](https://github.com/langchain-ai/langgraphjs/commit/234d7a732d1facd96b766e718cdaeea180d94769) added docs - [`65a6885`](https://github.com/langchain-ai/langgraphjs/commit/65a6885080966c729dfe82c13d3ae6c65f1ef82f) added some formatting - [`0016b77`](https://github.com/langchain-ai/langgraphjs/commit/0016b774b1bc1449c9e745e826653e9464257105) fix some typos - [`308f10d`](https://github.com/langchain-ai/langgraphjs/commit/308f10deebe28c99e8d73d98daccfd8d2c5de7c1) Merge branch 'main' into janvi-langraph-documentation ### 📊 Changes **3 files changed** (+131 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+126 -4) 📝 `langgraph/src/channels/base.ts` (+3 -2) 📝 `langgraph/src/tests/pregel.test.ts` (+2 -2) </details> ### 📄 Description Based on conversations with @nfcampos yesterday, learned a lot about the underlying behavior of LangGraph This information is pretty crucial to be able to contribute meaningfully in this code base, so added this information to the CONTRIBUTING.md While I was here, made some flyby changes to help clarify things that I thought were confusing --- <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 18:17:09 -05:00
yindo closed this issue 2026-02-15 18:17:09 -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#485