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:
Anshumaan Saraf
2026-02-01 17:19:11 +10:00
committed by GitHub
parent 58b60b84fd
commit 23146c8dae
-1
View File
@@ -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)