Move to langgraph.types

This commit is contained in:
Nuno Campos
2024-09-21 17:37:17 -07:00
parent 3cbd70ffc9
commit d9854b36eb
21 changed files with 256 additions and 232 deletions
+6 -2
View File
@@ -69,8 +69,12 @@ builder.add_conditional_edges("my_node", my_condition)
## Send
::: langgraph.pregel.types.Send
::: langgraph.types.Send
## Interrupt
::: langgraph.types.Interrupt
## RetryPolicy
::: langgraph.pregel.types.RetryPolicy
::: langgraph.types.RetryPolicy