[PR #112] [CLOSED] docs(example): add example for streaming with deepagentjs #129

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/112
Author: @christian-bromann
Created: 1/12/2026
Status: Closed

Base: mainHead: cb/add-streaming-example


📝 Commits (2)

  • baa4fe6 docs(example): add example for streaming with deepagentjs
  • fdd7220 format

📊 Changes

40 files changed (+4887 additions, -245 deletions)

View changed files

📝 eslint.config.ts (+5 -1)
📝 examples/skills/arxiv-search/arxiv_search.ts (+0 -1)
examples/skills/package.json (+16 -0)
📝 examples/skills/tsconfig.json (+1 -1)
📝 examples/standalone/backends/composite-backend.ts (+0 -0)
📝 examples/standalone/backends/filesystem-backend.ts (+0 -0)
📝 examples/standalone/backends/state-backend.ts (+0 -0)
📝 examples/standalone/backends/store-backend.ts (+0 -0)
📝 examples/standalone/package.json (+8 -2)
📝 examples/standalone/research/.env.example (+0 -0)
📝 examples/standalone/research/.gitignore (+0 -0)
📝 examples/standalone/research/langgraph.json (+0 -0)
📝 examples/standalone/research/research-agent.ts (+25 -25)
📝 examples/standalone/sandbox/local-sandbox.ts (+29 -22)
📝 examples/standalone/skills-memory/skills-memory-agent.ts (+3 -2)
examples/standalone/tsconfig.json (+27 -0)
examples/streaming/.gitignore (+28 -0)
examples/streaming/index.html (+19 -0)
examples/streaming/langgraph.json (+7 -0)
examples/streaming/package.json (+40 -0)

...and 20 more files

📄 Description

Screenshot 2026-01-12 at 5 56 12 PM

🔄 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/112 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/add-streaming-example` --- ### 📝 Commits (2) - [`baa4fe6`](https://github.com/langchain-ai/deepagentsjs/commit/baa4fe6968b6651c39c6b1ef73dce1d0f0439bf8) docs(example): add example for streaming with deepagentjs - [`fdd7220`](https://github.com/langchain-ai/deepagentsjs/commit/fdd7220fec005a64fe05bed0c9f75c6b834438a3) format ### 📊 Changes **40 files changed** (+4887 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.ts` (+5 -1) 📝 `examples/skills/arxiv-search/arxiv_search.ts` (+0 -1) ➕ `examples/skills/package.json` (+16 -0) 📝 `examples/skills/tsconfig.json` (+1 -1) 📝 `examples/standalone/backends/composite-backend.ts` (+0 -0) 📝 `examples/standalone/backends/filesystem-backend.ts` (+0 -0) 📝 `examples/standalone/backends/state-backend.ts` (+0 -0) 📝 `examples/standalone/backends/store-backend.ts` (+0 -0) 📝 `examples/standalone/package.json` (+8 -2) 📝 `examples/standalone/research/.env.example` (+0 -0) 📝 `examples/standalone/research/.gitignore` (+0 -0) 📝 `examples/standalone/research/langgraph.json` (+0 -0) 📝 `examples/standalone/research/research-agent.ts` (+25 -25) 📝 `examples/standalone/sandbox/local-sandbox.ts` (+29 -22) 📝 `examples/standalone/skills-memory/skills-memory-agent.ts` (+3 -2) ➕ `examples/standalone/tsconfig.json` (+27 -0) ➕ `examples/streaming/.gitignore` (+28 -0) ➕ `examples/streaming/index.html` (+19 -0) ➕ `examples/streaming/langgraph.json` (+7 -0) ➕ `examples/streaming/package.json` (+40 -0) _...and 20 more files_ </details> ### 📄 Description <img width="741" height="564" alt="Screenshot 2026-01-12 at 5 56 12 PM" src="https://github.com/user-attachments/assets/d3cd486e-10cb-4799-b475-87d4d3ec2335" /> --- <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:14 -05:00
yindo changed title from [PR #112] docs(example): add example for streaming with deepagentjs to [PR #112] [CLOSED] docs(example): add example for streaming with deepagentjs 2026-06-05 17:22:07 -04:00
yindo closed this issue 2026-06-05 17:22:07 -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#129