- Add hello-world workflow generated by workflow-generator
- Add package.json/tsconfig.json to sense-generator
- Update nerve.yaml
小橘 🍊(NEKO Team)
43 lines
816 B
YAML
43 lines
816 B
YAML
# nerve.yaml — Nerve workspace configuration
|
|
senses:
|
|
linux-system-health:
|
|
group: system
|
|
throttle: 10s
|
|
timeout: 15s
|
|
grace_period: null
|
|
hermes-gateway-health:
|
|
group: system
|
|
throttle: 30s
|
|
timeout: 30s
|
|
grace_period: null
|
|
hermes-session-message-stats:
|
|
group: hermes
|
|
throttle: 30s
|
|
timeout: 60s
|
|
grace_period: null
|
|
|
|
workflows:
|
|
sense-generator:
|
|
concurrency: 1
|
|
overflow: drop
|
|
workflow-generator:
|
|
concurrency: 1
|
|
overflow: drop
|
|
pr-summarizer:
|
|
concurrency: 1
|
|
overflow: drop
|
|
hello-world:
|
|
concurrency: 1
|
|
overflow: drop
|
|
|
|
reflexes:
|
|
- kind: sense
|
|
sense: linux-system-health
|
|
interval: 30s
|
|
- kind: sense
|
|
sense: hermes-gateway-health
|
|
interval: 2m
|
|
- kind: sense
|
|
sense: hermes-session-message-stats
|
|
interval: 15m
|