4 lines
118 B
Python
4 lines
118 B
Python
# TODO: let agent develolp custmized behavior easily
|
|
class AgentBehavior:
|
|
def __init__(self) -> None:
|
|
pass |