Async client for managing assistants in LangGraph.
The field to sort by.
Specifies behavior on conflict:
The order to sort by.
Handle async requests to the LangGraph API.
Adds additional error messaging & content handling above the provided httpx client.
Represents an assistant with additional properties.
Paginated response for assistant search results.
Represents a specific version of an assistant.
Configuration options for a call.
Defines the structure and properties of a graph.
Client for managing assistants in LangGraph.
This class provides methods to interact with assistants, which are versioned configurations of your graph.
client = get_client(url="http://localhost:2024")
assistant = await client.assistants.get("assistant_id_123")Represents a JSON-like structure, which can be None or a dictionary with string keys and any values.