You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_en.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This project is an open-source AI intelligent assistant, specifically designed f
17
17
18
18
19
19
## 🔔 Updates
20
-
-[2024.01.29] A configurational multi-agent framework, codefuse-muagent, has been open-sourced. For more details, please refer to [codefuse-muagent](sources/readme_docs/coagent/coagent-en.md)
20
+
-[2024.01.29] A configurational multi-agent framework, codefuse-muagent, has been open-sourced. For more details, please refer to [codefuse-muagent](https://codefuse-ai.github.io/docs/api-docs/MuAgent/overview/multi-agent)
21
21
-[2023.12.26] Opening the capability to integrate with open-source private large models and large model interfaces based on FastChat
22
22
-[2023.12.01] Release of Multi-Agent and codebase retrieval functionalities.
23
23
-[2023.11.15] Addition of Q&A enhancement mode based on the local codebase.
@@ -34,13 +34,13 @@ This project is an open-source AI intelligent assistant, specifically designed f
34
34
35
35
💡 The aim of this project is to construct an AI intelligent assistant for the entire lifecycle of software development, covering design, coding, testing, deployment, and operations, through Retrieval Augmented Generation (RAG), Tool Learning, and sandbox environments. It transitions gradually from the traditional development and operations mode of querying information from various sources and operating on standalone, disparate platforms to an intelligent development and operations mode based on large-model Q&A, changing people's development and operations habits.
36
36
37
-
-**🧠 Intelligent Scheduling Core:** Constructed a well-integrated scheduling core system that supports multi-mode one-click configuration, simplifying the operational process. [codefuse-muagent](sources/readme_docs/coagent/coagent-en.md)
37
+
-**🧠 Intelligent Scheduling Core:** Constructed a well-integrated scheduling core system that supports multi-mode one-click configuration, simplifying the operational process. [codefuse-muagent](https://codefuse-ai.github.io/docs/api-docs/MuAgent/overview/multi-agent)
38
38
-**💻 Comprehensive Code Repository Analysis:** Achieved in-depth understanding at the repository level and coding and generation at the project file level, enhancing development efficiency.
39
39
-**📄 Enhanced Document Analysis:** Integrated document knowledge bases with knowledge graphs, providing deeper support for document analysis through enhanced retrieval and reasoning.
40
40
-**🔧 Industry-Specific Knowledge:** Tailored a specialized knowledge base for the DevOps domain, supporting the self-service one-click construction of industry-specific knowledge bases for convenience and practicality.
41
41
-**🤖 Compatible Models for Specific Verticals:** Designed small models specifically for the DevOps field, ensuring compatibility with related DevOps platforms and promoting the integration of the technological ecosystem.
42
42
43
-
🌍 Relying on open-source LLM and Embedding models, this project can achieve offline private deployments based on open-source models. Additionally, this project also supports the use of the OpenAI API.[Access Demo](sources/readme_docs/fastchat-en.md)
43
+
🌍 Relying on open-source LLM and Embedding models, this project can achieve offline private deployments based on open-source models. Additionally, this project also supports the use of the OpenAI API.[Access Demo](https://codefuse-ai.github.io/docs/developer-docs/CodeFuse-ChatBot/master/fastchat)
44
44
45
45
👥 The core development team has been long-term focused on research in the AIOps + NLP domain. We initiated the CodefuseGPT project, hoping that everyone could contribute high-quality development and operations documents widely, jointly perfecting this solution to achieve the goal of "Making Development Seamless for Everyone."
46
46
@@ -68,8 +68,8 @@ This project is an open-source AI intelligent assistant, specifically designed f
68
68
- 💬 **LLM:**:Supports various open-source models and LLM interfaces.
69
69
- 🛠️ **API Management::** Enables rapid integration of open-source components and operational platforms.
70
70
71
-
For implementation details, see: [Technical Route Details](sources/readme_docs/roadmap-en.md)
72
-
71
+
For implementation details, see: [Technical Route Details](https://codefuse-ai.github.io/docs/developer-docs/CodeFuse-ChatBot/master/roadmap)
Or `python start.py` by [old version to start](sources/readme_docs/start-en.md)
123
-
More details about accessing LLM Moldes[More Details...](sources/readme_docs/fastchat.md)
122
+
Or `python start.py` by [old version to start](https://codefuse-ai.github.io/docs/developer-docs/CodeFuse-ChatBot/master/start-detail)
123
+
More details about accessing LLM Moldes[More Details...](https://codefuse-ai.github.io/docs/developer-docs/CodeFuse-ChatBot/master/fastchat)
124
124
<br>
125
125
126
126
## Contribution
127
127
Thank you for your interest in the Codefuse project. We warmly welcome any suggestions, opinions (including criticisms), comments, and contributions to the Codefuse project.
128
128
129
129
Your suggestions, opinions, and comments on Codefuse can be directly submitted through GitHub Issues.
130
130
131
-
There are many ways to participate in the Codefuse project and contribute to it: code implementation, test writing, process tool improvement, documentation enhancement, and more. We welcome any contributions and will add you to our list of contributors. See [contribution guide](sources/readme_docs/contribution/contribute_guide_en.md)
131
+
There are many ways to participate in the Codefuse project and contribute to it: code implementation, test writing, process tool improvement, documentation enhancement, and more. We welcome any contributions and will add you to our list of contributors. See [contribution guide](https://codefuse-ai.github.io/contribution/contribution)
0 commit comments