feat: add actions: plan, write_code_function, pycode_executor.

This commit is contained in:
刘棒棒 2023-11-21 18:38:41 +08:00
parent f57355c889
commit 89f1dce936
9 changed files with 335 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class Message:
sent_from: str = field(default="")
send_to: str = field(default="")
restricted_to: str = field(default="")
state: str = None # None, done, todo, doing, error
def __str__(self):
# prefix = '-'.join([self.role, str(self.cause_by)])