diff --git a/docs/my-website/docs/projects/mini-swe-agent.md b/docs/my-website/docs/projects/mini-swe-agent.md new file mode 100644 index 0000000000..525f541899 --- /dev/null +++ b/docs/my-website/docs/projects/mini-swe-agent.md @@ -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/) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 08857ce07b..4a8b6bb228 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -789,6 +789,7 @@ const sidebars = { }, items: [ "projects/smolagents", + "projects/mini-swe-agent", "projects/Docq.AI", "projects/PDL", "projects/OpenInterpreter",