mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 04:22:22 +00:00
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:
@@ -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/)
|
||||
@@ -789,6 +789,7 @@ const sidebars = {
|
||||
},
|
||||
items: [
|
||||
"projects/smolagents",
|
||||
"projects/mini-swe-agent",
|
||||
"projects/Docq.AI",
|
||||
"projects/PDL",
|
||||
"projects/OpenInterpreter",
|
||||
|
||||
Reference in New Issue
Block a user