环境定义 CodeXpert 如何运行任务,包含仓库连接、安装步骤与运行时设置。Documentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
环境控制范围
- 仓库连接与默认分支
- 安装脚本与预装依赖
- 网络访问与运行参数
仓库上下文
每个环境绑定仓库与分支,用于:- 识别任务的仓库来源
- 统一基准分支
- 复用配置
安装与依赖
使用安装脚本配置依赖,保持脚本可重复执行,避免重复运行出错。运营建议
- 建议每个仓库对应一个环境。
- 安装脚本保持简洁明确。
- 工具链变更时同步更新预装依赖。