add agent Mia
This commit is contained in:
@@ -24,8 +24,7 @@ directory = os.path.dirname(__file__)
|
||||
sys.path.append(directory + '/../../')
|
||||
|
||||
|
||||
from aios_kernel import AIOS_Version,AgentMsgType,UserConfigItem,AIStorage,Workflow,AIAgent,AgentMsg,AgentMsgStatus,ComputeKernel,OpenAI_ComputeNode,AIBus,AIChatSession,AgentTunnel,TelegramTunnel,CalenderEnvironment,Environment,EmailTunnel,LocalLlama_ComputeNode,Local_Stability_ComputeNode,Stability_ComputeNode,PaintEnvironment
|
||||
from aios_kernel import ContactManager,Contact
|
||||
|
||||
import proxy
|
||||
from aios_kernel import *
|
||||
|
||||
@@ -114,6 +113,10 @@ class AIOS_Shell:
|
||||
|
||||
cm.add_contact(self.username,owenr)
|
||||
|
||||
|
||||
knowledge_env = KnowledgeEnvironment("knowledge")
|
||||
Environment.set_env_by_id("knowledge",knowledge_env)
|
||||
|
||||
cal_env = CalenderEnvironment("calender")
|
||||
await cal_env.start()
|
||||
Environment.set_env_by_id("calender",cal_env)
|
||||
|
||||
Reference in New Issue
Block a user