Z User commited on
Commit
0cebf19
·
1 Parent(s): 3b40213

fix: terminal backend cloud -> local (unknown type error)

Browse files

'cloud' is not a valid terminal backend in hermes-agent.
Valid types: local, docker, ssh, modal, daytona, singularity.
HF Space container = local execution.

Files changed (1) hide show
  1. config.yaml +1 -1
config.yaml CHANGED
@@ -29,6 +29,6 @@ mcp_servers:
29
  env:
30
  MEMPALACE_PALACE_PATH: /data/hermes/palace
31
  terminal:
32
- backend: cloud
33
  timeout: 180
34
  timezone: Asia/Shanghai
 
29
  env:
30
  MEMPALACE_PALACE_PATH: /data/hermes/palace
31
  terminal:
32
+ backend: local
33
  timeout: 180
34
  timezone: Asia/Shanghai