[PR #1742] [MERGED] feat: langgraph canonical package #1695

Closed
opened 2026-02-15 20:16:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1742
Author: @hntrl
Created: 10/20/2025
Status: Merged
Merged: 10/20/2025
Merged by: @hntrl

Base: mainHead: hunter/langgraph-canonical


📝 Commits (8)

📊 Changes

135 files changed (+3375 additions, -2717 deletions)

View changed files

.changeset/chatty-shirts-leave.md (+5 -0)
📝 .github/workflows/ci.yml (+5 -0)
📝 internal/environment_tests/docker-compose.yml (+7 -0)
📝 internal/environment_tests/scripts/docker-ci-entrypoint.sh (+2 -0)
📝 libs/langgraph-core/.env.example (+0 -0)
libs/langgraph-core/.eslintrc.cjs (+74 -0)
libs/langgraph-core/.gitignore (+31 -0)
libs/langgraph-core/.prettierrc (+19 -0)
📝 libs/langgraph-core/.release-it.json (+0 -0)
📝 libs/langgraph-core/CHANGELOG.md (+0 -0)
libs/langgraph-core/LICENSE (+21 -0)
libs/langgraph-core/README.md (+123 -0)
libs/langgraph-core/package.json (+194 -0)
📝 libs/langgraph-core/scripts/jest-setup-after-env.js (+0 -0)
📝 libs/langgraph-core/spec/langgraph-architecture-spec.md (+0 -0)
📝 libs/langgraph-core/spec/pregel-execution-model.md (+0 -0)
📝 libs/langgraph-core/spec/pregel-testing-plan.md (+0 -0)
📝 libs/langgraph-core/src/channels/any_value.ts (+0 -0)
📝 libs/langgraph-core/src/channels/base.ts (+0 -0)
📝 libs/langgraph-core/src/channels/binop.ts (+0 -0)

...and 80 more files

📄 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/1742 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `hunter/langgraph-canonical` --- ### 📝 Commits (8) - [`953d75f`](https://github.com/langchain-ai/langgraphjs/commit/953d75f09bab1b372df40aee435b12e535def78b) feat: `langgraph` canonical package - [`6b2d376`](https://github.com/langchain-ai/langgraphjs/commit/6b2d376c9dbeccc8e068124a54db6e404754d55c) Create chatty-shirts-leave.md - [`21ea196`](https://github.com/langchain-ai/langgraphjs/commit/21ea196dca47ad3d525237af850cfeb0ef2e0375) cr - [`dfc504e`](https://github.com/langchain-ai/langgraphjs/commit/dfc504e139834d99552f1b507bbcc34e47612199) cr - [`64f64f9`](https://github.com/langchain-ai/langgraphjs/commit/64f64f98afb361069037c9e1a4e64df7bd170517) cr - [`f7df353`](https://github.com/langchain-ai/langgraphjs/commit/f7df353d5b0595cbf2ba908a1499a7edcb350b55) cr - [`fc2d65d`](https://github.com/langchain-ai/langgraphjs/commit/fc2d65d1c4e42c05e414f915aa9f1b82572b49bb) cr - [`ea10e7b`](https://github.com/langchain-ai/langgraphjs/commit/ea10e7b5d126804a4d47aaedd9281845d23e7f54) cr ### 📊 Changes **135 files changed** (+3375 additions, -2717 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/chatty-shirts-leave.md` (+5 -0) 📝 `.github/workflows/ci.yml` (+5 -0) 📝 `internal/environment_tests/docker-compose.yml` (+7 -0) 📝 `internal/environment_tests/scripts/docker-ci-entrypoint.sh` (+2 -0) 📝 `libs/langgraph-core/.env.example` (+0 -0) ➕ `libs/langgraph-core/.eslintrc.cjs` (+74 -0) ➕ `libs/langgraph-core/.gitignore` (+31 -0) ➕ `libs/langgraph-core/.prettierrc` (+19 -0) 📝 `libs/langgraph-core/.release-it.json` (+0 -0) 📝 `libs/langgraph-core/CHANGELOG.md` (+0 -0) ➕ `libs/langgraph-core/LICENSE` (+21 -0) ➕ `libs/langgraph-core/README.md` (+123 -0) ➕ `libs/langgraph-core/package.json` (+194 -0) 📝 `libs/langgraph-core/scripts/jest-setup-after-env.js` (+0 -0) 📝 `libs/langgraph-core/spec/langgraph-architecture-spec.md` (+0 -0) 📝 `libs/langgraph-core/spec/pregel-execution-model.md` (+0 -0) 📝 `libs/langgraph-core/spec/pregel-testing-plan.md` (+0 -0) 📝 `libs/langgraph-core/src/channels/any_value.ts` (+0 -0) 📝 `libs/langgraph-core/src/channels/base.ts` (+0 -0) 📝 `libs/langgraph-core/src/channels/binop.ts` (+0 -0) _...and 80 more files_ </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 20:16:32 -05:00
yindo closed this issue 2026-02-15 20:16:33 -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#1695