Skip to content

Commit 80b555b

Browse files
committed
🐛 Update intro text
1 parent a6d0bb5 commit 80b555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/consts/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
DEPLOYMENT_VERSION = os.getenv("DEPLOYMENT_VERSION", "speed")
6868
IS_SPEED_MODE = DEPLOYMENT_VERSION == "speed"
6969
DEFAULT_APP_DESCRIPTION_ZH = "Nexent 是一个开源智能体平台,基于 MCP 工具生态系统,提供灵活的多模态问答、检索、数据分析、处理等能力。"
70-
DEFAULT_APP_DESCRIPTION_EN = "Nexent is an open-source agent SDK and platform, which can convert a single prompt into a complete multi-modal service - without orchestration, without complex drag-and-drop. Built on the MCP tool ecosystem, Nexent provides flexible model integration, scalable data processing, and powerful knowledge base management. Our goal is simple: to integrate data, models, and tools into a central intelligence hub, allowing anyone to easily integrate Nexent into their projects, making daily workflows smarter and more interconnected."
70+
DEFAULT_APP_DESCRIPTION_EN = "Nexent is an open-source agent platform built on the MCP tool ecosystem, providing flexible multi-modal Q&A, retrieval, data analysis, and processing capabilities."
7171
DEFAULT_APP_NAME_ZH = "Nexent 智能体"
7272
DEFAULT_APP_NAME_EN = "Nexent Agent"
7373

0 commit comments

Comments
 (0)