docs: update Product_Platform_Quick_Start.md

This commit is contained in:
Jerry Z H
2025-04-28 19:32:16 +08:00
parent d008b21f73
commit c61e587be0
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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)