1) Improve aios_shell experience, 2) Add 2 formula build-in agents

This commit is contained in:
Liu Zhicong
2023-09-18 00:40:37 -07:00
parent 39008ec4db
commit 5a26b9614c
6 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class UserConfig:
if config_item.value is None:
return config_item.default_value
return config_item.value
return config_item.value,config_item
def set_user_config(self,key:str,value:Any) -> None:
config_item = self.config_table.get(key)