nerve-workspace/nerve.yaml
小橘 7bfb24c2c1 feat: add workflow-generator meta-workflow (Issue #99)
4-role workflow (analyst → architect → coder → reviewer) that generates
new workflows from natural language descriptions. Uses cursorAgent for
analysis/design/code generation and llmExtract for structured extraction.

小橘 🍊(NEKO Team)
2026-04-25 04:18:57 +00:00

40 lines
763 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
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