mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 04:12:45 +02:00
feat: rewrite Engineer & WriteCode & WriteCodeReview
This commit is contained in:
parent
438fbe28c0
commit
2032a38542
7 changed files with 152 additions and 180 deletions
|
|
@ -238,3 +238,10 @@ class MessageQueue:
|
|||
logger.warning(f"JSON load failed: {v}, error:{e}")
|
||||
|
||||
return q
|
||||
|
||||
|
||||
class CodingContext(BaseModel):
|
||||
filename: str
|
||||
design_doc: Document
|
||||
task_doc: Document
|
||||
code_doc: Document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue