Lightweight grading toolkit for environment-based tasks.
Project description
Harbor Rewardkit
The Harbor Rewardkit is a lightweight package to define and run verifiers. Rewardkit is designed to be used with the Harbor task format but you can use it on its own.
Installation
uv tool install harbor-rewardkit
Example: Programmatic criteria
# tests/check.py
from rewardkit import criteria
criteria.file_exists("output.txt")
criteria.file_contains("output.txt", "hello")
Example: LLM judge
# tests/quality.toml
[judge]
judge = "anthropic/claude-sonnet-4-6"
files = ["/app/main.py"]
[[criterion]]
description = "Is the code correct?"
type = "binary"
Usage
Add rewardkit to your test.sh file:
# tests/test.sh
uvx harbor-rewardkit@0.1 /tests
See the documentation and a full working example.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file harbor_rewardkit-0.1.2.tar.gz.
File metadata
- Download URL: harbor_rewardkit-0.1.2.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1e3929ff19eb7a22757d41ec73f7812a583180312c5c9d3f024017225547f96
|
|
| MD5 |
e7f4742c0176599a06176bfd4e3a4985
|
|
| BLAKE2b-256 |
fef3d01616150c1b4ce66afedb43c87fec0931b2db1c99e771363842ab2f5180
|
File details
Details for the file harbor_rewardkit-0.1.2-py3-none-any.whl.
File metadata
- Download URL: harbor_rewardkit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c19cc4a312bbf8f139937cfcc05f2e5f4533252cc7518752a1c02d0d7b71da99
|
|
| MD5 |
3651deee507d44d95003a9b7bd402234
|
|
| BLAKE2b-256 |
ee2f8abdbed9c6cbcf85f647385aa78f7375d3b9d44ec8f1c106860e0a8a4321
|