Merge branch 'main' into v1

This commit is contained in:
Sydney Runkle
2025-07-16 18:32:07 -04:00
37 changed files with 1023 additions and 546 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ print(graph.invoke({"x": 5}, stream_mode='updates')) # (2)!
[{'expensive_node': {'result': 10}, '__metadata__': {'cached': True}}]
```
1. First run takes the full second to run (due to mocked expensive computation).
1. First run takes two seconds to run (due to mocked expensive computation).
2. Second run utilizes cache and returns quickly.
## Edges