framework code has been completed basicly. Through the use of aios_shell, we are now able to get agents run able (at openai compute node)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from aios_kernel import Workflow
|
||||
|
||||
class WorkflowManager:
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
def initial(self,root_dir:str) -> None:
|
||||
pass
|
||||
|
||||
def get_workflow(self,workflow_id:str) -> Workflow:
|
||||
pass
|
||||
Reference in New Issue
Block a user