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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| embedding.py | ||
| format.py | ||