Demonstrates using defineConfig() from @agentv/core for typed project-level configuration.
- Creates an
agentv.config.tswithdefineConfig() - Configures execution defaults (workers, retries)
- Sets output format and cost limits
# From repository root
cd examples/features/sdk-config-file
bun install
# Run the evaluation (picks up agentv.config.ts automatically)
agentv eval evals/dataset.eval.yamldefineConfig()— typed configuration with IDE autocomplete- Auto-discovery —
agentv.config.tsfound automatically at project root - Zod validation — config validated at load time with clear errors