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
+7
View File
@@ -0,0 +1,7 @@
from .environment import environment,environment_event
from .agent import agent_msg,ai_agent,ai_agent_templete
from .compute_kernel import compute_kernel,compute_task
from .compute_node import compute_node,local_compute_node
from .open_ai_node import open_ai_compute_node
from .role import ai_role,ai_role_group
from .workflow import ai_workflow