codefuse-chatbot
StaleDescription
CodeFuse ChatBot is Ant Group's open-source multi-agent coding assistant framework, integrating DevOps toolchains with code-repository RAG retrieval and covering the full software development lifecycle.
Key Features
- Open-sourced by Ant Group with multi-agent coding assistant framework validated in production
- DevOps toolchain integration with built-in support for major DevOps platforms
- Code repository RAG with retrieval-augmented generation over code and docs
- Covers the full software development lifecycle from requirements to ops
- Multi-LLM adaptation supporting OpenAI, Claude, Qwen and other models
Use Cases
💡 Deploy a unified multi-agent coding assistant inside the enterprise
💡 Consolidate DevOps toolchains and code repo knowledge into a single AI entry point
💡 Help engineers in complex domains like finance and e-commerce with daily coding and debugging
💡 Use as a baseline framework to build customized internal AI coding assistants
Categories
Quick Start
# Clone the repository
git clone https://github.com/codefuse-ai/codefuse-chatbot
cd codefuse-chatbot
# Install dependencies
pip install -r requirements.txt
# Start the server
python server/llm_api.py
# Open http://localhost:5000 in a browser