(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.
get_client — Create and configure an async LangGraphClientLangGraphClient — Async client for the LangGraph APISyncLangGraphClient — Synchronous client for the LangGraph APIAssistant — 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 streamingFor the full API reference, see the langgraph-sdk package documentation.