Custom Graders
Write your own grading functions to implement custom evaluation logic.
Custom graders let you implement domain-specific evaluation, parse complex formats, and apply custom scoring algorithms.
Basic Structure
Example: JSON Validation
Registration
Custom graders are automatically registered when you import them in your suite’s setup script or custom evaluators file.
Configuration
Next Steps
- Tool Graders - Built-in grading functions
- Graders Concept - Understanding graders
- Example Custom Graders - See examples in the letta-evals repo