LangGraph Platform
Platform for building and deploying AI agents
pip install langgraph-sdk
get_sync_client
get_client
from langgraph_sdk import get_sync_client client = get_sync_client(url=..., api_key=...) client.assistants.search()