Demonstrates core AgentV schema features with minimal setup.
- Core schema:
input,expected_output - File references for content
- Conversation threading with multiple messages
- Array content format (text + file references)
- Multiple evaluators per test case
# From repository root
bun agentv eval examples/features/basic/evals/dataset.eval.yaml
# With specific target
bun agentv eval examples/features/basic/evals/dataset.eval.yaml --target defaultevals/dataset.eval.yaml- Main evaluation file with test casesfiles/*.js- Sample code files referenced in test cases