[PR #227] [MERGED] docs(deepagents): add streaming examples #226

Closed
opened 2026-02-16 06:17:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/227
Author: @christian-bromann
Created: 2/12/2026
Status: Merged
Merged: 2/23/2026
Merged by: @christian-bromann

Base: mainHead: cb/streaming-examples


📝 Commits (3)

📊 Changes

11 files changed (+813 additions, -26 deletions)

View changed files

.changeset/clean-pumpkins-stare.md (+5 -0)
📝 examples/package.json (+1 -1)
examples/streaming/basic.ts (+44 -0)
examples/streaming/custom-updates.ts (+97 -0)
examples/streaming/filter-by-type.ts (+110 -0)
examples/streaming/lifecycle.ts (+125 -0)
examples/streaming/multi-mode.ts (+140 -0)
examples/streaming/progress.ts (+85 -0)
examples/streaming/tokens.ts (+86 -0)
examples/streaming/tool-calls.ts (+118 -0)
📝 pnpm-lock.yaml (+2 -25)

📄 Description

As I was working on docs here are the full examples we are showing there.


🔄 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/deepagentsjs/pull/227 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/streaming-examples` --- ### 📝 Commits (3) - [`b29918b`](https://github.com/langchain-ai/deepagentsjs/commit/b29918b3a0c52f25a440df55168a1ec52434d9cc) docs(deepagents): add streaming examples - [`e8cdf4d`](https://github.com/langchain-ai/deepagentsjs/commit/e8cdf4d6c65a487386ebb8754f12494006a2b833) format - [`2624b02`](https://github.com/langchain-ai/deepagentsjs/commit/2624b02a7a6a36b8925ed594cebdf92e53ba5910) Create clean-pumpkins-stare.md ### 📊 Changes **11 files changed** (+813 additions, -26 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/clean-pumpkins-stare.md` (+5 -0) 📝 `examples/package.json` (+1 -1) ➕ `examples/streaming/basic.ts` (+44 -0) ➕ `examples/streaming/custom-updates.ts` (+97 -0) ➕ `examples/streaming/filter-by-type.ts` (+110 -0) ➕ `examples/streaming/lifecycle.ts` (+125 -0) ➕ `examples/streaming/multi-mode.ts` (+140 -0) ➕ `examples/streaming/progress.ts` (+85 -0) ➕ `examples/streaming/tokens.ts` (+86 -0) ➕ `examples/streaming/tool-calls.ts` (+118 -0) 📝 `pnpm-lock.yaml` (+2 -25) </details> ### 📄 Description As I was working on docs here are the full examples we are showing there. --- <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-16 06:17:29 -05:00
yindo changed title from [PR #227] docs(deepagents): add streaming examples to [PR #227] [MERGED] docs(deepagents): add streaming examples 2026-06-05 17:22:28 -04:00
yindo closed this issue 2026-06-05 17:22:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#226