LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsindexDeepAgentRunStream
Type●Since v1.10

DeepAgentRunStream

Copy
DeepAgentRunStream: AgentRunStream<TValues, TTools, TExtensions>  __type
View source on GitHub

An AgentRunStream with native deep-agent projections assigned directly on the instance by createGraphRunStream (via __native transformers).

This is a pure type overlay — no runtime class exists. The subagents property is populated at runtime by the createSubagentTransformer registered at compile time.