mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
add more components in pipeline
This commit is contained in:
parent
3d18dfe2b5
commit
fdef9c8547
7 changed files with 82 additions and 41 deletions
|
|
@ -84,6 +84,7 @@ class Task(BaseModel):
|
|||
|
||||
|
||||
class Plan(BaseModel):
|
||||
goal: str
|
||||
tasks: list[Task] = []
|
||||
task_map: dict[str, Task] = {}
|
||||
current_task_id = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue