mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 11:19:54 +02:00
175 lines
6.5 KiB
Plaintext
175 lines
6.5 KiB
Plaintext
# serializer version: 1
|
|
# name: test_in_one_fan_out_state_graph_waiting_edge_custom_state_class[end_of_run]
|
|
'''
|
|
+-----------+
|
|
| __start__ |
|
|
+-----------+
|
|
*
|
|
*
|
|
*
|
|
+---------------+
|
|
| rewrite_query |
|
|
+---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+--------------+ +---------+
|
|
| analyzer_one | | decider |
|
|
+--------------+ +---------+
|
|
* .
|
|
* .
|
|
* .
|
|
+---------------+ +---------------+
|
|
| retriever_one | | retriever_two |
|
|
+---------------+ +---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+----+
|
|
| qa |
|
|
+----+
|
|
*
|
|
*
|
|
*
|
|
+---------+
|
|
| __end__ |
|
|
+---------+
|
|
'''
|
|
# ---
|
|
# name: test_in_one_fan_out_state_graph_waiting_edge_custom_state_class[end_of_step]
|
|
'''
|
|
+-----------+
|
|
| __start__ |
|
|
+-----------+
|
|
*
|
|
*
|
|
*
|
|
+---------------+
|
|
| rewrite_query |
|
|
+---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+--------------+ +---------+
|
|
| analyzer_one | | decider |
|
|
+--------------+ +---------+
|
|
* .
|
|
* .
|
|
* .
|
|
+---------------+ +---------------+
|
|
| retriever_one | | retriever_two |
|
|
+---------------+ +---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+----+
|
|
| qa |
|
|
+----+
|
|
*
|
|
*
|
|
*
|
|
+---------+
|
|
| __end__ |
|
|
+---------+
|
|
'''
|
|
# ---
|
|
# name: test_in_one_fan_out_state_graph_waiting_edge_via_branch[end_of_run]
|
|
'''
|
|
+-----------+
|
|
| __start__ |
|
|
+-----------+
|
|
*
|
|
*
|
|
*
|
|
+---------------+
|
|
| rewrite_query |
|
|
+---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+--------------+ +-----------+
|
|
| analyzer_one | | condition |
|
|
+--------------+ +-----------+
|
|
* .
|
|
* .
|
|
* .
|
|
+---------------+ +---------------+
|
|
| retriever_one | | retriever_two |
|
|
+---------------+ +---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+----+
|
|
| qa |
|
|
+----+
|
|
*
|
|
*
|
|
*
|
|
+---------+
|
|
| __end__ |
|
|
+---------+
|
|
'''
|
|
# ---
|
|
# name: test_in_one_fan_out_state_graph_waiting_edge_via_branch[end_of_step]
|
|
'''
|
|
+-----------+
|
|
| __start__ |
|
|
+-----------+
|
|
*
|
|
*
|
|
*
|
|
+---------------+
|
|
| rewrite_query |
|
|
+---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+--------------+ +-----------+
|
|
| analyzer_one | | condition |
|
|
+--------------+ +-----------+
|
|
* .
|
|
* .
|
|
* .
|
|
+---------------+ +---------------+
|
|
| retriever_one | | retriever_two |
|
|
+---------------+ +---------------+
|
|
*** ***
|
|
* *
|
|
** **
|
|
+----+
|
|
| qa |
|
|
+----+
|
|
*
|
|
*
|
|
*
|
|
+---------+
|
|
| __end__ |
|
|
+---------+
|
|
'''
|
|
# ---
|
|
# name: test_nested_graph
|
|
'''
|
|
+-----------+
|
|
| __start__ |
|
|
+-----------+
|
|
*
|
|
*
|
|
*
|
|
+-------+
|
|
| inner |
|
|
+-------+
|
|
*
|
|
*
|
|
*
|
|
+------+
|
|
| side |
|
|
+------+
|
|
*
|
|
*
|
|
*
|
|
+---------+
|
|
| __end__ |
|
|
+---------+
|
|
'''
|
|
# ---
|