Inconsistent Agent State Definitions: is_last_step Missing in AgentStatePydantic #5269
nsgoneape
started this conversation in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#.venv/lib/python3.13/site-packages/langgraph/prebuilt/chat_agent_executor.py
class AgentState(TypedDict):
"""The state of the agent."""
#TODO: Why does this not have is_last_step?
class AgentStatePydantic(BaseModel):
"""The state of the agent."""
Beta Was this translation helpful? Give feedback.
All reactions