wisent 0.5.13__tar.gz → 0.5.14__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.

Potentially problematic release.


This version of wisent might be problematic. Click here for more details.

Files changed (303) hide show
  1. {wisent-0.5.13 → wisent-0.5.14}/PKG-INFO +1 -1
  2. wisent-0.5.14/wisent/__init__.py +1 -0
  3. wisent-0.5.14/wisent/core/agent/__init__.py +1 -0
  4. wisent-0.5.14/wisent/core/agent/diagnose/__init__.py +1 -0
  5. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/PKG-INFO +1 -1
  6. wisent-0.5.13/wisent/__init__.py +0 -1
  7. wisent-0.5.13/wisent/core/agent/__init__.py +0 -18
  8. wisent-0.5.13/wisent/core/agent/diagnose/__init__.py +0 -55
  9. {wisent-0.5.13 → wisent-0.5.14}/LICENSE +0 -0
  10. {wisent-0.5.13 → wisent-0.5.14}/README.md +0 -0
  11. {wisent-0.5.13 → wisent-0.5.14}/pyproject.toml +0 -0
  12. {wisent-0.5.13 → wisent-0.5.14}/setup.cfg +0 -0
  13. {wisent-0.5.13 → wisent-0.5.14}/setup.py +0 -0
  14. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/__init__.py +0 -0
  15. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/__init__.py +0 -0
  16. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/activations.py +0 -0
  17. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/activations_collector.py +0 -0
  18. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/core/__init__.py +0 -0
  19. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/core/atoms.py +0 -0
  20. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/activations/prompt_construction_strategy.py +0 -0
  21. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/budget.py +0 -0
  22. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/device_benchmarks.py +0 -0
  23. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/agent_classifier_decision.py +0 -0
  24. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/classifier_marketplace.py +0 -0
  25. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/create_classifier.py +0 -0
  26. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/response_diagnostics.py +0 -0
  27. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/select_classifiers.py +0 -0
  28. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/synthetic_classifier_option.py +0 -0
  29. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/tasks/__init__.py +0 -0
  30. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/tasks/task_manager.py +0 -0
  31. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/tasks/task_relevance.py +0 -0
  32. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/tasks/task_selector.py +0 -0
  33. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose/test_synthetic_classifier.py +0 -0
  34. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/diagnose.py +0 -0
  35. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/steer.py +0 -0
  36. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/agent/timeout.py +0 -0
  37. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/autonomous_agent.py +0 -0
  38. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/benchmark_extractors.py +0 -0
  39. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/bigcode_integration.py +0 -0
  40. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/branding.py +0 -0
  41. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/__init__.py +0 -0
  42. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/create_steering_vector.py +0 -0
  43. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/evaluate_responses.py +0 -0
  44. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/generate_pairs.py +0 -0
  45. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/generate_pairs_from_task.py +0 -0
  46. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/generate_responses.py +0 -0
  47. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/generate_vector_from_synthetic.py +0 -0
  48. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/generate_vector_from_task.py +0 -0
  49. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/get_activations.py +0 -0
  50. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/optimize_classification.py +0 -0
  51. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/optimize_steering.py +0 -0
  52. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli/tasks.py +0 -0
  53. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/cli_logger.py +0 -0
  54. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/__init__.py +0 -0
  55. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/__init__.py +0 -0
  56. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/atoms.py +0 -0
  57. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/buliders.py +0 -0
  58. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/pair.py +0 -0
  59. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/response.py +0 -0
  60. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/serialization.py +0 -0
  61. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/core/set.py +0 -0
  62. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/__init__.py +0 -0
  63. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/activations.py +0 -0
  64. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/base.py +0 -0
  65. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/control_vectors.py +0 -0
  66. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/coverage.py +0 -0
  67. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/divergence.py +0 -0
  68. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/diagnostics/duplicates.py +0 -0
  69. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/__init__.py +0 -0
  70. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/atoms.py +0 -0
  71. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_manifest.py +0 -0
  72. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_extractor_registry.py +0 -0
  73. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/__init__.py +0 -0
  74. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/arc_challenge.py +0 -0
  75. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/arc_easy.py +0 -0
  76. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/arithmetic.py +0 -0
  77. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/asdiv.py +0 -0
  78. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/boolq.py +0 -0
  79. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/cb.py +0 -0
  80. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/copa.py +0 -0
  81. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/coqa.py +0 -0
  82. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/drop.py +0 -0
  83. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/gsm8k.py +0 -0
  84. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/headqa.py +0 -0
  85. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/hellaswag.py +0 -0
  86. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/livecodebench.py +0 -0
  87. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/logiqa.py +0 -0
  88. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/logiqa2.py +0 -0
  89. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/mc-taco.py +0 -0
  90. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/medqa.py +0 -0
  91. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/mrpc.py +0 -0
  92. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/multirc.py +0 -0
  93. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/mutual.py +0 -0
  94. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/openbookqa.py +0 -0
  95. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/pawsx.py +0 -0
  96. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/piqa.py +0 -0
  97. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/prost.py +0 -0
  98. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/pubmedqa.py +0 -0
  99. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/qa4mre.py +0 -0
  100. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/qasper.py +0 -0
  101. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/qnli.py +0 -0
  102. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/qqp.py +0 -0
  103. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/race.py +0 -0
  104. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/record.py +0 -0
  105. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/rte.py +0 -0
  106. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/sciq.py +0 -0
  107. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/social_iqa.py +0 -0
  108. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/squad2.py +0 -0
  109. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/sst2.py +0 -0
  110. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/swag.py +0 -0
  111. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/triviaqa.py +0 -0
  112. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/truthfulqa_gen.py +0 -0
  113. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/truthfulqa_mc1.py +0 -0
  114. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/truthfulqa_mc2.py +0 -0
  115. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/webqs.py +0 -0
  116. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/wic.py +0 -0
  117. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/winogrande.py +0 -0
  118. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/wnli.py +0 -0
  119. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/wsc.py +0 -0
  120. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/xnli.py +0 -0
  121. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/xstorycloze.py +0 -0
  122. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_extractors/xwinograd.py +0 -0
  123. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/contrastive_pairs/lm_eval_pairs/lm_task_pairs_generation.py +0 -0
  124. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/__init__.py +0 -0
  125. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/core/__init__.py +0 -0
  126. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/core/atoms.py +0 -0
  127. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/loaders/__init__.py +0 -0
  128. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/loaders/custom.py +0 -0
  129. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/loaders/lm_loader.py +0 -0
  130. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/loaders/task_interface_loader.py +0 -0
  131. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/data_loaders/rotator.py +0 -0
  132. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/detection_handling.py +0 -0
  133. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/download_full_benchmarks.py +0 -0
  134. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/__init__.py +0 -0
  135. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/__init__.py +0 -0
  136. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/__init__.py +0 -0
  137. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/metrics/__init__.py +0 -0
  138. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/metrics/core/__init__.py +0 -0
  139. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/metrics/core/atoms.py +0 -0
  140. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/metrics/evaluator.py +0 -0
  141. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/metrics/passk.py +0 -0
  142. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/__init__.py +0 -0
  143. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/core/__init__.py +0 -0
  144. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/core/atoms.py +0 -0
  145. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/cpp_sanitizer.py +0 -0
  146. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/java_sanitizer.py +0 -0
  147. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/python_sanitizer.py +0 -0
  148. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/output_sanitizer/utils.py +0 -0
  149. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/providers/__init__.py +0 -0
  150. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/providers/core/__init__.py +0 -0
  151. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/providers/core/atoms.py +0 -0
  152. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/providers/livecodebench/__init__.py +0 -0
  153. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/providers/livecodebench/provider.py +0 -0
  154. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/__init__.py +0 -0
  155. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/core/__init__.py +0 -0
  156. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/core/atoms.py +0 -0
  157. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/core/runtime.py +0 -0
  158. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/entrypoint.py +0 -0
  159. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/safe_docker/recipes.py +0 -0
  160. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/coding/solution_generator.py +0 -0
  161. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/exact_match_evaluator.py +0 -0
  162. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/f1_evaluator.py +0 -0
  163. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/generation_evaluator.py +0 -0
  164. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/log_likelihoods_evaluator.py +0 -0
  165. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/perplexity_evaluator.py +0 -0
  166. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/benchmark_specific/personalization_evaluator.py +0 -0
  167. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/oracles/__init__.py +0 -0
  168. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/oracles/interactive.py +0 -0
  169. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/oracles/nlp_evaluator.py +0 -0
  170. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/oracles/user_specified.py +0 -0
  171. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/evaluators/rotator.py +0 -0
  172. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/hyperparameter_optimizer.py +0 -0
  173. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/lm_eval_harness_ground_truth.py +0 -0
  174. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/main.py +0 -0
  175. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/managed_cached_benchmarks.py +0 -0
  176. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/mixed_benchmark_sampler.py +0 -0
  177. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/model_config_manager.py +0 -0
  178. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/model_persistence.py +0 -0
  179. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/models/__init__.py +0 -0
  180. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/models/core/__init__.py +0 -0
  181. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/models/core/atoms.py +0 -0
  182. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/models/wisent_model.py +0 -0
  183. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/multi_steering.py +0 -0
  184. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/__init__.py +0 -0
  185. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/core/__init__.py +0 -0
  186. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/core/atoms.py +0 -0
  187. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/methods/__init__.py +0 -0
  188. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/methods/opti_classificator.py +0 -0
  189. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/opti/methods/opti_steering.py +0 -0
  190. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/__init__.py +0 -0
  191. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/classifier/__init__.py +0 -0
  192. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/classifier/activation_generator.py +0 -0
  193. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/classifier/classifier_cache.py +0 -0
  194. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/classifier/optuna_classifier_optimizer.py +0 -0
  195. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/__init__.py +0 -0
  196. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/bigcode_evaluator_wrapper.py +0 -0
  197. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/data_utils.py +0 -0
  198. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/metrics.py +0 -0
  199. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/optuna_pipeline.py +0 -0
  200. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/optuna/steering/steering_optimization.py +0 -0
  201. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser.py +0 -0
  202. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/__init__.py +0 -0
  203. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/agent_parser.py +0 -0
  204. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/configure_model_parser.py +0 -0
  205. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/create_steering_vector_parser.py +0 -0
  206. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/evaluate_parser.py +0 -0
  207. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/evaluate_responses_parser.py +0 -0
  208. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/full_optimize_parser.py +0 -0
  209. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_pairs_from_task_parser.py +0 -0
  210. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_pairs_parser.py +0 -0
  211. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_responses_parser.py +0 -0
  212. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_vector_from_synthetic_parser.py +0 -0
  213. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_vector_from_task_parser.py +0 -0
  214. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/generate_vector_parser.py +0 -0
  215. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/get_activations_parser.py +0 -0
  216. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/main_parser.py +0 -0
  217. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/model_config_parser.py +0 -0
  218. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/monitor_parser.py +0 -0
  219. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/multi_steer_parser.py +0 -0
  220. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/optimize_classification_parser.py +0 -0
  221. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/optimize_sample_size_parser.py +0 -0
  222. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/optimize_steering_parser.py +0 -0
  223. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/synthetic_parser.py +0 -0
  224. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/tasks_parser.py +0 -0
  225. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/test_nonsense_parser.py +0 -0
  226. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/parser_arguments/utils.py +0 -0
  227. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/__init__.py +0 -0
  228. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/core/__init__.py +0 -0
  229. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/core/atom.py +0 -0
  230. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/core/prompt_formater.py +0 -0
  231. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/prompt_stratiegies/__init__.py +0 -0
  232. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/prompt_stratiegies/direct_completion.py +0 -0
  233. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/prompt_stratiegies/instruction_following.py +0 -0
  234. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/prompt_stratiegies/multiple_choice.py +0 -0
  235. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/prompts/prompt_stratiegies/role_playing.py +0 -0
  236. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/representation.py +0 -0
  237. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/sample_size_optimizer.py +0 -0
  238. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/sample_size_optimizer_v2.py +0 -0
  239. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/save_results.py +0 -0
  240. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering.py +0 -0
  241. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_method.py +0 -0
  242. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/__init__.py +0 -0
  243. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/core/__init__.py +0 -0
  244. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/core/atoms.py +0 -0
  245. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/methods/__init__.py +0 -0
  246. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/methods/caa.py +0 -0
  247. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_methods/rotator.py +0 -0
  248. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/steering_optimizer.py +0 -0
  249. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/__init__.py +0 -0
  250. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/__init__.py +0 -0
  251. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/core/__init__.py +0 -0
  252. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/core/atoms.py +0 -0
  253. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/deduper_cleaner.py +0 -0
  254. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/methods/__init__.py +0 -0
  255. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/methods/base_dedupers.py +0 -0
  256. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/methods/base_refusalers.py +0 -0
  257. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/methods/core/__init__.py +0 -0
  258. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/methods/core/atoms.py +0 -0
  259. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/pairs_cleaner.py +0 -0
  260. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/cleaners/refusaler_cleaner.py +0 -0
  261. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/db_instructions/__init__.py +0 -0
  262. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/db_instructions/core/__init__.py +0 -0
  263. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/db_instructions/core/atoms.py +0 -0
  264. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/db_instructions/mini_dp.py +0 -0
  265. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/__init__.py +0 -0
  266. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/core/__init__.py +0 -0
  267. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/core/atoms.py +0 -0
  268. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/diversities/__init__.py +0 -0
  269. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/diversities/core/__init__.py +0 -0
  270. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/diversities/core/core.py +0 -0
  271. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/diversities/methods/__init__.py +0 -0
  272. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/diversities/methods/fast_diversity.py +0 -0
  273. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/synthetic/generators/pairs_generator.py +0 -0
  274. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/task_interface.py +0 -0
  275. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/task_selector.py +0 -0
  276. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/__init__.py +0 -0
  277. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/aime_task.py +0 -0
  278. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/file_task.py +0 -0
  279. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/hle_task.py +0 -0
  280. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/hmmt_task.py +0 -0
  281. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/livecodebench_task.py +0 -0
  282. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/livemathbench_task.py +0 -0
  283. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/lm_eval_task.py +0 -0
  284. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/math500_task.py +0 -0
  285. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/polymath_task.py +0 -0
  286. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tasks/supergpqa_task.py +0 -0
  287. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/time_estimator.py +0 -0
  288. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/timing_calibration.py +0 -0
  289. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tracking/__init__.py +0 -0
  290. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tracking/latency.py +0 -0
  291. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/tracking/memory.py +0 -0
  292. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/trainers/__init__.py +0 -0
  293. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/trainers/core/__init__.py +0 -0
  294. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/trainers/core/atoms.py +0 -0
  295. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/trainers/steering_trainer.py +0 -0
  296. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/user_model_config.py +0 -0
  297. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/utils/__init__.py +0 -0
  298. {wisent-0.5.13 → wisent-0.5.14}/wisent/core/utils/device.py +0 -0
  299. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/SOURCES.txt +0 -0
  300. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/dependency_links.txt +0 -0
  301. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/entry_points.txt +0 -0
  302. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/requires.txt +0 -0
  303. {wisent-0.5.13 → wisent-0.5.14}/wisent.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wisent
3
- Version: 0.5.13
3
+ Version: 0.5.14
4
4
  Summary: Monitor and guard against harmful content in language models
5
5
  Home-page: https://github.com/yourusername/wisent-activation-guardrails
6
6
  Author: Wisent Team
@@ -0,0 +1 @@
1
+ __version__ = "0.5.14"
@@ -0,0 +1 @@
1
+ # Empty __init__.py to avoid cascading import errors with empty __init__ pattern
@@ -0,0 +1 @@
1
+ # Empty __init__.py to avoid cascading import errors with empty __init__ pattern
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wisent
3
- Version: 0.5.13
3
+ Version: 0.5.14
4
4
  Summary: Monitor and guard against harmful content in language models
5
5
  Home-page: https://github.com/yourusername/wisent-activation-guardrails
6
6
  Author: Wisent Team
@@ -1 +0,0 @@
1
- __version__ = "0.5.13"
@@ -1,18 +0,0 @@
1
- """
2
- Agent module for wisent-guard autonomous systems.
3
-
4
- This module provides:
5
- - ResponseDiagnostics: Response analysis and quality assessment
6
- - ResponseSteering: Response improvement and steering
7
- - Data classes for analysis and improvement results
8
- """
9
-
10
- from .diagnose import ResponseDiagnostics, AnalysisResult
11
- from .steer import ResponseSteering, ImprovementResult
12
-
13
- __all__ = [
14
- 'ResponseDiagnostics',
15
- 'AnalysisResult',
16
- 'ResponseSteering',
17
- 'ImprovementResult'
18
- ]
@@ -1,55 +0,0 @@
1
- """
2
- Diagnostic module for autonomous agent.
3
-
4
- This module provides:
5
- - Classifier selection and auto-discovery
6
- - On-the-fly classifier creation
7
- - Response analysis and quality assessment
8
- """
9
-
10
- # Response diagnostics
11
- from .response_diagnostics import ResponseDiagnostics, AnalysisResult
12
-
13
- # Classifier management
14
- from .select_classifiers import ClassifierSelector, ClassifierInfo, SelectionCriteria, auto_select_classifiers_for_agent
15
- from .create_classifier import ClassifierCreator, TrainingConfig, TrainingResult, create_classifier_on_demand
16
-
17
- # New marketplace system
18
- from .classifier_marketplace import (
19
- ClassifierMarketplace,
20
- ClassifierListing,
21
- ClassifierCreationEstimate
22
- )
23
-
24
- # Agent decision system
25
- from .agent_classifier_decision import (
26
- AgentClassifierDecisionSystem,
27
- TaskAnalysis,
28
- ClassifierDecision
29
- )
30
-
31
- __all__ = [
32
- # Response diagnostics
33
- 'ResponseDiagnostics',
34
- 'AnalysisResult',
35
-
36
- # Legacy classifier management (for backward compatibility)
37
- 'ClassifierSelector',
38
- 'ClassifierInfo',
39
- 'SelectionCriteria',
40
- 'auto_select_classifiers_for_agent',
41
- 'ClassifierCreator',
42
- 'TrainingConfig',
43
- 'TrainingResult',
44
- 'create_classifier_on_demand',
45
-
46
- # New marketplace system
47
- 'ClassifierMarketplace',
48
- 'ClassifierListing',
49
- 'ClassifierCreationEstimate',
50
-
51
- # Agent decision system
52
- 'AgentClassifierDecisionSystem',
53
- 'TaskAnalysis',
54
- 'ClassifierDecision'
55
- ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes