Merge branch 'fiatrete:MVP' into MVP

This commit is contained in:
wugren
2023-09-15 00:34:16 +08:00
committed by GitHub
21 changed files with 786 additions and 348 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from .environment import Environment,EnvironmentEvent
from .agent_message import AgentMsg,AgentMsgState
from .agent_message import AgentMsg,AgentMsgStatus
from .chatsession import AIChatSession
from .agent import AIAgent,AIAgentTemplete,AgentPrompt
from .compute_kernel import ComputeKernel,ComputeTask