LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
  • Stream
LangGraph SDK
  • Ui
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Utils
  • Server
  • Stream
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
  • Store
LangGraph Checkpoint Redis
  • Shallow
  • Store
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
  • Cli
LangGraph API
LangGraph CLI
LangGraph CUA
  • Utils
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangGraph
WebChannelsPregelPrebuiltRemoteStream
LangGraph SDK
UiClientAuthReactLoggingReact UiUtilsServerStream
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
Store
LangGraph Checkpoint Redis
ShallowStore
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
Cli
LangGraph API
LangGraph CLI
LangGraph CUA
Utils
LangGraph Supervisor
LangGraph Swarm
Language
Theme
JavaScript@langchain/langgraph-sdkclientClient
Classā—Since v0.0

Client

Copy
class Client

Used in Docs

  • Collect feedback with presigned URLs
  • Deployment
  • Going to production
  • How to audit evaluator scores
  • How to collect user feedback for Agent Server runs
(25 more not shown)

Constructors

Properties

View source on GitHub
constructor
constructor
property
assistants: AssistantsClient
property
crons: CronsClient
property
runs: RunsClient<TStateType, TUpdateType, TCustomEventType>
property
store: StoreClient
property
threads: ThreadsClient<TStateType, TUpdateType>

The client for interacting with assistants.

The client for interacting with cron runs.

The client for interacting with runs.

The client for interacting with the KV store.

The client for interacting with threads.