mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
feat: rfc243
This commit is contained in:
parent
b71af7b46a
commit
4dfe6ef26f
5 changed files with 77 additions and 42 deletions
|
|
@ -90,10 +90,7 @@ Given the user requirement of "User Requirements", write out the software framew
|
|||
## User Requirements
|
||||
{user_requirements}
|
||||
"""
|
||||
env.publish_message(
|
||||
UserMessage(content=msg.format(user_requirements="\n".join(user_requirements)), send_to="Bob"),
|
||||
user_defined_recipient="Bob",
|
||||
)
|
||||
env.publish_message(UserMessage(content=msg.format(user_requirements="\n".join(user_requirements))))
|
||||
|
||||
while not env.is_idle:
|
||||
await env.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue