Adjust the position of constants

This commit is contained in:
黄伟韬 2024-08-16 15:52:49 +08:00
parent 70fa7b54ce
commit d3ee0ddf77

View file

@ -83,7 +83,6 @@ MESSAGE_ROUTE_TO_ALL = "<all>"
MESSAGE_ROUTE_TO_NONE = "<none>"
MESSAGE_ROUTE_TO_SELF = "<self>" # Add this tag to replace `ActionOutput`
EXPERIENCE_MASK = "<experience>"
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 = "<experience>"