🌍 Global Mirror — Visit original CN site →

Deployment SDK

(Formerly LangGraph Platform)

PyPI - Version PyPI - License PyPI - Downloads

The Deployment SDK (langgraph-sdk) provides Python clients for interacting with LangSmith deployments. It includes clients for managing assistants, threads, runs, and cron jobs, as well as authentication utilities.

Client

Schema

  • Assistant — Represents an assistant with properties
  • Config — Configuration options for a call
  • Interrupt — Represents an interruption in the execution flow
  • Checkpoint — Represents a checkpoint in the execution process
  • StreamMode — Defines the mode of streaming

For the full API reference, see the langgraph-sdk package documentation.