-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Hello, trying out hound and got this error:
Error: Failed after 3 attempts: 10 validation errors for PlanBatch
investigations.0.goal
Field required
For further information visit https://errors.pydantic.dev/2.11/v/missing
Upon running the agent audit.
models:
# Graph building model - needs large context
graph:
# GPT-4.1 WORKS WELL HERE BUT IS VERY EXPENSIVE!
# provider: openai
# model: gpt-4.1
# max_context: 1000000
provider: gemini
model: gemini-2.5-pro
max_context: 1000000
thinking_enabled: true
thinking_budget: -1
# Scout/agent model for exploration
scout:
provider: anthropic
model: claude-3-7-sonnet-latest
max_context: 256000
# reasoning_effort: low
# Strategic thinking model
# For planning and reasoning about security issues
strategist:
provider: anthropic
model: claude-3-7-sonnet-latest
max_context: 256000
plan_reasoning_effort: medium
hypothesize_reasoning_effort: high
# QA model
finalize:
provider: anthropic
model: claude-sonnet-4-20250514
reasoning_effort: high
# No max_context specified - will use global default
# reasoning_effort: medium # Options: low, medium, high (GPT-5 models only)
# Reporting model
reporting:
provider: anthropic
model: claude-sonnet-4-20250514
# No max_context specified - will use global default
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels