1.Can use aios_shell from new jarvis telgram bot right now

2.Update MVP plan2.md
3.Refactor function support
This commit is contained in:
Liu Zhicong
2023-09-10 12:01:45 -07:00
parent 15dd600fdb
commit 6b45cb9570
7 changed files with 782 additions and 11 deletions
+4 -2
View File
@@ -1,4 +1,3 @@
import logging
import asyncio
import json
@@ -412,7 +411,10 @@ class Workflow:
def _get_function_prompt(self,role_name:str) -> AgentPrompt:
pass
# system functions
# env functions
# user install functions
pass
def _get_knowlege_prompt(self,role_name:str) -> AgentPrompt:
pass