Files
langgraph/libs
Nuno CamposandGitHub 316f8410fa Avoid validating pydantic state models when we can (#3782)
- When a pydantic input schema isued but dict input is passed in
validate it once after running hidden START node. If the input is an
instance of the input model we skip validation altogether
- When entering each node we need to create a standalone instance of the
state class, but we can now skip validation, as it's now run once
elsewhere
2025-03-11 18:23:05 -07:00
..
2025-03-11 15:58:58 -07:00
2025-03-06 18:04:21 +01:00
2025-01-22 16:30:43 -08:00
2025-03-11 16:59:56 +01:00
2025-03-06 23:30:48 +00:00