benchmax 0.2.1__tar.gz → 0.2.2.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/PKG-INFO +1 -1
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/pyproject.toml +1 -1
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/README.md +3 -1
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/.gitignore +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/README.md +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/pytest.ini +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/auth.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/bundle.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/README.md +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/__init__.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/base/README.md +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/base/__init__.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/base/dataset.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/base/env.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/base/openai_types.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/dataset.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/environment.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/__init__.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/bundled_agent.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/credentials.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/dataset.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/dep_check.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/env.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/harbor/types.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/identity.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/logging.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/envs/shared_types.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/README.md +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/__init__.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/adaptive.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/deterministic.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/diversity.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/judge.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/prompts.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/rubric.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/src/benchmax/rewards/scoring.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/conftest.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/bundle/test_artifact.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/bundle/test_source_capture.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/envs/test_base_dataset.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/envs/test_base_env_group.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/envs/test_contract_types.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/envs/test_environment_group.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/envs/test_example_id.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/fakes/model_server.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/harbor/test_bundled_agent.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/harbor/test_harbor_dataset.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/harbor/test_harbor_env.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/conftest.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_adaptive.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_deterministic.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_diversity.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_diversity_env.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_judge.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_rubric.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/rewards/test_rubric_rewards.py +0 -0
- {benchmax-0.2.1 → benchmax-0.2.2.dev0}/tests/unit/test_auth.py +0 -0
|
@@ -50,6 +50,8 @@ for each rollout, `HarborEnv` gives the task to the configured agent and sandbox
|
|
|
50
50
|
|
|
51
51
|
the rollout request supplies the model endpoint and credential used by the agent. verifier and judge configuration remains separate. because agents usually run inside remote sandboxes, `HarborEnv` requests a publicly reachable model endpoint by default.
|
|
52
52
|
|
|
53
|
+
configure the agent harness with compaction and summarization disabled: training assumes a linear chat history where each model call extends the previous messages. a harness that rewrites its context mid-rollout produces a transcript that cannot be trained on.
|
|
54
|
+
|
|
53
55
|
benchmax owns rollout-group concurrency. `max_concurrent_trials` can additionally cap how many Harbor sandbox trials this environment runs at once.
|
|
54
56
|
|
|
55
57
|
## sandboxes and credentials
|
|
@@ -58,7 +60,7 @@ the Harbor environment configuration selects the sandbox provider. credentials a
|
|
|
58
60
|
|
|
59
61
|
Modal and Daytona currently use explicit `sandbox_credentials`. these values become part of the environment bundle, so use dedicated, revocable credentials rather than personal ones.
|
|
60
62
|
|
|
61
|
-
Harbor verifiers
|
|
63
|
+
Harbor verifiers receive credentials as static environment variables in `TrialVerifierConfig`. the only values injected at rollout time are the model endpoint and API key the agent uses; nothing is injected into the verifier.
|
|
62
64
|
|
|
63
65
|
## bundled custom agents
|
|
64
66
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|