Files
opendan/src/aios/agent/behavior.py
T

4 lines
118 B
Python
Raw Normal View History

# TODO: let agent develolp custmized behavior easily
class AgentBehavior:
def __init__(self) -> None:
pass