mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
update responsibility for sweagent
This commit is contained in:
parent
78462d5199
commit
473484029f
1 changed files with 1 additions and 1 deletions
|
|
@ -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] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue