mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
Adjust the position of constants
This commit is contained in:
parent
70fa7b54ce
commit
d3ee0ddf77
1 changed files with 3 additions and 1 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue