isolate codes to be restructured in the future

This commit is contained in:
yzlin 2024-02-04 10:45:02 +08:00
parent 3648669bd2
commit 24d2c5c8e6
22 changed files with 35 additions and 29 deletions

View file

@ -2,8 +2,8 @@ import json
from pydantic import BaseModel, Field
from metagpt.actions.ask_review import AskReview, ReviewConst
from metagpt.actions.write_plan import (
from metagpt.actions.ci.ask_review import AskReview, ReviewConst
from metagpt.actions.ci.write_plan import (
WritePlan,
precheck_update_plan_from_rsp,
update_plan_from_rsp,