The framework design of the aios kernel has been basically completed, as well as the key logic code centered on workflow.

This commit is contained in:
Liu Zhicong
2023-08-22 17:11:20 -07:00
parent ae09b24cc6
commit 760b0871cd
18 changed files with 496 additions and 98 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ def test_agent():
agent = am.create(agent_templete,"Tracy","Wang","Tracy Wang is my english teacher")
print("Agent Tracy Wang load success!");
print(agent.get_introduce());
#print(agent.get_introduce());
#chat_session = agent.get_default_chat_session("master");
#chat_session.chat("给我讲一个英文笑话!");