mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-17 16:41:05 +02:00
feat: +task markdown
This commit is contained in:
parent
35372a614b
commit
a221f8cced
3 changed files with 41 additions and 2 deletions
|
|
@ -70,6 +70,7 @@ class WriteTasks(Action):
|
|||
dependencies={system_design_doc.root_relative_path},
|
||||
)
|
||||
await self._update_requirements(task_doc)
|
||||
await self.repo.resources.api_spec_and_task.save_pdf(doc=task_doc)
|
||||
return task_doc
|
||||
|
||||
async def _run_new_tasks(self, context):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue