|
name: ExtendLibraryFlow |
|
description: "A flow used to extend the content in the code library" |
|
|
|
_target_: flow_modules.aiflows.ExtendLibraryFlowModule.ExtendLibraryFlow.instantiate_from_default_config |
|
|
|
memory_files: ??? |
|
|
|
subflows_config: |
|
MemoryReading: |
|
_target_: flow_modules.aiflows.MemoryReadingFlowModule.MemoryReadingAtomicFlow.instantiate_from_default_config |
|
output_interface: |
|
- "plan" |
|
- "logs" |
|
- "code_library" |
|
|
|
Planner: |
|
_target_: flow_modules.aiflows.PlanWriterFlowModule.PlanWriterFlow.instantiate_from_default_config |
|
subflows_config: |
|
Controller: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
Executor: |
|
subflows_config: |
|
write_plan: |
|
subflows_config: |
|
PlanGenerator: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
|
|
CtrlExMem: |
|
_target_: flow_modules.aiflows.ExtendLibraryFlowModule.CtrlExMem_ExtLib.instantiate_from_default_config |
|
subflows_config: |
|
Controller: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
Executor: |
|
subflows_config: |
|
write_code: |
|
subflows_config: |
|
Controller: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
Executor: |
|
subflows_config: |
|
write_code: |
|
memory_files: ??? |
|
subflows_config: |
|
CodeGenerator: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
test: |
|
memory_files: ??? |
|
re_plan: |
|
subflows_config: |
|
Controller: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
Executor: |
|
subflows_config: |
|
write_plan: |
|
subflows_config: |
|
PlanGenerator: |
|
backend: |
|
api_infos: ??? |
|
model_name: |
|
openai: gpt-4 |
|
azure: azure/gpt-4 |
|
MemoryReading: |
|
_target_: flow_modules.aiflows.MemoryReadingFlowModule.MemoryReadingAtomicFlow.instantiate_from_default_config |
|
output_interface: |
|
- "plan" |
|
- "logs" |
|
- "code_library" |