agent-Specialization/config/goal_review.json
JOJO 3154cd8bc6 chore(config): raise goal review timeout to 600s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 09:32:30 +08:00

14 lines
268 B
JSON

{
"name": "goal-review-agent",
"url": "https://opencode.ai/zen/go/v1",
"key": "${API_KEY_DEEPSEEK}",
"model": "deepseek-v4-flash",
"extra_params": {
"thinking": {
"type": "enabled"
}
},
"timeout_seconds": 600,
"max_command_timeout": 60
}