Files
gyxx-flow/workbench/cordis.template.yml

23 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GYXX 智能工作台 —— dsh Web 组合补丁(模板)。
# 启动脚本会把 __WORKBENCH_DIR__ / __PROJECT_ROOT__ 渲染为绝对路径后生成
# cordis.local.yml,再通过 `dsh web --patch workbench/cordis.local.yml` 加载。
# 不要直接手工使用本文件:dsh 要求插件路径为绝对路径(Windows 上必须是 file:// URL)。
- insert:
- id: gyxx-workbench
name: '__WORKBENCH_DIR__/plugin/gyxx-workbench.mjs'
config:
# gyxx 控制台 HTTP APIgyxx console,默认 8765 端口)
consoleBaseUrl: 'http://127.0.0.1:8765'
# 访问令牌:缺省读取进程环境变量 GYXX_CONSOLE_TOKEN
# consoleToken: ''
# 侧边栏面板桥接服务(本机回环)
bridgeHost: '127.0.0.1'
bridgePort: 8790
# 失败监控轮询间隔(毫秒)
pollIntervalMs: 30000
# 发现失败时是否自动创建诊断会话(默认 false,只在面板弹告警)
autoDiagnose: false
# 智能体会话的工作目录(数据根目录下的日志可用文件工具直接查看)
projectRoot: '__PROJECT_ROOT__'