Skip to content

Releases: greynewell/matchspec

v0.1.0

16 Feb 03:07

Choose a tag to compare

matchspec v0.1.0

Initial release of the matchspec evaluation framework.

Features

  • Evaluation Suites: Define structured test suites for evaluating model outputs against expected results
  • Matchers: Built-in matching strategies including exact, contains, prefix, and suffix matchers
  • Runner: Execute evaluation suites and collect results programmatically
  • HTTP API: Serve evaluations over HTTP for integration with external tools and services
  • CLI Entrypoint: Command-line interface powered by mist-go for running evaluations directly from the terminal