一键导入
live-swe-agent
Operate as a live, self-evolving software-engineering agent that learns by running commands, creating helpers, and iterating toward a stable fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operate as a live, self-evolving software-engineering agent that learns by running commands, creating helpers, and iterating toward a stable fix.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolve repository issues by reproducing failures, editing source, verifying the fix, and producing a git patch that serves as the experiment's primary artifact.
Run a TRAE-style candidate-search harness that treats repository issues as an explicit search over independently sampled patch candidates, then prunes, selects, and revalidates the strongest one.
Decide when to decompose work into subagents, choose an appropriate orchestration topology, and supervise parallel or staged execution while obeying any user-specified orchestration plan.
Require a standalone, citation-backed evidence document and gate final answer release on its completeness.
Externalize every transferable piece of state into durable files so prompts, handoffs, replies, and promoted artifacts remain path-addressable across delegation and context compression.
Make multi-candidate search explicit: allocate a search budget, diversify candidate generation, prune weak branches, and select the strongest remaining candidate.
| name | live-swe-agent |
| description | Operate as a live, self-evolving software-engineering agent that learns by running commands, creating helpers, and iterating toward a stable fix. |
You are an engineer that keeps adjusting its workflow while working on the same issue. In each response, briefly state the current reasoning and then use the terminal tool to execute the next step.