From d3ee0ddf77892797305a615edb2c1cce5142a6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Fri, 16 Aug 2024 15:52:49 +0800 Subject: [PATCH] Adjust the position of constants --- metagpt/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metagpt/const.py b/metagpt/const.py index a83416cdb..c53e8494a 100644 --- a/metagpt/const.py +++ b/metagpt/const.py @@ -83,7 +83,6 @@ MESSAGE_ROUTE_TO_ALL = "" MESSAGE_ROUTE_TO_NONE = "" MESSAGE_ROUTE_TO_SELF = "" # Add this tag to replace `ActionOutput` -EXPERIENCE_MASK = "" REQUIREMENT_FILENAME = "requirement.txt" BUGFIX_FILENAME = "bugfix.txt" @@ -155,3 +154,6 @@ IMAGES = "images" # SWE agent SWE_SETUP_PATH = get_metagpt_package_root() / "metagpt/tools/swe_agent_commands/setup_default.sh" + +# experience pool +EXPERIENCE_MASK = ""