[PR #383] [MERGED] examples[minor]: Port langchain examples code to run ts files in examples #711

Closed
opened 2026-02-15 19:15:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/383
Author: @bracesproul
Created: 8/26/2024
Status: Merged
Merged: 8/26/2024
Merged by: @bracesproul

Base: mainHead: brace/allow-running-ts-files


📝 Commits (2)

  • e0b4c03 examples[minor]: Port langchai examples code to run ts files in examples
  • a31cc72 cr

📊 Changes

4 files changed (+369 additions, -0 deletions)

View changed files

📝 examples/package.json (+5 -0)
examples/src/index.ts (+56 -0)
examples/tsconfig.json (+31 -0)
📝 yarn.lock (+277 -0)

📄 Description

This will allow us to add .ts files to examples and run them the same way you'd run an examples file in the langchainjs repo.


🔄 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/383 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/26/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/allow-running-ts-files` --- ### 📝 Commits (2) - [`e0b4c03`](https://github.com/langchain-ai/langgraphjs/commit/e0b4c034202205ff1ee87dc4bef6084cf4bdc984) examples[minor]: Port langchai examples code to run ts files in examples - [`a31cc72`](https://github.com/langchain-ai/langgraphjs/commit/a31cc7295ce4865b98eec73eb7c7772ead1804f2) cr ### 📊 Changes **4 files changed** (+369 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+5 -0) ➕ `examples/src/index.ts` (+56 -0) ➕ `examples/tsconfig.json` (+31 -0) 📝 `yarn.lock` (+277 -0) </details> ### 📄 Description This will allow us to add `.ts` files to `examples` and run them the same way you'd run an examples file in the `langchainjs` repo. --- <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 19:15:37 -05:00
yindo closed this issue 2026-02-15 19:15:37 -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#711