Update src/crewai/flow/utils.py

This commit is contained in:
Saurabh Misra
2025-02-14 17:05:52 -08:00
committed by GitHub
parent b197dcd950
commit 85578b8d30

View File

@@ -109,7 +109,7 @@ def calculate_node_levels(flow: Any) -> Dict[str, int]:
-------
Dict[str, int]
Dictionary mapping method names to their hierarchical levels.
Notes
Notes
-----
- Start methods are assigned level 0
- Each subsequent connected node is assigned level = parent_level + 1