Discover and explore top open-source AI tools and projects—updated daily.
JARVIS-XsFramework enables LLM code agents to self-evolve reasoning trajectories
Top 95.6% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> SE-Agent is a self-evolution framework for LLM code agents, enhancing multi-step reasoning by enabling trajectory-level information exchange via Revision, Recombination, and Refinement. This approach expands the search space and escapes local optima, making it ideal for researchers and engineers tackling complex autonomous tasks, particularly in software engineering, where it achieves SOTA performance on SWE-bench Verified.
How It Works
SE-Agent enhances LLM agent problem-solving through three core self-evolution operations. Revision uses failure-driven reflection to generate architecturally orthogonal strategies, addressing fundamental approach limitations. Recombination synthesizes knowledge by merging high-performing segments from different trajectories, creating synergistic effects. Refinement optimizes promising trajectories by removing redundancies and enhancing efficiency, guided by collective exploration history to mitigate blind spots. This iterative process allows agents to transcend individual trajectory limitations.
Quick Start & Requirements
git clone https://github.com/JARVIS-Xs/SE-Agent.git), navigate into the directory, and run pip install -e ...env file (e.g., echo "DEEPSEEK_API_KEY=your_key_here" > .env).python SE/basic_run.py --mode demo).instruction.md.Highlighted Details
.tra file sizes by up to 80%.Maintenance & Community
quantaalpha.ai@gmail.com.https://quantaalpha.github.io.Licensing & Compatibility
Limitations & Caveats
The provided README does not explicitly detail any limitations, alpha status, known bugs, or unsupported platforms.
7 months ago
Inactive
grapeot