nerve-workspace/nerve.yaml
小橘 dc1e96d8f3 refactor(workflows): rename knowledge-extraction to extract-knowledge
Align WorkflowDefinition name, nerve.yaml, role prompts, and lockfile path with extract-knowledge.

Refs #285

Made-with: Cursor
2026-04-30 13:04:29 +00:00

47 lines
832 B
YAML

# nerve.yaml — Nerve workspace configuration
extract:
provider: dashscope
model: qwen-plus
senses:
linux-system-health:
group: system
interval: 30s
throttle: 10s
timeout: 15s
hermes-gateway-health:
group: system
interval: 2m
throttle: 30s
timeout: 30s
hermes-session-message-stats:
group: hermes
interval: 15m
throttle: 30s
timeout: 60s
worker-process-metrics:
group: system
interval: 1m
throttle: 15s
timeout: 5s
git-workspace-status:
group: workspace
interval: 2m
throttle: 30s
timeout: 15s
workflows:
develop-sense:
concurrency: 1
overflow: queue
develop-workflow:
concurrency: 1
overflow: queue
solve-issue:
concurrency: 1
overflow: queue
extract-knowledge:
concurrency: 1
overflow: queue