whileai 0.68__tar.gz → 0.70__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.
- {whileai-0.68/whileai.egg-info → whileai-0.70}/PKG-INFO +3 -2
- {whileai-0.68 → whileai-0.70}/README.md +1 -1
- {whileai-0.68 → whileai-0.70}/pyproject.toml +7 -3
- {whileai-0.68 → whileai-0.70/whileai.egg-info}/PKG-INFO +3 -2
- {whileai-0.68 → whileai-0.70}/whileai.egg-info/requires.txt +1 -0
- {whileai-0.68 → whileai-0.70}/LICENSE +0 -0
- {whileai-0.68 → whileai-0.70}/MANIFEST.in +0 -0
- {whileai-0.68 → whileai-0.70}/setup.cfg +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/_env.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/auth.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/cli.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/ingest.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/init_evals.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/platform.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/py.typed +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/__main__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/data.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/environment.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/export.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/actionspace.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/adapters.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/agents.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/anthropic_backend.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/coverage.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/diversity.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/embeddings.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/explore.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/generator.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/offline_agent.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/scenarios.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/generate/usage_meter.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/ingest/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/ingest/otel.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/ingest/platform.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/ingest/traces.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/monitor.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/py.typed +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/run/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/run/config.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/run/engine.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/run/rows.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/run/spec.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/schema.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/schemas/row-v1.json +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/agreement.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/audit.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/checklist.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/curriculum.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/delta.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/grade_llm.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/grading.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/grounding.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/hack_scan.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/hygiene.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/judge_trust.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/judging.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/labels.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/llm_judge.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/logprobs.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/markers.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/optimize.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/pairwise.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/passat.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/preflight.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/privileged.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/publish_gate.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/quality.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/reference.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/rubric.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/spec.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/stage.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/stats.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/style.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/score/trace.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/simulation.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/text.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/training.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/base.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/code.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/math.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/structured.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/verify/text.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/world/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/simulations/world/sandbox.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/templates/__init__.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai/templates/evals.py +0 -0
- {whileai-0.68 → whileai-0.70}/whileai.egg-info/SOURCES.txt +0 -0
- {whileai-0.68 → whileai-0.70}/whileai.egg-info/dependency_links.txt +0 -0
- {whileai-0.68 → whileai-0.70}/whileai.egg-info/entry_points.txt +0 -0
- {whileai-0.68 → whileai-0.70}/whileai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: whileai
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.70
|
|
4
4
|
Summary: Post-training data and evaluation for tool-using LLM agents: simulate, grade, measure, select, train, export, with the checks from rlhfbook.com.
|
|
5
5
|
Author: Jacob Weiss
|
|
6
6
|
License: Apache-2.0
|
|
@@ -28,6 +28,7 @@ Requires-Dist: pydantic>=2.0
|
|
|
28
28
|
Provides-Extra: dev
|
|
29
29
|
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
30
30
|
Requires-Dist: pytest-cov>=5.0; extra == "dev"
|
|
31
|
+
Requires-Dist: pytest-xdist>=3.6; extra == "dev"
|
|
31
32
|
Requires-Dist: ruff>=0.12; extra == "dev"
|
|
32
33
|
Requires-Dist: mypy>=1.16; extra == "dev"
|
|
33
34
|
Requires-Dist: types-requests; extra == "dev"
|
|
@@ -36,7 +37,7 @@ Requires-Dist: verifiers>=0.3; (python_version >= "3.11" and python_version < "3
|
|
|
36
37
|
Dynamic: license-file
|
|
37
38
|
|
|
38
39
|
<p align="center">
|
|
39
|
-
<a href="https://
|
|
40
|
+
<a href="https://withwhile.com">
|
|
40
41
|
<picture>
|
|
41
42
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-dark.png">
|
|
42
43
|
<img src="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-light.png" alt="while" width="300">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://withwhile.com">
|
|
3
3
|
<picture>
|
|
4
4
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-dark.png">
|
|
5
5
|
<img src="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-light.png" alt="while" width="300">
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "whileai"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.70"
|
|
8
8
|
description = "Post-training data and evaluation for tool-using LLM agents: simulate, grade, measure, select, train, export, with the checks from rlhfbook.com."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "Apache-2.0"}
|
|
@@ -45,8 +45,8 @@ wai = "whileai.cli:main"
|
|
|
45
45
|
whileai-simulations = "whileai.simulations.score.quality:main"
|
|
46
46
|
|
|
47
47
|
[project.optional-dependencies]
|
|
48
|
-
dev = ["pytest>=8.0", "pytest-cov>=5.0", "
|
|
49
|
-
"types-requests"]
|
|
48
|
+
dev = ["pytest>=8.0", "pytest-cov>=5.0", "pytest-xdist>=3.6", "ruff>=0.12",
|
|
49
|
+
"mypy>=1.16", "types-requests"]
|
|
50
50
|
rl = ["verifiers>=0.3; python_version >= '3.11' and python_version < '3.14'"]
|
|
51
51
|
|
|
52
52
|
[tool.setuptools]
|
|
@@ -68,6 +68,10 @@ namespaces = false
|
|
|
68
68
|
[tool.pytest.ini_options]
|
|
69
69
|
testpaths = ["tests"]
|
|
70
70
|
pythonpath = ["."]
|
|
71
|
+
# One worker per core. The suite is 1,600 small tests with no shared state;
|
|
72
|
+
# serial it takes about three minutes, on four cores about forty seconds.
|
|
73
|
+
# Pass -n0 for a serial run (needed for --pdb and for reading -s output in order).
|
|
74
|
+
addopts = "-n auto"
|
|
71
75
|
|
|
72
76
|
[tool.ruff]
|
|
73
77
|
line-length = 100
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: whileai
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.70
|
|
4
4
|
Summary: Post-training data and evaluation for tool-using LLM agents: simulate, grade, measure, select, train, export, with the checks from rlhfbook.com.
|
|
5
5
|
Author: Jacob Weiss
|
|
6
6
|
License: Apache-2.0
|
|
@@ -28,6 +28,7 @@ Requires-Dist: pydantic>=2.0
|
|
|
28
28
|
Provides-Extra: dev
|
|
29
29
|
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
30
30
|
Requires-Dist: pytest-cov>=5.0; extra == "dev"
|
|
31
|
+
Requires-Dist: pytest-xdist>=3.6; extra == "dev"
|
|
31
32
|
Requires-Dist: ruff>=0.12; extra == "dev"
|
|
32
33
|
Requires-Dist: mypy>=1.16; extra == "dev"
|
|
33
34
|
Requires-Dist: types-requests; extra == "dev"
|
|
@@ -36,7 +37,7 @@ Requires-Dist: verifiers>=0.3; (python_version >= "3.11" and python_version < "3
|
|
|
36
37
|
Dynamic: license-file
|
|
37
38
|
|
|
38
39
|
<p align="center">
|
|
39
|
-
<a href="https://
|
|
40
|
+
<a href="https://withwhile.com">
|
|
40
41
|
<picture>
|
|
41
42
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-dark.png">
|
|
42
43
|
<img src="https://raw.githubusercontent.com/whilehq/whileai-sdk/main/docs/assets/wordmark-light.png" alt="while" width="300">
|
|
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
|
|
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
|