Skip to content

Commit 6c51c98

Browse files
authored
Merge pull request #100 from codefuse-ai/muagent_dev
[docs]update readme about new version and wechat figures
2 parents 0ce456b + 6c864a0 commit 6c51c98

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
## 🔔 News
18-
18+
- [2025.01.13] Released muAgent v2.2, providing muAgent-sdk v0.1.0, supporting ekg-sdk and parallel execution of ekg.
1919
- [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.
2020
- [2024.09.05] we release muAgent v2.0: An Innovative Agent Framework Driven By KG Engine.
2121
- [2024.04.01] muAgent is now open source, focusing on multi-agent orchestration and collaborating with technologies such as FunctionCall, RAG, and CodeInterpreter.

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
## 🔔 更新
18-
18+
- [2025.01.13] 发布 muAgent v2.2, 提供muAgent-sdk v0.1.0,支持 ekg-sdk 和 ekg并行执行。
1919
- [2024.11.06] 量子位公众号专题报道:[文章链接](https://mp.weixin.qq.com/s/di_joj2NInGAGNqjDIsleA )
2020
- [2024.10.28] 发布 muAgent v2.1,提供一键式部署能力,包括基于 KG 的 Agent 编排、基于 Java 的工具/Agent 注册和管理、可拖拉拽编辑的前端产品 UI
2121
- [2024.09.05] 发布 muAgent v2.0 - EKG:一款由知识图谱引擎驱动的创新 Agent 产品框架

docs/resources/wechat.png

-48 KB
Loading

muagent/service/ekg_construct/ekg_construct_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
do_init: bool = False,
6565
kb_root_path: str = KB_ROOT_PATH,
6666
initialize_space=True,
67-
clear_history_data=True
67+
clear_history_data=False
6868
):
6969

7070
self.db_config = db_config

0 commit comments

Comments
 (0)