Skip to content

工具与扩展 tools.yml

tools.yml 管理工具系统的运行时配置:外部脚本、扩展包、子助手调用。

externalTools — 外部脚本工具

yaml
externalTools:
  enabled: true
  timeout: 5000
字段类型默认值说明
enabledbooltrue启用 tools/ 目录下的脚本工具加载
timeoutint5000脚本工具执行超时(毫秒)

expansions — 扩展包

yaml
expansions:
  enabled: true
字段类型默认值说明
enabledbooltrue启用 expansions/ 目录下的 JAR 扩展包加载

callAgent — 子助手调用

yaml
callAgent:
  timeoutSeconds: 1200
字段类型默认值说明
timeoutSecondsint1200助手 A 调用助手 B 的超时(秒)

ArkPilot — Minecraft AI Assistant Plugin