Commit 451c8cc
refactor: Split graph validation and parsing from _graph.py
Move graph validation and parsing logic from `_graph.py` to dedicated utility modules (`_graph_validation.py` and `_graph_parser.py`) under `workflow/utils/`. This simplifies the core `Graph` and `Edge` model definitions.
Co-authored-by: Shangjie Chen <deanchen@google.com>
PiperOrigin-RevId: 9411764231 parent d69dedd commit 451c8cc
6 files changed
Lines changed: 1182 additions & 1112 deletions
File tree
- src/google/adk/workflow
- utils
- tests/unittests/workflow
- utils
0 commit comments