We've raised a $125M Series B to build the platform for agent engineering. Read more.
pip install langgraph-sdk
yarn add @langchain/langgraph-sdk
get_sync_client
get_client
from langgraph_sdk import get_sync_client client = get_sync_client(url=..., api_key=...) client.assistants.search()
from langgraph_sdk import get_client client = get_client(url=..., api_key=...) await client.assistants.search()