nerve-workspace/nerve.yaml
小橘 d1a2ee876a fix: hermesRun command and tester verdict via llmExtract
- Fix hermes invocation: 'hermes -q' → 'hermes chat -q' with proper flags
- Replace fragile string.includes('PASS') with llmExtract judge
  (previous false positive: matched '--pass-session-id' in usage text)

小橘 🍊(NEKO Team)
2026-04-23 12:20:11 +00:00

42 lines
770 B
YAML

# nerve.yaml — Nerve workspace configuration
senses:
cpu-usage:
group: system
throttle: 5s
timeout: 10s
grace_period: null
linux-system-health:
group: system
throttle: 10s
timeout: 15s
grace_period: null
linux-tcp-socket-stats:
group: system
throttle: 15s
timeout: 10s
grace_period: null
disk-usage-mounts:
group: system
throttle: 10s
timeout: 15s
grace_period: null
workflows:
sense-generator:
concurrency: 1
overflow: drop
reflexes:
- kind: sense
sense: cpu-usage
interval: 10s
- kind: sense
sense: linux-system-health
interval: 30s
- kind: sense
sense: linux-tcp-socket-stats
interval: 1m
- kind: sense
sense: disk-usage-mounts
interval: 1m