mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 01:22:24 +02:00
* Add managed values and IsLastStep - managed values are read-only state keys whose values are managed by langgraph - this PR implements one: IsLastValue, a boolean which is True in the last iteration, eg to allow you to return a nice "ran out of iterations" message to user * Fix * Fix some issues * py39 * Break ref * Fix types * Fix * Fix * Update state.py * Don't mutate dictionary while using it in for loop. --------- Co-authored-by: Andrew Nguonly <andrewnguonly@gmail.com>