whileai 0.68__tar.gz → 0.69__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.
Files changed (95) hide show
  1. {whileai-0.68/whileai.egg-info → whileai-0.69}/PKG-INFO +2 -1
  2. {whileai-0.68 → whileai-0.69}/pyproject.toml +7 -3
  3. {whileai-0.68 → whileai-0.69/whileai.egg-info}/PKG-INFO +2 -1
  4. {whileai-0.68 → whileai-0.69}/whileai.egg-info/requires.txt +1 -0
  5. {whileai-0.68 → whileai-0.69}/LICENSE +0 -0
  6. {whileai-0.68 → whileai-0.69}/MANIFEST.in +0 -0
  7. {whileai-0.68 → whileai-0.69}/README.md +0 -0
  8. {whileai-0.68 → whileai-0.69}/setup.cfg +0 -0
  9. {whileai-0.68 → whileai-0.69}/whileai/__init__.py +0 -0
  10. {whileai-0.68 → whileai-0.69}/whileai/_env.py +0 -0
  11. {whileai-0.68 → whileai-0.69}/whileai/auth.py +0 -0
  12. {whileai-0.68 → whileai-0.69}/whileai/cli.py +0 -0
  13. {whileai-0.68 → whileai-0.69}/whileai/ingest.py +0 -0
  14. {whileai-0.68 → whileai-0.69}/whileai/init_evals.py +0 -0
  15. {whileai-0.68 → whileai-0.69}/whileai/platform.py +0 -0
  16. {whileai-0.68 → whileai-0.69}/whileai/py.typed +0 -0
  17. {whileai-0.68 → whileai-0.69}/whileai/simulations/__init__.py +0 -0
  18. {whileai-0.68 → whileai-0.69}/whileai/simulations/__main__.py +0 -0
  19. {whileai-0.68 → whileai-0.69}/whileai/simulations/data.py +0 -0
  20. {whileai-0.68 → whileai-0.69}/whileai/simulations/environment.py +0 -0
  21. {whileai-0.68 → whileai-0.69}/whileai/simulations/export.py +0 -0
  22. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/__init__.py +0 -0
  23. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/actionspace.py +0 -0
  24. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/adapters.py +0 -0
  25. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/agents.py +0 -0
  26. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/anthropic_backend.py +0 -0
  27. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/coverage.py +0 -0
  28. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/diversity.py +0 -0
  29. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/embeddings.py +0 -0
  30. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/explore.py +0 -0
  31. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/generator.py +0 -0
  32. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/offline_agent.py +0 -0
  33. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/scenarios.py +0 -0
  34. {whileai-0.68 → whileai-0.69}/whileai/simulations/generate/usage_meter.py +0 -0
  35. {whileai-0.68 → whileai-0.69}/whileai/simulations/ingest/__init__.py +0 -0
  36. {whileai-0.68 → whileai-0.69}/whileai/simulations/ingest/otel.py +0 -0
  37. {whileai-0.68 → whileai-0.69}/whileai/simulations/ingest/platform.py +0 -0
  38. {whileai-0.68 → whileai-0.69}/whileai/simulations/ingest/traces.py +0 -0
  39. {whileai-0.68 → whileai-0.69}/whileai/simulations/monitor.py +0 -0
  40. {whileai-0.68 → whileai-0.69}/whileai/simulations/py.typed +0 -0
  41. {whileai-0.68 → whileai-0.69}/whileai/simulations/run/__init__.py +0 -0
  42. {whileai-0.68 → whileai-0.69}/whileai/simulations/run/config.py +0 -0
  43. {whileai-0.68 → whileai-0.69}/whileai/simulations/run/engine.py +0 -0
  44. {whileai-0.68 → whileai-0.69}/whileai/simulations/run/rows.py +0 -0
  45. {whileai-0.68 → whileai-0.69}/whileai/simulations/run/spec.py +0 -0
  46. {whileai-0.68 → whileai-0.69}/whileai/simulations/schema.py +0 -0
  47. {whileai-0.68 → whileai-0.69}/whileai/simulations/schemas/row-v1.json +0 -0
  48. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/__init__.py +0 -0
  49. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/agreement.py +0 -0
  50. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/audit.py +0 -0
  51. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/checklist.py +0 -0
  52. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/curriculum.py +0 -0
  53. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/delta.py +0 -0
  54. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/grade_llm.py +0 -0
  55. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/grading.py +0 -0
  56. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/grounding.py +0 -0
  57. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/hack_scan.py +0 -0
  58. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/hygiene.py +0 -0
  59. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/judge_trust.py +0 -0
  60. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/judging.py +0 -0
  61. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/labels.py +0 -0
  62. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/llm_judge.py +0 -0
  63. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/logprobs.py +0 -0
  64. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/markers.py +0 -0
  65. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/optimize.py +0 -0
  66. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/pairwise.py +0 -0
  67. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/passat.py +0 -0
  68. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/preflight.py +0 -0
  69. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/privileged.py +0 -0
  70. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/publish_gate.py +0 -0
  71. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/quality.py +0 -0
  72. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/reference.py +0 -0
  73. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/rubric.py +0 -0
  74. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/spec.py +0 -0
  75. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/stage.py +0 -0
  76. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/stats.py +0 -0
  77. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/style.py +0 -0
  78. {whileai-0.68 → whileai-0.69}/whileai/simulations/score/trace.py +0 -0
  79. {whileai-0.68 → whileai-0.69}/whileai/simulations/simulation.py +0 -0
  80. {whileai-0.68 → whileai-0.69}/whileai/simulations/text.py +0 -0
  81. {whileai-0.68 → whileai-0.69}/whileai/simulations/training.py +0 -0
  82. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/__init__.py +0 -0
  83. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/base.py +0 -0
  84. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/code.py +0 -0
  85. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/math.py +0 -0
  86. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/structured.py +0 -0
  87. {whileai-0.68 → whileai-0.69}/whileai/simulations/verify/text.py +0 -0
  88. {whileai-0.68 → whileai-0.69}/whileai/simulations/world/__init__.py +0 -0
  89. {whileai-0.68 → whileai-0.69}/whileai/simulations/world/sandbox.py +0 -0
  90. {whileai-0.68 → whileai-0.69}/whileai/templates/__init__.py +0 -0
  91. {whileai-0.68 → whileai-0.69}/whileai/templates/evals.py +0 -0
  92. {whileai-0.68 → whileai-0.69}/whileai.egg-info/SOURCES.txt +0 -0
  93. {whileai-0.68 → whileai-0.69}/whileai.egg-info/dependency_links.txt +0 -0
  94. {whileai-0.68 → whileai-0.69}/whileai.egg-info/entry_points.txt +0 -0
  95. {whileai-0.68 → whileai-0.69}/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.68
3
+ Version: 0.69
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"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "whileai"
7
- version = "0.68"
7
+ version = "0.69"
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", "ruff>=0.12", "mypy>=1.16",
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.68
3
+ Version: 0.69
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"
@@ -4,6 +4,7 @@ pydantic>=2.0
4
4
  [dev]
5
5
  pytest>=8.0
6
6
  pytest-cov>=5.0
7
+ pytest-xdist>=3.6
7
8
  ruff>=0.12
8
9
  mypy>=1.16
9
10
  types-requests
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