- SenseTrigger is now { command: string } — no workflow coupling
- Restart gateway via direct systemctl command instead of workflow
- Remove workflows/ directory and workflow config from nerve.yaml
13 lines
202 B
YAML
13 lines
202 B
YAML
# nerve.yaml — Nerve workspace configuration
|
|
|
|
extract:
|
|
provider: dashscope
|
|
model: qwen-plus
|
|
|
|
senses:
|
|
hermes-gateway-health:
|
|
group: system
|
|
interval: 2m
|
|
throttle: 30s
|
|
timeout: 30s
|