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