@threadplane/langgraph 0.0.55 → 0.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,7 +27,7 @@ Adapter that wraps a LangGraph agent into the runtime-neutral `Agent` contract f
27
27
  ## Install
28
28
 
29
29
  ```bash
30
- npm install @threadplane/langgraph @threadplane/chat
30
+ npm install @threadplane/langgraph @threadplane/chat @langchain/core @langchain/langgraph-sdk
31
31
  ```
32
32
 
33
33
  **Peer dependencies:**
@@ -159,7 +159,7 @@ Pair it with the lifecycle helpers to keep your thread list fresh:
159
159
  ```ts
160
160
  import { refreshOnRunEnd, refreshOnTransition } from '@threadplane/langgraph';
161
161
 
162
- refreshOnRunEnd(chat, () => threadsAdapter.loadThreads());
162
+ refreshOnRunEnd(chat, () => threadsAdapter.refresh());
163
163
  ```
164
164
 
165
165
  ### Citations