docs: remove duplicate entry in Edge Protocol docstring (#2994)
Fixes #2717 The Edge Types list in edge.py had 'always' listed twice. Removed the duplicate line.
This commit is contained in:
@@ -11,7 +11,6 @@ our edges can be created dynamically by a Builder agent based on the goal.
|
||||
|
||||
Edge Types:
|
||||
- always: Always traverse after source completes
|
||||
- always: Always traverse after source completes
|
||||
- on_success: Traverse only if source succeeds
|
||||
- on_failure: Traverse only if source fails
|
||||
- conditional: Traverse based on expression evaluation (SAFE SUBSET ONLY)
|
||||
|
||||
Reference in New Issue
Block a user