Deployment SDK
(Formerly LangGraph Platform)
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
get_client— Create and configure an asyncLangGraphClientLangGraphClient— Async client for the LangGraph APISyncLangGraphClient— Synchronous client for the LangGraph API
Schema
Assistant— Represents an assistant with propertiesConfig— Configuration options for a callInterrupt— Represents an interruption in the execution flowCheckpoint— Represents a checkpoint in the execution processStreamMode— Defines the mode of streaming
For the full API reference, see the langgraph-sdk package documentation.