mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
update basic code for serialize
This commit is contained in:
parent
949bc747f9
commit
c8570036fc
14 changed files with 270 additions and 246 deletions
|
|
@ -60,7 +60,7 @@ SWAGGER_PATH = UT_PATH / "files/api/"
|
|||
UT_PY_PATH = UT_PATH / "files/ut/"
|
||||
API_QUESTIONS_PATH = UT_PATH / "files/question/"
|
||||
|
||||
SERDES_PATH = DEFAULT_WORKSPACE_ROOT / "storage" # TODO to store `storage` under the individual generated project
|
||||
SERDESER_PATH = DEFAULT_WORKSPACE_ROOT / "storage" # TODO to store `storage` under the individual generated project
|
||||
|
||||
TMP = METAGPT_ROOT / "tmp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue