Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,16 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<div align="center">
|
| 11 |
+
<a href="https://mini-swe-agent.com/latest/"><img src="https://raw.githubusercontent.com/live-swe-agent/live-swe-agent.github.io/refs/heads/main/img/livesweagent.png" alt="mini-swe-agent banner" style="height: 8em"/></a>
|
| 12 |
+
</div>
|
| 13 |
+
|
| 14 |
+
# Live-SWE-agent: live, self-evolving software agent
|
| 15 |
+
|
| 16 |
+
<p align="center">
|
| 17 |
+
<a href="https://live-swe-agent.github.io/"><img src="https://img.shields.io/badge/%F0%9F%8F%86-leaderboard-8A2BE2?style=for-the-badge"></a>
|
| 18 |
+
<a href="https://arxiv.org/abs/2511.13646"><img src="https://img.shields.io/badge/📃-Arxiv-a8324c.svg?style=for-the-badge"></a>
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
Live-SWE-agent is the **first *live*, runtime self-evolving software engineering agent** that expands and revises its own capabilities *on the fly* while working on a real-world issue.
|
| 22 |
+
Our key insight is that **software agents are themselves software systems**, and modern LLM-based agents already possess the intrinsic capability to extend or modify their own behavior at runtime.
|