SE Agent banner
JARVIS-Xs JARVIS-Xs

SE Agent

AI community

Description

SE-Agent is a self-evolution framework for LLM Code agents. It enables trajectory-level evolution to exchange information across reasoning paths via Revision, Recombination, and Refinement, expanding the search space and escaping local optima. On SWE-bench Verified, it achieves SOTA performance

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

SE-Agent Logo

SE-Agent: Self-Evolution Trajectory Optimization in Multi-Step Reasoning with LLM-Based Agents

πŸ† State-of-the-Art Performance on SWE-bench Verified: 80%

Paper SWE-bench License

πŸ“° News

  • 2025.09.19 πŸŽ‰ Excited to announce that our papers have been accepted to NeurIPS 2025 β€” **RepoMaster** as a Spotlight (β‰ˆ3.2%) and **SE-Agent** as a Poster (β‰ˆ24.52%)!
  • 2025.08.28 πŸŽ‰ We open-sourced **RepoMaster** β€” an AI agent that leverages GitHub repos to solve complex real-world tasks.
  • 2025.08.26 πŸŽ‰ We open-sourced **GitTaskBench** β€” a repo-level benchmark & tooling suite for real-world tasks.
  • 2025.08.10 πŸŽ‰ We open-sourced **SE-Agent** β€” a self-evolution trajectory framework for multi-step reasoning.

πŸ”— **Ecosystem**: [RepoMaster](https://github.com/QuantaAlpha/RepoMaster) Β· [GitTaskBench](https://github.com/QuantaAlpha/GitTaskBench) Β· [SE-Agent](https://github.com/JARVIS-Xs/SE-Agent) Β· [Team Homepage](https://quantaalpha.github.io)


🎯 What is SE-Agent?

**SE-Agent** is a **sel