Upload 18 files
Browse files- JarvisFlow.py +3 -0
- README.md +3 -0
JarvisFlow.py
CHANGED
|
@@ -25,5 +25,8 @@ class JarvisFlow(AbstractBossFlow):
|
|
| 25 |
- `Planner`: Module used to interactively write plans for Jarvis, the planner is implemented in the JarvisFlow.
|
| 26 |
- `CtrlExMem`: Module used to execute the plan in a controller-executor manner, and update the memory. It is implemented
|
| 27 |
in the JarvisFlow.
|
|
|
|
|
|
|
|
|
|
| 28 |
"""
|
| 29 |
pass
|
|
|
|
| 25 |
- `Planner`: Module used to interactively write plans for Jarvis, the planner is implemented in the JarvisFlow.
|
| 26 |
- `CtrlExMem`: Module used to execute the plan in a controller-executor manner, and update the memory. It is implemented
|
| 27 |
in the JarvisFlow.
|
| 28 |
+
|
| 29 |
+
**The code interpreter of Jarvis (https://huggingface.co/Tachi67/InterpreterFlowModule) relies on open-interpreter (https://github.com/KillianLucas/open-interpreter)
|
| 30 |
+
We are extracting the specific code from open-interpreter because the litellm version of open-interpreter is not compatible with that of the current version of aiflows(v.0.1.7).**
|
| 31 |
"""
|
| 32 |
pass
|
README.md
CHANGED
|
@@ -56,6 +56,9 @@ to make the execution more robust and reliable.
|
|
| 56 |
- `CtrlExMem`: Module used to execute the plan in a controller-executor manner, and update the memory. It is implemented
|
| 57 |
in the JarvisFlow.
|
| 58 |
|
|
|
|
|
|
|
|
|
|
| 59 |
<a id="Controller_JarvisFlow"></a>
|
| 60 |
|
| 61 |
# Controller\_JarvisFlow
|
|
|
|
| 56 |
- `CtrlExMem`: Module used to execute the plan in a controller-executor manner, and update the memory. It is implemented
|
| 57 |
in the JarvisFlow.
|
| 58 |
|
| 59 |
+
**The code interpreter of Jarvis (https://huggingface.co/Tachi67/InterpreterFlowModule) relies on open-interpreter (https://github.com/KillianLucas/open-interpreter)
|
| 60 |
+
We are extracting the specific code from open-interpreter because the litellm version of open-interpreter is not compatible with that of the current version of aiflows(v.0.1.7).**
|
| 61 |
+
|
| 62 |
<a id="Controller_JarvisFlow"></a>
|
| 63 |
|
| 64 |
# Controller\_JarvisFlow
|