aiverify-moonshot 0.6.0__tar.gz → 0.6.1__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 (209) hide show
  1. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/integration-test.yaml +51 -12
  2. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/pypi-deployment.yaml +1 -1
  3. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/smoke-test-cli.yaml +1 -1
  4. aiverify_moonshot-0.6.0/.github/workflows/uat-deploy.yaml → aiverify_moonshot-0.6.1/.github/workflows/uat-build.yaml +19 -4
  5. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/PKG-INFO +2 -2
  6. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/README.md +1 -1
  7. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/app.py +1 -1
  8. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/pyproject.toml +2 -2
  9. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.coveragerc +0 -0
  10. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.flake8 +0 -0
  11. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/developing-workflows.md +0 -0
  12. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/pull_request_template.md +0 -0
  13. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/create_backup.sh +0 -0
  14. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/install_ms_service.sh +0 -0
  15. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/moonshot_env +0 -0
  16. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/moonshot_test_env +0 -0
  17. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/moonshot_ui_env +0 -0
  18. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/run_smoke_test.sh +0 -0
  19. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/scripts/start_ms_service.sh +0 -0
  20. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/docs-update.yaml +0 -0
  21. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/gh-event-notification.yaml +0 -0
  22. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/notices-file-gen.yaml +0 -0
  23. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/pre-build-checks.yaml +0 -0
  24. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/sast-codeql.yaml +0 -0
  25. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/sca-scan.yaml +0 -0
  26. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/sit-build.yaml +0 -0
  27. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/smoke-test.yaml +0 -0
  28. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.github/workflows/test-pypi-deployment.yaml +0 -0
  29. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.gitignore +0 -0
  30. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/.pre-commit-config.yaml +0 -0
  31. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/AUTHORS.md +0 -0
  32. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/LICENSE.md +0 -0
  33. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/NOTICES.md +0 -0
  34. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/__init__.py +0 -0
  35. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/__main__.py +0 -0
  36. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/api.py +0 -0
  37. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/__init__.py +0 -0
  38. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/__init__.py +0 -0
  39. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/__main__.py +0 -0
  40. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/active_session_cfg.py +0 -0
  41. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/__init__.py +0 -0
  42. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/benchmark.py +0 -0
  43. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/cookbook.py +0 -0
  44. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/datasets.py +0 -0
  45. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/metrics.py +0 -0
  46. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/recipe.py +0 -0
  47. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/result.py +0 -0
  48. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/run.py +0 -0
  49. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/benchmark/runner.py +0 -0
  50. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/cli.py +0 -0
  51. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/cli_errors.py +0 -0
  52. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/__init__.py +0 -0
  53. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/common.py +0 -0
  54. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/connectors.py +0 -0
  55. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/dataset.py +0 -0
  56. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/display_helper.py +0 -0
  57. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/common/prompt_template.py +0 -0
  58. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/initialisation/__init__.py +0 -0
  59. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/initialisation/initialisation.py +0 -0
  60. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/__init__.py +0 -0
  61. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/attack_module.py +0 -0
  62. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/context_strategy.py +0 -0
  63. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/prompt_template.py +0 -0
  64. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/redteam.py +0 -0
  65. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/redteam/session.py +0 -0
  66. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/cli/utils/process_data.py +0 -0
  67. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/.env.dev +0 -0
  68. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/__init__.py +0 -0
  69. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/__main__.py +0 -0
  70. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/container.py +0 -0
  71. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/log/.gitkeep +0 -0
  72. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/logging_conf.py +0 -0
  73. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/__init__.py +0 -0
  74. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/attack_modules.py +0 -0
  75. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/benchmark.py +0 -0
  76. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/benchmark_result.py +0 -0
  77. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/bookmark.py +0 -0
  78. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/context_strategy.py +0 -0
  79. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/cookbook.py +0 -0
  80. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/dataset.py +0 -0
  81. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/endpoint.py +0 -0
  82. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/metric.py +0 -0
  83. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/prompt_template.py +0 -0
  84. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/recipe.py +0 -0
  85. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/redteam.py +0 -0
  86. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/routes/runner.py +0 -0
  87. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/__init__.py +0 -0
  88. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/benchmark_runner_dto.py +0 -0
  89. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/bookmark_create_dto.py +0 -0
  90. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/cookbook_create_dto.py +0 -0
  91. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/cookbook_response_model.py +0 -0
  92. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/dataset_create_dto.py +0 -0
  93. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/dataset_response_dto.py +0 -0
  94. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/endpoint_create_dto.py +0 -0
  95. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/endpoint_response_model.py +0 -0
  96. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/prompt_response_model.py +0 -0
  97. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/prompt_template_response_model.py +0 -0
  98. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/recipe_create_dto.py +0 -0
  99. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/recipe_response_model.py +0 -0
  100. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/session_create_dto.py +0 -0
  101. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/session_prompt_dto.py +0 -0
  102. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/schemas/session_response_model.py +0 -0
  103. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/__init__.py +0 -0
  104. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/attack_module_service.py +0 -0
  105. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/auto_red_team_test_manager.py +0 -0
  106. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/auto_red_team_test_state.py +0 -0
  107. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/base_service.py +0 -0
  108. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/benchmark_result_service.py +0 -0
  109. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/benchmark_test_manager.py +0 -0
  110. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/benchmark_test_state.py +0 -0
  111. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/benchmarking_service.py +0 -0
  112. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/bookmark_service.py +0 -0
  113. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/context_strategy_service.py +0 -0
  114. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/cookbook_service.py +0 -0
  115. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/dataset_service.py +0 -0
  116. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/endpoint_service.py +0 -0
  117. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/metric_service.py +0 -0
  118. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/prompt_template_service.py +0 -0
  119. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/recipe_service.py +0 -0
  120. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/runner_service.py +0 -0
  121. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/session_service.py +0 -0
  122. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/utils/exceptions_handler.py +0 -0
  123. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/utils/file_manager.py +0 -0
  124. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/services/utils/results_formatter.py +0 -0
  125. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/status_updater/interface/benchmark_progress_callback.py +0 -0
  126. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/status_updater/interface/redteam_progress_callback.py +0 -0
  127. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/status_updater/moonshot_ui_webhook.py +0 -0
  128. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/temp/.gitkeep +0 -0
  129. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/integrations/web_api/types/types.py +0 -0
  130. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/__init__.py +0 -0
  131. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/__init__.py +0 -0
  132. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_bookmark.py +0 -0
  133. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_connector.py +0 -0
  134. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_connector_endpoint.py +0 -0
  135. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_context_strategy.py +0 -0
  136. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_cookbook.py +0 -0
  137. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_dataset.py +0 -0
  138. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_environment_variables.py +0 -0
  139. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_metrics.py +0 -0
  140. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_prompt_template.py +0 -0
  141. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_recipe.py +0 -0
  142. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_red_teaming.py +0 -0
  143. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_result.py +0 -0
  144. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_run.py +0 -0
  145. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_runner.py +0 -0
  146. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/api/api_session.py +0 -0
  147. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/bookmark/bookmark.py +0 -0
  148. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/bookmark/bookmark_arguments.py +0 -0
  149. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/configs/__init__.py +0 -0
  150. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/configs/env_variables.py +0 -0
  151. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors/__init__.py +0 -0
  152. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors/connector.py +0 -0
  153. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors/connector_prompt_arguments.py +0 -0
  154. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors/connector_response.py +0 -0
  155. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors_endpoints/__init__.py +0 -0
  156. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors_endpoints/connector_endpoint.py +0 -0
  157. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/connectors_endpoints/connector_endpoint_arguments.py +0 -0
  158. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/cookbooks/__init__.py +0 -0
  159. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/cookbooks/cookbook.py +0 -0
  160. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/cookbooks/cookbook_arguments.py +0 -0
  161. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/datasets/__init__.py +0 -0
  162. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/datasets/dataset.py +0 -0
  163. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/datasets/dataset_arguments.py +0 -0
  164. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/messages_constants.py +0 -0
  165. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/metrics/__init__.py +0 -0
  166. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/metrics/metric.py +0 -0
  167. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/metrics/metric_interface.py +0 -0
  168. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/prompt_templates/__init__.py +0 -0
  169. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/prompt_templates/prompt_template.py +0 -0
  170. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/recipes/__init__.py +0 -0
  171. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/recipes/recipe.py +0 -0
  172. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/recipes/recipe_arguments.py +0 -0
  173. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/__init__.py +0 -0
  174. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/attack/__init__.py +0 -0
  175. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/attack/attack_module.py +0 -0
  176. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/attack/attack_module_arguments.py +0 -0
  177. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/attack/context_strategy.py +0 -0
  178. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/context_strategy/__init__.py +0 -0
  179. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/context_strategy/context_strategy_interface.py +0 -0
  180. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/session/__init__.py +0 -0
  181. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/session/chat.py +0 -0
  182. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/session/red_teaming_progress.py +0 -0
  183. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/session/red_teaming_type.py +0 -0
  184. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/redteaming/session/session.py +0 -0
  185. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/results/__init__.py +0 -0
  186. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/results/result.py +0 -0
  187. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/results/result_arguments.py +0 -0
  188. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runners/__init__.py +0 -0
  189. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runners/runner.py +0 -0
  190. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runners/runner_arguments.py +0 -0
  191. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runners/runner_type.py +0 -0
  192. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runs/__init__.py +0 -0
  193. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runs/run.py +0 -0
  194. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runs/run_arguments.py +0 -0
  195. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runs/run_progress.py +0 -0
  196. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/runs/run_status.py +0 -0
  197. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/storage/__init__.py +0 -0
  198. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/storage/db_interface.py +0 -0
  199. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/storage/io_interface.py +0 -0
  200. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/storage/storage.py +0 -0
  201. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/__init__.py +0 -0
  202. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/find_feature.py +0 -0
  203. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/import_modules.py +0 -0
  204. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/log.py +0 -0
  205. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/pagination.py +0 -0
  206. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/moonshot/src/utils/timeit.py +0 -0
  207. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/requirements.txt +0 -0
  208. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/third-party/pygments-2.18.0-py3-none-any.whl +0 -0
  209. {aiverify_moonshot-0.6.0 → aiverify_moonshot-0.6.1}/third-party/text_unidecode-1.3-py2.py3-none-any.whl +0 -0
@@ -36,7 +36,7 @@ jobs:
36
36
  integration-test:
37
37
 
38
38
  runs-on: ubuntu-latest
39
- timeout-minutes: 120
39
+ timeout-minutes: 300
40
40
 
41
41
  steps:
42
42
 
@@ -53,7 +53,7 @@ jobs:
53
53
  with:
54
54
  repository: aiverify-foundation/moonshot
55
55
  ref: ${{ inputs.moonshot_branch }}
56
-
56
+
57
57
  - name: Setup Python 3.11
58
58
  uses: actions/setup-python@v4
59
59
  with:
@@ -110,24 +110,24 @@ jobs:
110
110
  run: |
111
111
  source venv/bin/activate
112
112
  pip install nltk
113
- python -c "import nltk; nltk.download('stopwords');nltk.download('averaged_perceptron_tagger'); nltk.download('omw');nltk.download('universal_tagset'); nltk.download('wordnet');nltk.download('punkt')"
113
+ python -c "import nltk; nltk.download('stopwords');nltk.download('punkt');nltk.download('punkt_tab');nltk.download('averaged_perceptron_tagger_eng')"
114
114
 
115
115
  - name: Setup Moonshot UI
116
116
  run: |
117
+ source venv/bin/activate
117
118
  cd moonshot-ui
118
- npm ci
119
+ npm install
119
120
  npm run build
120
121
  cd ../
121
- source venv/bin/activate
122
- python -m moonshot web &
122
+ nohup python -m moonshot web &
123
123
 
124
124
  - name: Checkout Integration Test
125
125
  uses: actions/checkout@v4
126
126
  with:
127
127
  repository: aiverify-foundation/moonshot-integration-testing
128
128
  path: moonshot-integration-testing
129
-
130
- - name: Run Integration Test
129
+
130
+ - name: Run Integration UI Test
131
131
  env:
132
132
  URI: ${{ secrets.URI }}
133
133
  TOKEN: ${{ secrets.TOKEN }}
@@ -139,13 +139,52 @@ jobs:
139
139
  AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
140
140
  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
141
141
  GOOGLE_TOKEN: ${{ secrets.GOOGLE_TOKEN }}
142
+ id: integrationuitest
142
143
  run: |
144
+ source venv/bin/activate
143
145
  cd moonshot-integration-testing/ui-integration-testing
144
146
  npm ci
145
- npm install dotenv
146
- npx playwright install --with-deps
147
- URI="$URI" TOKEN="$TOKEN" URI2="$URI2" TOKEN2="$TOKEN2" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" TOGETHER_TOKEN="$TOGETHER_TOKEN" OPENAI_TOKEN="$OPENAI_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" GOOGLE_TOKEN="$GOOGLE_TOKEN" npx playwright test
148
-
147
+ npx playwright install
148
+ npx playwright install-deps
149
+ npm install dotenv --save
150
+ echo "Running Home Page Test Cases"
151
+ URI="$URI" TOKEN="$TOKEN" URI2="$URI2" TOKEN2="$TOKEN2" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" TOGETHER_TOKEN="$TOGETHER_TOKEN" OPENAI_TOKEN="$OPENAI_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" GOOGLE_TOKEN="$GOOGLE_TOKEN" DEBUG=pw:api npx playwright test tests/homepage.spec.ts
152
+ echo "Running Endpoint Test Cases"
153
+ URI="$URI" TOKEN="$TOKEN" URI2="$URI2" TOKEN2="$TOKEN2" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" TOGETHER_TOKEN="$TOGETHER_TOKEN" OPENAI_TOKEN="$OPENAI_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" GOOGLE_TOKEN="$GOOGLE_TOKEN" DEBUG=pw:api npx playwright test tests/endpoint.spec.ts
154
+ echo "Running Red Teaming Test Cases"
155
+ URI="$URI" TOKEN="$TOKEN" URI2="$URI2" TOKEN2="$TOKEN2" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" TOGETHER_TOKEN="$TOGETHER_TOKEN" OPENAI_TOKEN="$OPENAI_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" GOOGLE_TOKEN="$GOOGLE_TOKEN" DEBUG=pw:api npx playwright test tests/red_teaming.spec.ts
156
+ echo "Running Benchmarking Test Cases"
157
+ URI="$URI" TOKEN="$TOKEN" URI2="$URI2" TOKEN2="$TOKEN2" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" TOGETHER_TOKEN="$TOGETHER_TOKEN" OPENAI_TOKEN="$OPENAI_TOKEN" AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" GOOGLE_TOKEN="$GOOGLE_TOKEN" DEBUG=pw:api npx playwright test tests/benchmarking.spec.ts
158
+
159
+ - name: Print Environment Variables
160
+ run: env
161
+
162
+ - name: Run Integration CLI Test
163
+ env:
164
+ AZURE_OPENAI_URI: ${{ secrets.AZURE_OPENAI_URI }}
165
+ AZURE_OPENAI_TOKEN: ${{ secrets.AZURE_OPENAI_TOKEN }}
166
+ ADDITIONAL_PARAMETERS: ${{ secrets.ADDITIONAL_PARAMETERS }}
167
+ MOONSHOT_URL: ${{ secrets.MOONSHOT_URL }}
168
+ MOONSHOT_PORT_NUMBER: ${{ secrets.MOONSHOT_PORT_NUMBER }}
169
+ CLI_DIR: ${{ secrets.CLI_DIR }}
170
+ ACTIONS_STEP_DEBUG: true
171
+ ACTIONS_RUNNER_DEBUG: true
172
+ run: |
173
+ source venv/bin/activate
174
+ cd moonshot-integration-testing/cli-integration-testing
175
+ echo "Current Directory: $(pwd)"
176
+ pip install python-dotenv
177
+ pip install pytest
178
+ pytest
179
+
180
+ - name: Upload Playwright Traces
181
+ if: always()
182
+ uses: actions/upload-artifact@v4
183
+ with:
184
+ name: playwright-trace
185
+ path: |
186
+ /home/runner/work/moonshot/moonshot/moonshot-integration-testing/ui-integration-testing/test-results
187
+
149
188
  - name: TestRail CLI upload results
150
189
  env:
151
190
  TESTRAIL_USERNAME: ${{ secrets.TESTRAIL_USERNAME }}
@@ -76,7 +76,7 @@ jobs:
76
76
  name: python-package-distributions
77
77
  path: dist/
78
78
  - name: Sign the dists with Sigstore
79
- uses: sigstore/gh-action-sigstore-python@latest
79
+ uses: sigstore/gh-action-sigstore-python@v3.6.0
80
80
  with:
81
81
  inputs: >-
82
82
  ./dist/*.tar.gz
@@ -37,7 +37,7 @@ jobs:
37
37
  smoke-test:
38
38
  if: (github.event_name == 'pull_request' && github.event.pull_request.assignee != null) || github.event_name == 'workflow_dispatch'
39
39
  runs-on: ubuntu-latest
40
- timeout-minutes: 20
40
+ timeout-minutes: 100
41
41
 
42
42
  steps:
43
43
 
@@ -1,5 +1,6 @@
1
- name: UAT Deploy
1
+ name: UAT Build
2
2
 
3
+ # Trigger when the PR to merge to main is merged
3
4
  on:
4
5
  pull_request:
5
6
  branches:
@@ -30,13 +31,17 @@ jobs:
30
31
 
31
32
  - name: Bump version
32
33
  run: |
33
- echo "Bumping version..."
34
+ echo "Bump version..."
34
35
  pip install bump2version
35
36
  bump2version patch
36
37
 
38
+ - name: Generate notices file
39
+ run: |
40
+ echo "Generate notice file..."
41
+
37
42
  - name: Package test PyPI
38
43
  run: |
39
- echo "Packaging test PyPI..."
44
+ echo "Package test PyPI..."
40
45
  pip install build
41
46
  python3 -m build
42
47
 
@@ -70,7 +75,17 @@ jobs:
70
75
  with:
71
76
  repository-url: https://test.pypi.org/legacy/
72
77
 
73
-
78
+ # Deploy moonshot to UAT by installing moonshot package from test pypi
79
+ # deploy-to-uat:
80
+ # needs:
81
+ # - publish-to-testpypi
82
+ # runs-on: ubuntu-latest
83
+
84
+ # Run integration test
85
+ # integration-test:
86
+ # needs:
87
+ # - publish-to-testpypi:
88
+ # runs-on: ubuntu-latest
74
89
 
75
90
 
76
91
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiverify-moonshot
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: AI Verify advances Gen AI testing with Project Moonshot.
5
5
  Project-URL: Repository, https://github.com/aiverify-foundation/moonshot
6
6
  Project-URL: Documentation, https://aiverify-foundation.github.io/moonshot/
@@ -47,7 +47,7 @@ Description-Content-Type: text/markdown
47
47
 
48
48
  ![Moonshot Logo](https://github.com/aiverify-foundation/moonshot/raw/main/misc/aiverify-moonshot-logo.png)
49
49
 
50
- **Version 0.6.0**
50
+ **Version 0.6.1**
51
51
 
52
52
  A simple and modular tool to evaluate any LLM application.
53
53
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Moonshot Logo](https://github.com/aiverify-foundation/moonshot/raw/main/misc/aiverify-moonshot-logo.png)
4
4
 
5
- **Version 0.6.0**
5
+ **Version 0.6.1**
6
6
 
7
7
  A simple and modular tool to evaluate any LLM application.
8
8
 
@@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
71
71
  }
72
72
 
73
73
  app: CustomFastAPI = CustomFastAPI(
74
- title="Project Moonshot", version="0.6.0", **app_kwargs
74
+ title="Project Moonshot", version="0.6.1", **app_kwargs
75
75
  )
76
76
 
77
77
  if cfg.cors.enabled():
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "aiverify-moonshot"
7
- version = "0.6.0"
7
+ version = "0.6.1"
8
8
  authors = [
9
9
  { name="AI Verify Foundation", email="info@aiverify.sg" }
10
10
  ]
@@ -97,7 +97,7 @@ allow-direct-references = true
97
97
 
98
98
  [tool.poetry]
99
99
  name = "aiverify-moonshot"
100
- version = "0.6.0"
100
+ version = "0.6.1"
101
101
  description = "A simple and modular tool to evaluate and red-team any LLM application."
102
102
  authors = ["The Moonshot Team <our.moonshot.team@gmail.com>"]
103
103
  readme = "README.md"