mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-13 09:42:38 +02:00
feat: add actions: plan, write_code_function, pycode_executor.
This commit is contained in:
parent
f57355c889
commit
89f1dce936
9 changed files with 335 additions and 0 deletions
|
|
@ -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)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue