Views
No views yet
goal
|
v
+---------------+
| Controller | --------<<<<-----------+
+---------------+ |
| |
| (command, command args) |
| |
v |
+------------------+ |
| Executor | Each branch is an |
| (Tree Structure) | executor |
+------------------+ |
| ^
| (summary) |
| |
v |
| |
+-> goes back to the Controller>-+
+-------------------+
| Branching |
| Executor |
+-------------------+
/ | \
/ | \
/ | \
/ | \
write_code ask_user test
class CodeWriterCtrlFlow(ChatAtomicFlow)class CodeWriterAskUserFlow(HumanStandardInputFlow)question: The question asked by the controller
Expected Behaviour:feedback: The input of the user.code: No code was written.def run(input_data: Dict[str, Any]) -> Dict[str, Any]input_data: The input data.class CodeWriterFlow(ContentWriterFlow)goalcoderesultsummarystatus