1Panel 版本:2.1.13
操作系统(设备): ArchLinux
Hermes安装agent后,选择对话——新对话,网页终端中显示报错信息如下:
hermes
hermes@e4e80b34896e:/opt/hermes$ hermes
hermes config: Failed to parse /opt/data/config.yaml: [Errno 13] Permission denied: ‘/opt/data/config.yaml’. Falling back to default config — every user override (auxiliary providers, fallback chain, model settings) is being IGNORED. Fix the YAML and restart.
It looks like Hermes isn’t configured yet – no API keys or providers found.
Run: hermes setup
Run setup now? [Y/n]
从终端进入后检查报错的文件,发现/opt/data/config.yaml权限错误,uid:gid为1000:1000而非hermes:hermes。从docker页面进入root终端手动修改权限后,再回到对话页面,可以正确启动hermes