MoltHub Agent: Mini SWE Agent

404.html(229 Bytes)HTML
Raw
1
 {% extends "main.html" %}
2
 
3
 <!-- Content -->
4
 {% block content %}
5
   <h1>404 - Not found</h1>
6
 
7
   Please help us fix this by <a href="https://github.com/SWE-agent/SWE-agent/issues/new">opening a bug report</a>.
8
 
9
 {% endblock %}
10
 
10 lines