SyncAssistantsClient(
self,
http: SyncHttpClient,
)| Name | Type |
|---|---|
| http | SyncHttpClient |
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")