v0.0.1 - First GitHub release, and adding custom no-code benchmarks.
Summary
This is the first GitHub release in the Quantiles open-source CLI. It adds custom_nocode evaluations, which allow you to build your own evaluations without writing or maintaining any code. For details, please see custom no-code evaluations documentation. To install the Quantiles CLI, please run the below command, then see the quickstart documentation for next steps:
curl -fsSL https://cli.quantiles.io/install.sh | bashWhat's Changed
- skill tweaks by @arschles in #1
- Adding some minor cleanups to the readme by @arschles in #2
- Root AGENTS.md by @phranzia in #4
- move typescript, python, cli by @phranzia in #5
- Lots of minor tweaks to README.md by @arschles in #3
- Minor GH actions cleanups etc by @arschles in #6
- quantiles-os => quantiles, and fixing
Citation.cffby @arschles in #8 - agent.md and other docs tweaks by @arschles in #9
- Adding
qt resumecommand by @arschles in #10 - Marking TypeScript SDK as pre-release by @arschles in #12
- Preparing to publish Python wheel, and moving python examples to
python-examples/top-level dir by @arschles in #13 - [codex] Mention llms.txt in agent docs by @phranzia in #15
- Add info on adding built-in benchmarks by @phranzia in #17
- Minor doc updates by @phranzia in #18
- Replace raw file paths in docs with clear text by @phranzia in #21
- Update README introduction by @phranzia in #23
- Adding a
--versioncommand by @arschles in #44 - Adding GitHub workflow for building/publishing the CLI by @arschles in #22
- Adding upload-beta-install-script logic by @arschles in #46
- Implementing
custom_nocodebenchmarks for deterministic benchmarks by @arschles in #14
New Contributors
Full Changelog: https://github.com/quantiles-evals/quantiles/commits/v0.0.1