Open source is the path to autonomous AI-powered Software Engineers.
Several companies are trying to build "AI Software Engineers", but now that we have an open-source framework, things will get crazy!
→ (Everyone who's mentioned they'd want a coding agent but can't use what's out there, you can build your own using SWE-Kit, and it's not hard!)
SWE-Kit was just released by @composiohq. It's fully open-source, customizable, and simple to use.
An agent that was built using SWE-Kit became the #1 open-source coding agent in SWEBench benchmarking (verified).
Here are some highlights of SWE-Kit:
? You can use any LLM you want (Llama 3, ChatGPT, Claude, etc.)
? You can customize the prompts.
? You can connect it to any agentic framework (@llama_index, @LangChainAI, etc.)
? You can extend it with a bunch of different tools.
? Available in Python and JavaScript.
? It implements agentic tools like Code RAG, Code Analyser, and a Code LSP to interact with any codebase seamlessly.
The best part:
You can run SWE-Kit on your computer in a Docker container. It takes no time to get it working, and then you can have fun customizing every piece of it.
Here is a link to their page: https://lnkd.in/g6uremyA
There. you'll find a few examples you can use right away:
1. A Software Engineer agent
2. A code analysis agent
3. A GitHub PR agent
Things are about to get crazy!