add missing const for img

This commit is contained in:
garylin2099 2024-08-15 14:00:23 +08:00
parent 37f2a41003
commit e0653814a2
2 changed files with 7 additions and 0 deletions

View file

@ -149,6 +149,7 @@ METAGPT_REPORTER_DEFAULT_URL = os.environ.get("METAGPT_REPORTER_URL", "")
# Metadata defines
AGENT = "agent"
IMAGES = "images"
# SWE agent
SWE_SETUP_PATH = get_metagpt_package_root() / "metagpt/tools/swe_agent_commands/setup_default.sh"