LangGraphThreadsAdapter
SDK-backed thread CRUD for LangGraph Platform threads. Use it with chat thread components instead of hand-rolling local thread lists.
#Configure
LANGGRAPH_THREADS_CONFIG.apiUrl accepts the same absolute or relative LangGraph API URLs as provideAgent().
#Pair with chat thread UI
The adapter maps SDK threads to the Thread type consumed by ChatThreadListComponent and ChatSidenavComponent. It expects titles in metadata.title.
#Shared SDK client
Provide LANGGRAPH_CLIENT when you want to share an SDK Client instance or inject a test double. Provide LANGGRAPH_CLIENT_OPTIONS once at the app root to tune the SDK retry budget used by both FetchStreamTransport and the threads adapter.