commit Agent Work Cycle frame codes

This commit is contained in:
Liu Zhicong
2023-11-01 19:29:55 -07:00
parent ece56f6a40
commit 5eced91432
8 changed files with 703 additions and 177 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import asyncio
directory = os.path.dirname(__file__)
sys.path.append(directory + '/../src')
from aios_kernel import WorkspaceEnvironment
from aios_kernel import ShellEnvironment
async def test_workflow():
env = WorkspaceEnvironment("test")
env = ShellEnvironment("test")
test_code ="""
import toml