Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 13:28:09 +00:00
parent 89e1933ab0
commit 3d2bc9069e
+2 -1
View File
@@ -788,7 +788,7 @@ function agent(state: MessagesState): Command {
```python
from langchain_anthropic import ChatAnthropic
from langgraph.graph import MessagesState, StateGraph, START
from langgraph.prebuilt import create_react_agent, InjectedState
from langgraph.prebuilt import create_react_agent
from langgraph.types import Command, interrupt
from langgraph.checkpoint.memory import InMemorySaver
@@ -1254,3 +1254,4 @@ LangGraph comes with prebuilt implementations of two of the most popular multi-a