mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
`MessageGraph` is deprecated, to be removed in v2. A `StateGraph` with a `messages` key should be used instead. Alternatively, folks can use `Annotated[list[AnyMessage], add_messages]` as their state schema.