## Summary Look for a potential way to simplify the edge API signature. ## Context From API review notes: Simplify to `add_edge(source, sink, condition)`. ## Action Items - [ ] Simplify edge API to `add_edge(source, sink, condition)`
Summary
Look for a potential way to simplify the edge API signature.
Context
From API review notes: Simplify to
add_edge(source, sink, condition).Action Items
add_edge(source, sink, condition)