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.md
+28-23Lines changed: 28 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,28 @@
14
14
<br><br>
15
15
</p>
16
16
17
-
18
-
19
17
## 🔔 News
18
+
20
19
-[2024.10.28] The release of muAgent V2.1, which offers one-click deployment capabilities, including KG-based agent orchestration, Java-based tool and agent registration and management, as well as a user-friendly drag-and-drop front-end product UI.
21
20
-[2024.09.05] we release muAgent v2.0: An Innovative Agent Framework Driven By KG Engine.
22
21
-[2024.04.01] muAgent is now open source, focusing on multi-agent orchestration and collaborating with technologies such as FunctionCall, RAG, and CodeInterpreter.
23
22
24
-
25
23
## 📜 Contents
26
-
-[🤝 Introduction](#-Introduction)
27
-
-[🚀 QuickStart](#-QuickStart)
28
-
-[🧭 Features](#-Features)
29
-
-[🤗 Contribution](#-Contribution)
30
-
-[🗂 Miscellaneous](#-Miscellaneous)
31
-
-[📱 Contact Us](#-Contact-Us)
32
24
25
+
-[muAgent: An Innovative Agent Framework Driven by KG Engine](#muagent-an-innovative-agent-framework-driven-by-kg-engine)
26
+
-[🔔 News](#-news)
27
+
-[📜 Contents](#-contents)
28
+
-[🤝 Introduction](#-introduction)
29
+
-[🚀 QuickStart](#-quickstart)
30
+
-[EKG Services](#ekg-services)
31
+
-[SDK](#sdk)
32
+
-[🧭 Features](#-features)
33
+
-[🤗 Contribution](#-contribution)
34
+
-[🗂 Miscellaneous](#-miscellaneous)
35
+
-[📱 Contact Us](#-contact-us)
33
36
34
37
## 🤝 Introduction
38
+
35
39
<palign="justify">
36
40
A brand new Agent Framework driven by LLM and EKG(Eventic Knowledge Graph, Industry Knowledge Carrier),collaboratively utilizing MultiAgent, FunctionCall, CodeInterpreter, etc. Through canvas-based drag-and-drop and simple text writing, the large language model can assists you in executing various complex SOP under human guidance. It is compatbile with existing frameworks on the market and can achieve four core differentiating technical functions: Complex Reasoning, Online Collaboration, Human Interaction, Knowledge On-demand.
37
41
This framework has been validated in multiple complex DevOps scenarios within Ant Group. At the sametime, come and experience the Undercover game we quickly built!
@@ -41,9 +45,9 @@ This framework has been validated in multiple complex DevOps scenarios within An
41
45
</div>
42
46
43
47
## 🚀 QuickStart
44
-
For complete documentation, see: [CodeFuse-muAgent](https://codefuse.ai/docs/api-docs/MuAgent/overview/multi-agent)
45
-
For more [demos](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_examples)
46
48
49
+
For complete documentation, see: [CodeFuse-muAgent](https://codefuse.ai/docs/api-docs/MuAgent/overview/multi-agent).
50
+
For more examples, see [demos](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_examples).
47
51
48
52
### EKG Services
49
53
@@ -60,32 +64,31 @@ docker network create ekg-net
60
64
61
65
# step4. start all container services, it might cost some time
62
66
# after starting all services, open https://localhost:8000
Now is beta version. Once the v1.0+ version is enhanced, we will release v1.0+ image for download.
71
75
72
76
To Be Continued!
73
77
78
+
### SDK
74
79
75
-
76
-
### SDK
77
80
We also provide a version of the SDK for using muagent.
78
-
1. Installation
79
-
```
80
-
pip install codefuse-muagent
81
-
```
82
81
83
-
2. Code answer Prepare related llm and embedding model configurations
84
-
you can see [docs](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_examples) and [~/examples](https://github.com/codefuse-ai/CodeFuse-muAgent/tree/main/examples)
82
+
1. Installation
85
83
84
+
```bash
85
+
pip install codefuse-muagent
86
+
```
86
87
88
+
2. For Code answer Prepare related llm and embedding model configurations, see [ocs](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_examples) and [examples](https://github.com/codefuse-ai/CodeFuse-muAgent/tree/main/examples).
87
89
88
90
## 🧭 Features
91
+
89
92
- **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.
90
93
- **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 forhuman-involved process advancement, making it flexible for usein multiplayer text-based games.
91
94
- **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.
@@ -94,15 +97,17 @@ you can see [docs](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_
94
97
- **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.
95
98
96
99
## 🤗 Contribution
100
+
97
101
Thank you foryour interestin the muAgent project! We genuinely appreciate your feedback and invite you to share your suggestions, insights (including constructive criticism), and contributions.
98
102
99
103
To facilitate this process, we encourage you to submit your feedback directly through GitHub Issues. There are numerous ways to engage with and contribute to the muAgent project, including code implementation, test development, documentation enhancements, and more.
100
104
101
105
We welcome all forms of contributions and look forward to recognizing your efforts by adding you to our list of contributors. For more details, please refer to our [Contribution Guide](https://codefuse-ai.github.io/contribution/contribution).
0 commit comments