Synchronous client for managing assistants in LangGraph.
The field to sort by.
Specifies behavior on conflict:
The order to sort by.
Handle synchronous requests to the LangGraph API.
Provides error messaging and content handling enhancements above the underlying httpx client, mirroring the interface of HttpClient but for sync usage.
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 synchronously.
This class provides methods to interact with assistants, which are versioned configurations of your graph.
client = get_sync_client(url="http://localhost:2024")
assistant = client.assistants.get("assistant_id_123")Represents a JSON-like structure, which can be None or a dictionary with string keys and any values.