[SOTA] Evaluate SWE-agent for autonomous Gitea issue resolution #417

Closed
opened 2026-04-08 11:20:57 +00:00 by Timmy · 0 comments
Owner

From SOTA research Q2 2026.

SWE-agent (19K★) — autonomous software engineering agent that resolves GitHub issues. Could be adapted for Gitea.

Our current approach: custom dispatch scripts send prompts to llama-server. SWE-agent has a proper agent loop with file editing, terminal access, and git workflow built in.

Acceptance Criteria

  • Install swe-agent
  • Configure for Gitea (not GitHub)
  • Test: give it a real issue from the-nexus, see if it produces a valid PR
  • Compare: SWE-agent vs our dispatch-direct.sh approach
  • Can it use llama.cpp as the backend (not just OpenAI/Anthropic)?
From SOTA research Q2 2026. **SWE-agent** (19K★) — autonomous software engineering agent that resolves GitHub issues. Could be adapted for Gitea. Our current approach: custom dispatch scripts send prompts to llama-server. SWE-agent has a proper agent loop with file editing, terminal access, and git workflow built in. ## Acceptance Criteria - [ ] Install swe-agent - [ ] Configure for Gitea (not GitHub) - [ ] Test: give it a real issue from the-nexus, see if it produces a valid PR - [ ] Compare: SWE-agent vs our dispatch-direct.sh approach - [ ] Can it use llama.cpp as the backend (not just OpenAI/Anthropic)?
Timmy self-assigned this 2026-04-08 11:20:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#417