|
7 | 7 | <p align="center">
|
8 | 8 | <a href="README.md"><img src="https://img.shields.io/badge/文档-中文版-yellow.svg" alt="ZH doc"></a>
|
9 | 9 | <a href="README_en.md"><img src="https://img.shields.io/badge/document-English-yellow.svg" alt="EN doc"></a>
|
10 |
| - <img src="https://img.shields.io/github/license/codefuse-ai/CodeFuse-muAgent" alt="License"> |
| 10 | + <a href="LICENSE.md"><img src="https://img.shields.io/badge/license-Apache%202.0-yellow" alt="License"> |
11 | 11 | <a href="https://github.com/codefuse-ai/CodeFuse-muAgent/issues">
|
12 | 12 | <img alt="Open Issues" src="https://img.shields.io/github/issues-raw/codefuse-ai/CodeFuse-muAgent" />
|
13 | 13 | </a>
|
@@ -38,7 +38,7 @@ This framework has been validated in multiple complex DevOps scenarios within An
|
38 | 38 |
|
39 | 39 | 
|
40 | 40 |
|
41 |
| -## 🚀 Quick Start |
| 41 | +## 🚀 QuickStart |
42 | 42 | For complete documentation, see: [CodeFuse-muAgent](https://codefuse.ai/docs/api-docs/MuAgent/overview/multi-agent)
|
43 | 43 | For more [demos](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_examples)
|
44 | 44 |
|
@@ -75,15 +75,15 @@ you can see [docs](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_
|
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| -## Features |
| 78 | +## 🧭 Features |
79 | 79 | - EKG Builder:Through the design of virtual teams, scene intentions, and semantic nodes, you can experience the differences between online and local documentation, or annotated versus unannotated code handover. For a vast amount of existing documents (text, diagrams, etc.), we support intelligent parsing, which is available for one-click import.
|
80 | 80 | - EKG Assets:Through comprehensive KG Schema design—including Intention Nodes, Workflow Nodes, Tool Nodes, and Character Nodes—we can meet various SOP Automation requirements. The inclusion of Tool Nodes in the KG enhances the accuracy of tool selection and parameter filling. Additionally, the incorporation of Characters (whether human or agents) in the KG allows for human-involved process advancement, making it flexible for use in multiplayer text-based games.
|
81 | 81 | - EKG Reasoning:Compared to purely model-based or entirely fix-flow Reasoning, our framework allows LLM to operate under human guidance-flexibility, control, and enabling exploration in unknown scenarios. Additionally, successful exploration experiences can be summarized and documented into KG, minimizing detours for similar issues.
|
82 | 82 | - Diagnose:After KG editing, visual interface allows for quick debugging, and successful Execution path configurations will be automatically documented, which reduces model interactions, accelerates inference, and minimizes LLM Token costs. Additionally, during online execution, we provide comprehensive end-to-end visual monitoring.
|
83 | 83 | - Memory:Unified message pooling design supports categorized message delivery and subscription based on the needs of different scenarios, like multi-agent. Additionally, through message retrievel, rerank and distillation, it facilitates long-context handling, improving the overall question-answer quality.
|
84 | 84 | - ActionSpace:Adhering to Swagger protocol, we provide tool registration, tool categorization, and permission management, facilitating LLM Function Calling. We offer a secure and trustworthy code execution environment, and ensuring precise code generation to meet the demands of various scenarios, including visual plot, numerical calculations, and table editing.
|
85 | 85 |
|
86 |
| -## Contribution |
| 86 | +## 🤗 Contribution |
87 | 87 | We are deeply grateful for your interest in the Codefuse project and warmly welcome any suggestions, opinions (including criticism), comments, and contributions.
|
88 | 88 |
|
89 | 89 | Feel free to raise your suggestions, opinions, and comments directly through GitHub Issues. There are numerous ways to participate in and contribute to the Codefuse project: code implementation, writing tests, process tool improvements, documentation enhancements, etc.
|
|
0 commit comments