You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/graph/beta/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Beta Graph API
2
2
3
3
!!! warning "Beta API"
4
-
This is the new beta graph API. It provides enhanced capabilities for parallel execution, conditional branching, and complex workflows. The original graph API is still available and documented in the [main graph documentation](../../graph.md).
4
+
This is the new beta graph API. It provides enhanced capabilities for parallel execution, conditional branching, and complex workflows.
5
+
The original graph API is still available (and compatible of interop with the new beta API) and is documented in the [main graph documentation](../../graph.md).
5
6
6
7
## Overview
7
8
@@ -13,7 +14,7 @@ The beta graph API in `pydantic-graph` provides a powerful builder pattern for c
13
14
-**Broadcast operations** for sending the same data to multiple parallel paths
14
15
-**Join nodes and Reducers** for aggregating results from parallel execution
15
16
16
-
This API is designed for advanced workflows where you need explicit control over parallelism, routing, and data aggregation.
17
+
This API is designed for advanced workflows where you want declarative control over parallelism, routing, and data aggregation.
0 commit comments