File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Run python `deploy.py` for deployment on Volcengine FaaS platform.
5454
5555``` bash
5656└── veadk-cloud-proj
57- ├── config.yaml.example # 定义环境变量
57+ ├── config.yaml.full # 定义环境变量
5858 ├── deploy.py # 部署脚本
5959 └── src
6060 ├── agent.py # agent 运行时数据导出
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ uv pip install -e .
4545
4646## 配置
4747
48- VeADK 在仓库中提供了一个示例配置文件` config.yaml.example ` ,其中标明了一个智能体运行的必需(required)配置和可选(optional)配置。您可以基于该示例文件,在项目根目录下创建实际使用的配置文件` config.yaml ` 。VeADK 中的配置模块将自动查找并加载该文件内容,并将其中的配置项映射为运行时环境变量,从而帮助您省去环境配置的时间。
48+ VeADK 在仓库中提供了一个示例配置文件` config.yaml.full ` ,其中标明了一个智能体运行的必需(required)配置和可选(optional)配置。您可以基于该示例文件,在项目根目录下创建实际使用的配置文件` config.yaml ` 。VeADK 中的配置模块将自动查找并加载该文件内容,并将其中的配置项映射为运行时环境变量,从而帮助您省去环境配置的时间。
4949
50- 完整的配置项可以参考[ ` config.yaml.example ` 文件] ( https://github.com/volcengine/veadk-python/blob/main/config.yaml.example ) 。
50+ 完整的配置项可以参考[ ` config.yaml.full ` 文件] ( https://github.com/volcengine/veadk-python/blob/main/config.yaml.full ) 。
5151
5252### 说明
5353
You can’t perform that action at this time.
0 commit comments