Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agents/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Block(object):
def __init__(self, des):
'''
des format: <name>:::<type>:::<instruction>:::<branch>
<type>: precess or decision or terminal
<type>: process or decision or terminal
<branch>: <key1>::<value1>::<key2>::<value2>::...
Example: Step 1:::decision:::Check whether every models in the generated to-do list is in the provided models:::Yes::step 5::No::step 3
'''
Expand Down