Prompt Buddy logoPrompt Buddy

langchain · LangGraph and LangChain Agents Docs

Langsmith Join Thread Stream

An API endpoint implementation that provides a real-time, indefinite stream of sequential run outputs from a specific LangSmith thread.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Langsmith Join Thread Stream

An API endpoint implementation that provides a real-time, indefinite stream of sequential run outputs from a specific LangSmith thread.

When To Use

Use when you need to implement a real-time monitoring client that consumes sequential run outputs from a LangSmith thread as they occur.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/langsmith-agent-server-api-threads-join-thread-stream-workflow-guide.mdOpenAPI specification documentation for the Langsmith agent server API endpoint to join and stream thread updates.Questions about openAPI specification documentation for the Langsmith agent server API endpoint to join and stream thread updates.
examples/langsmith-agent-server-api-threads-join-thread-stream-langsmith-agent-se.textAn OpenAPI 3.1.0 specification defining the join thread stream operation for the LangSmith Agent Server API.Exact payloads, commands, or snippets shown in An OpenAPI 3.1.0 specification defining the join thread stream operation for the LangSmith Agent Server API.

What This Skill Covers

  • Documentation Index Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before ex...

  • Main sections: OpenAPI.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.langchain.com/langsmith/agent-server-api/threads/join-thread-stream.md