[PR #16] [MERGED] Prebuilt code! #421

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

📋 Pull Request Information

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

Base: mainHead: brace/prebuilt


📝 Commits (7)

📊 Changes

13 files changed (+675 additions, -365 deletions)

View changed files

📝 README.md (+24 -350)
📝 langgraph/package.json (+6 -2)
📝 langgraph/src/graph/state.ts (+2 -1)
langgraph/src/prebuilt/agent_executor.ts (+133 -0)
langgraph/src/prebuilt/chat_agent_executor.ts (+153 -0)
langgraph/src/prebuilt/index.ts (+7 -0)
langgraph/src/prebuilt/tool_executor.ts (+84 -0)
langgraph/src/readme.ts (+17 -0)
langgraph/src/tests/prebuilt.int.test.ts (+56 -0)
langgraph/src/tests/prebuilt.test.ts (+100 -0)
📝 langgraph/src/tests/pregel.test.ts (+85 -0)
📝 package.json (+0 -4)
📝 yarn.lock (+8 -8)

📄 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/16 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/prebuilt` --- ### 📝 Commits (7) - [`4b18858`](https://github.com/langchain-ai/langgraphjs/commit/4b1885870fa8cb4de3b2be66ee6cb59a76f866e8) Prebuilt code! - [`7eac2b2`](https://github.com/langchain-ai/langgraphjs/commit/7eac2b2ee11a52fa8f1ecb579f8d25509f842d36) format - [`0805283`](https://github.com/langchain-ai/langgraphjs/commit/08052838e75a66bdd72f59e76182efc6b6f725a6) added agent executor prebuilt - [`7fdaf32`](https://github.com/langchain-ai/langgraphjs/commit/7fdaf3205ca4eaef629947c33f3d7f74cfc0d6b4) cr - [`47c64bc`](https://github.com/langchain-ai/langgraphjs/commit/47c64bc2d2f1cc19a724806d8f77fa0f480dae31) lint - [`cff707b`](https://github.com/langchain-ai/langgraphjs/commit/cff707b841ea229c6f5f2bdd93d276173c91caf9) readme - [`c1e4e74`](https://github.com/langchain-ai/langgraphjs/commit/c1e4e74d38a8396a11b6c80707fd068d1f2987bf) lint ### 📊 Changes **13 files changed** (+675 additions, -365 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+24 -350) 📝 `langgraph/package.json` (+6 -2) 📝 `langgraph/src/graph/state.ts` (+2 -1) ➕ `langgraph/src/prebuilt/agent_executor.ts` (+133 -0) ➕ `langgraph/src/prebuilt/chat_agent_executor.ts` (+153 -0) ➕ `langgraph/src/prebuilt/index.ts` (+7 -0) ➕ `langgraph/src/prebuilt/tool_executor.ts` (+84 -0) ➕ `langgraph/src/readme.ts` (+17 -0) ➕ `langgraph/src/tests/prebuilt.int.test.ts` (+56 -0) ➕ `langgraph/src/tests/prebuilt.test.ts` (+100 -0) 📝 `langgraph/src/tests/pregel.test.ts` (+85 -0) 📝 `package.json` (+0 -4) 📝 `yarn.lock` (+8 -8) </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 18:16:53 -05:00
yindo closed this issue 2026-02-15 18:16:53 -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#421