_target_: flow_modules.aiflows.AutoGPTFlowModule.AutoGPTFlow.instantiate_from_default_config max_rounds: 30 ### Subflows specification subflows_config: #ControllerFlow Configuration Controller: _target_: flow_modules.aiflows.ControllerExecutorFlowModule.ControllerAtomicFlow.instantiate_from_default_config commands: wiki_search: description: "Performs a search on Wikipedia." input_args: ["search_term"] finish: description: "Signal that the objective has been satisfied, and returns the answer to the user." input_args: ["answer"] backend: api_infos: ??? human_message_prompt_template: template: |2- Here is the response to your last action: {{observation}} Here is the feedback from the user: {{human_feedback}} input_variables: - "observation" - "human_feedback" input_interface_initialized: - "observation" - "human_feedback" previous_messages: last_k: 1 first_k: 2 wiki_search: _target_: flow_modules.aiflows.ControllerExecutorFlowModule.WikiSearchAtomicFlow.instantiate_from_default_config #MemoryFlow Configuration Memory: backend: model_name: none api_infos: ???