fix:const.py add CONFIG_ROOT

This commit is contained in:
zhanglei 2024-04-03 10:31:47 +08:00
parent e6b7ae8a2b
commit 8b8ab513a8

View file

@ -47,7 +47,7 @@ def get_metagpt_root():
# METAGPT PROJECT ROOT AND VARS
CONFIG_ROOT = Path.home() / ".metagpt"
METAGPT_ROOT = get_metagpt_root() # Dependent on METAGPT_PROJECT_ROOT
DEFAULT_WORKSPACE_ROOT = METAGPT_ROOT / "workspace"