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:
Liu Zhicong
2023-08-27 18:07:33 -07:00
parent 1a6cf1ad7a
commit ccbef2104b
25 changed files with 1011 additions and 198 deletions
-2
View File
@@ -4,8 +4,6 @@
from abc import ABC, abstractmethod
from typing import Callable
from .agent import AgentMsg
class EnvironmentEvent(ABC):
@abstractmethod
def display(self) -> str: