diff --git a/docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Quick_Start.md b/docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Quick_Start.md index 1c1af0b3..825c91fd 100644 --- a/docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Quick_Start.md +++ b/docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Quick_Start.md @@ -8,7 +8,7 @@ In this section, we will show you how to: ## Environment and Application Engineering Preparation ### Application Engineering Preparation -We have placed the sample of product module within the sample_standard_app project of agentUniverse. You can access and view them [here](../../../../../examples/sample_standard_app/platform/difizen/product). These modules can be configured in the background using YAML file, and additionally, the functions can be automatically created and managed via the product page. +We have placed the sample of product module within the sample_standard_app project of agentUniverse. You can access and view them [here](../../../../../examples/sample_apps/difizen_app). These modules can be configured in the background using YAML file, and additionally, the functions can be automatically created and managed via the product page. ### Installing Dependencies @@ -34,7 +34,7 @@ Of course, when utilizing the agent, you need to preconfigure the various LLM mo ## Using the agentUniverse Product Platform ### Starting the Product Service -To start the product service with a single click, run the [product_application](../../../../../examples/sample_standard_app/bootstrap/platform/product_application.py) file located in `sample_standard_app/bootstrap/platform` . +To start the product service with a single click, run the [product_application](../../../../../examples/sample_apps/difizen_app/bootstrap/platform/product_application.py) file located in `sample_standard_app/bootstrap/platform` . ![img.png](../../../_picture/product_start.png) Upon successful initiation, it will automatically redirect you to the product homepage, which features system presets as well as your customized Agent, Tool and Knowledge product modules. diff --git a/docs/guidebook/zh/How-to/画布式研发平台使用/画布式研发平台快速开始.md b/docs/guidebook/zh/How-to/画布式研发平台使用/画布式研发平台快速开始.md index 34607375..7e4d00f3 100644 --- a/docs/guidebook/zh/How-to/画布式研发平台使用/画布式研发平台快速开始.md +++ b/docs/guidebook/zh/How-to/画布式研发平台使用/画布式研发平台快速开始.md @@ -7,7 +7,7 @@ ## 环境与应用工程准备 ### 应用工程准备 -我们将**产品化模块样例**放在了agentUniverse的sample_standard_app工程中,你可以到 [这里](../../../../../examples/sample_standard_app/platform/difizen/product) 查看。这部分可以在后台通过yaml配置,当然通过产品页面可以自动创建和管理这些功能。 +我们将**产品化模块样例**放在了agentUniverse的sample_apps/difizen_app工程中,你可以到 [这里](../../../../../examples/sample_apps/difizen_app) 查看。这部分可以在后台通过yaml配置,当然通过产品页面可以自动创建和管理这些功能。 ### 安装依赖 **通过pip安装** @@ -32,7 +32,7 @@ product = ['sample_standard_app.platform.difizen.product'] ## 使用agentUniverse产品化平台 ### 启动产品化服务 -运行sample_standard_app/bootstrap下的[product_application](../../../../../examples/sample_standard_app/bootstrap/platform/product_application.py)文件,一键启动。 +运行sample_standard_app/bootstrap下的[product_application](../../../../../examples/sample_apps/difizen_app/bootstrap/platform/product_application.py)文件,一键启动。 ![img.png](../../../_picture/product_start.png)