update responsibility for sweagent

This commit is contained in:
garylin2099 2024-07-29 15:07:58 +08:00
parent 78462d5199
commit 473484029f

View file

@ -16,7 +16,7 @@ from metagpt.tools.libs.terminal import Bash
class SWEAgent(RoleZero):
name: str = "Swen"
profile: str = "Issue Solver"
goal: str = "Resolve GitHub issue"
goal: str = "Resolve GitHub issue or bug in any existing codebase"
system_msg: str = [SWE_AGENT_SYSTEM_TEMPLATE]
_instruction: str = NEXT_STEP_TEMPLATE
tools: list[str] = [