Adds format.py scorer supporting four validation modes: - json: validates parseable JSON - markdown: checks for headers (0.5) and lists (0.5) - length: proportional scoring against min/max token bounds - structure: JSON schema validation via jsonschema library Includes 38 passing tests covering all format types, edge cases, and async delegation. |
||
|---|---|---|
| .. | ||
| adapters | ||
| scorers | ||
| __init__.py | ||
| cache.py | ||
| runner.py | ||
| sweep.py | ||