docs: Add mini-swe-agent to Projects built on LiteLLM (#16971)

* docs: Add mini-swe-agent to projects page

Add mini-swe-agent to the documentation projects page.
mini-swe-agent is a minimal AI coding agent that resolves >70% of
GitHub issues in SWE-bench, built on LiteLLM for model flexibility.

- Added projects/mini-swe-agent.md documentation
- Updated sidebars.js to include mini-swe-agent in projects list

* docs: Update Singularity to Apptainer in mini-swe-agent.md
This commit is contained in:
Cesar Garcia
2025-11-22 10:45:29 -08:00
committed by GitHub
parent ca2a27c377
commit 6810e0699b
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,17 @@
# mini-swe-agent
**mini-swe-agent** The 100 line AI agent that solves GitHub issues & more.
Key features:
- Just 100 lines of Python - radically simple and hackable
- Uses bash only (no custom tools) for maximum flexibility
- Built on LiteLLM for model flexibility
- Comes with CLI and Python bindings
- Deployable anywhere: local, docker, podman, apptainer
Perfect for researchers, developers who want readable tools, and engineers who need easy deployment.
- [Website](https://mini-swe-agent.com/latest/)
- [GitHub](https://github.com/SWE-agent/mini-swe-agent)
- [Quick Start](https://mini-swe-agent.com/latest/quickstart/)
- [Documentation](https://mini-swe-agent.com/latest/)
+1
View File
@@ -789,6 +789,7 @@ const sidebars = {
},
items: [
"projects/smolagents",
"projects/mini-swe-agent",
"projects/Docq.AI",
"projects/PDL",
"projects/OpenInterpreter",