[PR #10] [CLOSED] added examples workspace #416

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

📋 Pull Request Information

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

Base: mainHead: brace/examples


📝 Commits (2)

  • 95264a4 added examples
  • aa4fde0 Merge branch 'main' into brace/examples

📊 Changes

13 files changed (+1167 additions, -19 deletions)

View changed files

examples/.eslintrc.cjs (+46 -0)
examples/package.json (+49 -0)
examples/src/combine_docs.ts (+0 -0)
examples/src/draft_revise_loop.ts (+111 -0)
examples/src/index.ts (+56 -0)
examples/src/langgraph.ts (+170 -0)
examples/src/rag.ts (+60 -0)
examples/src/readme.ts (+182 -0)
examples/src/recursive_web_loader.ts (+0 -0)
examples/tsconfig.json (+30 -0)
📝 langgraph/src/channels/index.ts (+9 -0)
📝 package.json (+2 -1)
📝 yarn.lock (+452 -18)

📄 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/10 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brace/examples` --- ### 📝 Commits (2) - [`95264a4`](https://github.com/langchain-ai/langgraphjs/commit/95264a41317d5be9828d3ec78942bbce13c22bc8) added examples - [`aa4fde0`](https://github.com/langchain-ai/langgraphjs/commit/aa4fde0c4af3e18f4d252ad181ee13edbdcbf00f) Merge branch 'main' into brace/examples ### 📊 Changes **13 files changed** (+1167 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `examples/.eslintrc.cjs` (+46 -0) ➕ `examples/package.json` (+49 -0) ➕ `examples/src/combine_docs.ts` (+0 -0) ➕ `examples/src/draft_revise_loop.ts` (+111 -0) ➕ `examples/src/index.ts` (+56 -0) ➕ `examples/src/langgraph.ts` (+170 -0) ➕ `examples/src/rag.ts` (+60 -0) ➕ `examples/src/readme.ts` (+182 -0) ➕ `examples/src/recursive_web_loader.ts` (+0 -0) ➕ `examples/tsconfig.json` (+30 -0) 📝 `langgraph/src/channels/index.ts` (+9 -0) 📝 `package.json` (+2 -1) 📝 `yarn.lock` (+452 -18) </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:52 -05:00
yindo closed this issue 2026-02-15 18:16:52 -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#416