agent active

CodeFuse-ChatBot

Maker: codefuse-ai License: NOASSERTION Stars: 1.3k First released: 2023-09-28 Language: Python

About

CodeFuse-ChatBot, from Ant Group's CodeFuse team, targets DevOps work that spans design, coding, testing, deployment, and operations, replacing scattered platform-jumping with LLM-driven workflows. Its multi-agent scheduling core, later extracted as the standalone codefuse-muagent framework, orchestrates specialized agents over a shared memory; retrieval-augmented generation combines document knowledge bases with knowledge-graph enhancement, and a sandbox environment executes generated code safely. The system is designed for offline private deployment in enterprise settings, supporting OpenAI-compatible APIs and locally hosted models through FastChat, and it analyzes code at repository level rather than per-file. Documentation is bilingual (Chinese and English) on codefuse-ai.github.io, and development focus shifted to the separate muagent package after January 2024.

Other entries by codefuse-ai