From bfb8a1d687e8b0ff576c558cbda2a014deac182f Mon Sep 17 00:00:00 2001 From: your-username Date: Thu, 4 Jul 2024 16:18:36 +0800 Subject: [PATCH] update: SWE Agent --- metagpt/prompts/di/{swe.py => swe_agent.py} | 0 ...n_sweagent_for_benchmark.py => run_swe_agent_for_benchmark.py} | 0 ...nt_open_source_issue.py => run_swe_agent_open_source_issue.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename metagpt/prompts/di/{swe.py => swe_agent.py} (100%) rename tests/metagpt/roles/di/{run_sweagent_for_benchmark.py => run_swe_agent_for_benchmark.py} (100%) rename tests/metagpt/roles/di/{run_sweagent_open_source_issue.py => run_swe_agent_open_source_issue.py} (100%) diff --git a/metagpt/prompts/di/swe.py b/metagpt/prompts/di/swe_agent.py similarity index 100% rename from metagpt/prompts/di/swe.py rename to metagpt/prompts/di/swe_agent.py diff --git a/tests/metagpt/roles/di/run_sweagent_for_benchmark.py b/tests/metagpt/roles/di/run_swe_agent_for_benchmark.py similarity index 100% rename from tests/metagpt/roles/di/run_sweagent_for_benchmark.py rename to tests/metagpt/roles/di/run_swe_agent_for_benchmark.py diff --git a/tests/metagpt/roles/di/run_sweagent_open_source_issue.py b/tests/metagpt/roles/di/run_swe_agent_open_source_issue.py similarity index 100% rename from tests/metagpt/roles/di/run_sweagent_open_source_issue.py rename to tests/metagpt/roles/di/run_swe_agent_open_source_issue.py