File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
examples/langgraph-checkpointer Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,16 @@ Run the following command in a terminal/command prompt:
2222<!-- STEP
2323name: Run subscriber
2424expected_stdout_lines:
25+ - '== APP == Add 3 and 4.'
26+ - '== APP == Tool Calls:'
27+ - '== APP == add'
28+ - '== APP == Call'
29+ - '== APP == a: 3'
30+ - '== APP == b: 4'
31+ - '== APP == Name: add'
32+ - '== APP == 7'
33+ - '== APP == The result of adding 3 and 4 is 7.'
34+ - '== APP == Multiply that by 2.'
2535 - '== APP == Args:'
2636 - '== APP == a: 7'
2737 - '== APP == b: 2'
@@ -36,7 +46,7 @@ expected_stdout_lines:
3646output_match_mode: substring
3747background: true
3848match_order: none
39- sleep: 3
49+ sleep: 15
4050-->
4151
4252``` bash
@@ -48,15 +58,9 @@ dapr run --app-id langgraph-checkpointer --app-port 5001 -- python3 agent.py
4858
4959## Cleanup
5060
51- <!-- STEP
52- expected_stdout_lines:
53- - '✅ app stopped successfully: langgraph-checkpointer'
54- name: Shutdown dapr
55- -->
61+ Either press CTRL + C to quit the app or run the following command in a new terminal to stop the app:
5662
5763``` bash
5864dapr stop --app-id langgraph-checkpointer
5965```
6066
61- <!-- END_STEP -->
62-
You can’t perform that action at this time.
0 commit comments