[PR #17] [MERGED] docs #422

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

📋 Pull Request Information

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

Base: mainHead: brace/docs


📝 Commits (5)

📊 Changes

7 files changed (+1254 additions, -25 deletions)

View changed files

📝 README.md (+488 -0)
examples/agent_executor/base.ipynb (+308 -0)
examples/chat_agent_executor_with_function_calling/base.ipynb (+439 -0)
examples/deno.json (+11 -0)
📝 langgraph/src/prebuilt/agent_executor.ts (+2 -2)
📝 langgraph/src/prebuilt/chat_agent_executor.ts (+6 -6)
langgraph/src/readme.ts (+0 -17)

📄 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/17 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/docs` --- ### 📝 Commits (5) - [`0bfbfc5`](https://github.com/langchain-ai/langgraphjs/commit/0bfbfc50bacccca66885dff8af8a93b6d4fa5387) docs - [`d528901`](https://github.com/langchain-ai/langgraphjs/commit/d5289013f3c3bdd6c49398ffabb7f5d16e8b4f03) more - [`e212dd6`](https://github.com/langchain-ai/langgraphjs/commit/e212dd6c3c319e33e3460df966c9776ef545da40) cr - [`c194ee8`](https://github.com/langchain-ai/langgraphjs/commit/c194ee8b4b4f46dcac6568118b06dbeb1d561314) formay - [`c71c3b1`](https://github.com/langchain-ai/langgraphjs/commit/c71c3b1c24c3b9219ed4f0bd4221fa9458a996f7) cr ### 📊 Changes **7 files changed** (+1254 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+488 -0) ➕ `examples/agent_executor/base.ipynb` (+308 -0) ➕ `examples/chat_agent_executor_with_function_calling/base.ipynb` (+439 -0) ➕ `examples/deno.json` (+11 -0) 📝 `langgraph/src/prebuilt/agent_executor.ts` (+2 -2) 📝 `langgraph/src/prebuilt/chat_agent_executor.ts` (+6 -6) ➖ `langgraph/src/readme.ts` (+0 -17) </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:54 -05:00
yindo closed this issue 2026-02-15 18:16:54 -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#422