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 = ""