change instantiation target from Tachi67.JarvisFlowModule to flow_modules.aiflows.JarvisFlowModule in all places
Browse files- Controller_JarvisFlow.yaml +1 -1
- CtrlExMem_JarvisFlow.yaml +5 -7
- FinalAns_Jarvis.yaml +1 -1
- IntermediateAns_Jarvis.yaml +1 -1
- Planner_JarvisFlow.yaml +1 -1
- README.md +0 -2
- UpdatePlanAtomicFlow.yaml +1 -1
Controller_JarvisFlow.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_target_:
|
2 |
name: "ControllerFlow_JarvisFlow"
|
3 |
description: "Proposes the next action to take towards achieving the goal, and prepares the input for the branching flow"
|
4 |
enable_cache: True
|
|
|
1 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.Controller_JarvisFlow.instantiate_from_default_config
|
2 |
name: "ControllerFlow_JarvisFlow"
|
3 |
description: "Proposes the next action to take towards achieving the goal, and prepares the input for the branching flow"
|
4 |
enable_cache: True
|
CtrlExMem_JarvisFlow.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_target_:
|
2 |
name: "CtrlExMem_JarvisFlow"
|
3 |
description: "MemorizedControllerExecutor flow for Jarvis flow"
|
4 |
|
@@ -10,7 +10,7 @@ input_interface:
|
|
10 |
|
11 |
subflows_config:
|
12 |
Controller:
|
13 |
-
_target_:
|
14 |
backend:
|
15 |
api_infos: ???
|
16 |
model_name:
|
@@ -24,8 +24,6 @@ subflows_config:
|
|
24 |
memory_files: ???
|
25 |
subflows_config:
|
26 |
Planner:
|
27 |
-
#TODO remove this line
|
28 |
-
_target_: Tachi67.CoderFlowModule.Planner_CoderFlow.instantiate_from_default_config
|
29 |
subflows_config:
|
30 |
Controller:
|
31 |
backend:
|
@@ -164,11 +162,11 @@ subflows_config:
|
|
164 |
openai: gpt-4
|
165 |
azure: azure/gpt-4
|
166 |
update_plan:
|
167 |
-
_target_:
|
168 |
intermediate_answer:
|
169 |
-
_target_:
|
170 |
final_answer:
|
171 |
-
_target_:
|
172 |
|
173 |
|
174 |
MemoryReading:
|
|
|
1 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.CtrlExMem_JarvisFlow.instantiate_from_default_config
|
2 |
name: "CtrlExMem_JarvisFlow"
|
3 |
description: "MemorizedControllerExecutor flow for Jarvis flow"
|
4 |
|
|
|
10 |
|
11 |
subflows_config:
|
12 |
Controller:
|
13 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.Controller_JarvisFlow.instantiate_from_default_config
|
14 |
backend:
|
15 |
api_infos: ???
|
16 |
model_name:
|
|
|
24 |
memory_files: ???
|
25 |
subflows_config:
|
26 |
Planner:
|
|
|
|
|
27 |
subflows_config:
|
28 |
Controller:
|
29 |
backend:
|
|
|
162 |
openai: gpt-4
|
163 |
azure: azure/gpt-4
|
164 |
update_plan:
|
165 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.UpdatePlanAtomicFlow.instantiate_from_default_config
|
166 |
intermediate_answer:
|
167 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.IntermediateAns_Jarvis.instantiate_from_default_config
|
168 |
final_answer:
|
169 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.FinalAns_Jarvis.instantiate_from_default_config
|
170 |
|
171 |
|
172 |
MemoryReading:
|
FinalAns_Jarvis.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_target_:
|
2 |
request_multi_line_input_flag: False
|
3 |
end_of_input_string: EOI
|
4 |
|
|
|
1 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.FinalAns_Jarvis.instantiate_from_default_config
|
2 |
request_multi_line_input_flag: False
|
3 |
end_of_input_string: EOI
|
4 |
|
IntermediateAns_Jarvis.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_target_:
|
2 |
request_multi_line_input_flag: False
|
3 |
end_of_input_string: EOI
|
4 |
|
|
|
1 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.IntermediateAns_Jarvis.instantiate_from_default_config
|
2 |
request_multi_line_input_flag: False
|
3 |
end_of_input_string: EOI
|
4 |
|
Planner_JarvisFlow.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: "Planner/Jarvis"
|
2 |
description: "Generates plan with interactions with the user, used for the coder class"
|
3 |
|
4 |
-
_target_:
|
5 |
|
6 |
input_interface:
|
7 |
- "goal"
|
|
|
1 |
name: "Planner/Jarvis"
|
2 |
description: "Generates plan with interactions with the user, used for the coder class"
|
3 |
|
4 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.Planner_JarvisFlow.instantiate_from_default_config
|
5 |
|
6 |
input_interface:
|
7 |
- "goal"
|
README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
**For a detailed introduction to Jarvis, visit: https://huggingface.co/aiflows/JarvisFlowModule/blob/main/Introduction_to_Jarvis.md**
|
2 |
-
|
3 |
# Table of Contents
|
4 |
|
5 |
* [JarvisFlow](#JarvisFlow)
|
|
|
|
|
|
|
1 |
# Table of Contents
|
2 |
|
3 |
* [JarvisFlow](#JarvisFlow)
|
UpdatePlanAtomicFlow.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_target_:
|
2 |
name: "UpdatePlanAtomicFlow"
|
3 |
description: "Writes new plan to plan file"
|
4 |
|
|
|
1 |
+
_target_: flow_modules.aiflows.JarvisFlowModule.UpdatePlanAtomicFlow.instantiate_from_default_config
|
2 |
name: "UpdatePlanAtomicFlow"
|
3 |
description: "Writes new plan to plan file"
|
4 |
|