[PR #7] [MERGED] add entrypoints #413

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

📋 Pull Request Information

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

Base: mainHead: brace/entrypoints


📝 Commits (3)

📊 Changes

9 files changed (+41 additions, -38 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 langgraph/.gitignore (+3 -2)
📝 langgraph/package.json (+9 -1)
📝 langgraph/scripts/create-entrypoints.js (+1 -0)
📝 langgraph/src/graph/index.ts (+1 -1)
📝 langgraph/src/index.ts (+1 -1)
📝 langgraph/tsconfig.json (+1 -18)
📝 package.json (+1 -15)
tsconfig.json (+22 -0)

📄 Description

END & Graph are exported from root, Channel, PregelInterface, PregelOptions, PregelInputType, PregelOutputType, & Pregel are exported from /pregel


🔄 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/7 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/16/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/entrypoints` --- ### 📝 Commits (3) - [`e8f42c7`](https://github.com/langchain-ai/langgraphjs/commit/e8f42c788d594d5dd65e24d1171fd2c05c1a9640) add entrypoints - [`d5f0608`](https://github.com/langchain-ai/langgraphjs/commit/d5f060856b2a4e70036d4a021f41420c63592cc3) update tsconfig - [`1680c22`](https://github.com/langchain-ai/langgraphjs/commit/1680c22e7f15c0aed8149e8073fa18bd6f640fe1) fix circ dep ### 📊 Changes **9 files changed** (+41 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `langgraph/.gitignore` (+3 -2) 📝 `langgraph/package.json` (+9 -1) 📝 `langgraph/scripts/create-entrypoints.js` (+1 -0) 📝 `langgraph/src/graph/index.ts` (+1 -1) 📝 `langgraph/src/index.ts` (+1 -1) 📝 `langgraph/tsconfig.json` (+1 -18) 📝 `package.json` (+1 -15) ➕ `tsconfig.json` (+22 -0) </details> ### 📄 Description `END` & `Graph` are exported from root, `Channel`, `PregelInterface`, `PregelOptions`, `PregelInputType`, `PregelOutputType`, & `Pregel` are exported from `/pregel` --- <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:16:51 -05:00
yindo closed this issue 2026-02-15 18:16:51 -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#413