aiverify-moonshot 0.4.6__tar.gz → 0.4.7__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.
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/run_smoke_test.sh +10 -7
- aiverify_moonshot-0.4.7/.github/workflows/docs-update.yaml +79 -0
- aiverify_moonshot-0.4.7/.github/workflows/gh-event-notification.yaml +43 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/integration-test.yaml +23 -4
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/nightly-build.yaml +5 -2
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/sca-scan.yaml +41 -4
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/smoke-test.yaml +4 -4
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/PKG-INFO +12 -12
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/README.md +2 -2
- aiverify_moonshot-0.4.7/aiverify_moonshot_main_Black_Duck_Notices_Report.txt +3352 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/cli_errors.py +2 -2
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/connectors.py +8 -8
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/app.py +1 -1
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/pyproject.toml +14 -14
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/requirements.txt +18 -19
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.coveragerc +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.flake8 +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/pull_request_template.md +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/create_backup.sh +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/install_ms_service.sh +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/moonshot_env +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/moonshot_test_env +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/moonshot_ui_env +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/scripts/start_ms_service.sh +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/pre-build-checks.yaml +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/sast-codeql.yaml +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.github/workflows/test-pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.gitignore +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/.pre-commit-config.yaml +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/AUTHORS.md +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/LICENSE.md +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/NOTICES.md +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/__main__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/api.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/__main__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/active_session_cfg.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/benchmark.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/cookbook.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/datasets.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/metrics.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/recipe.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/result.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/run.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/benchmark/runner.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/cli.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/common.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/dataset.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/display_helper.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/common/prompt_template.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/initialisation/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/initialisation/initialisation.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/attack_module.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/context_strategy.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/prompt_template.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/redteam.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/redteam/session.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/cli/utils/process_data.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/.env.dev +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/__main__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/container.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/log/.gitkeep +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/logging_conf.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/attack_modules.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/benchmark.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/benchmark_result.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/bookmark.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/context_strategy.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/cookbook.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/dataset.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/endpoint.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/metric.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/prompt_template.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/recipe.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/redteam.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/routes/runner.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/benchmark_runner_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/bookmark_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/cookbook_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/cookbook_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/dataset_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/dataset_response_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/endpoint_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/endpoint_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/prompt_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/prompt_template_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/recipe_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/recipe_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/session_create_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/session_prompt_dto.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/schemas/session_response_model.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/attack_module_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/auto_red_team_test_manager.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/auto_red_team_test_state.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/base_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/benchmark_result_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/benchmark_test_manager.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/benchmark_test_state.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/benchmarking_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/bookmark_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/context_strategy_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/cookbook_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/dataset_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/endpoint_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/metric_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/prompt_template_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/recipe_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/runner_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/session_service.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/utils/exceptions_handler.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/utils/file_manager.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/services/utils/results_formatter.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/status_updater/interface/benchmark_progress_callback.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/status_updater/interface/redteam_progress_callback.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/status_updater/moonshot_ui_webhook.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/temp/.gitkeep +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/integrations/web_api/types/types.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_bookmark.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_connector.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_connector_endpoint.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_context_strategy.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_cookbook.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_dataset.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_environment_variables.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_metrics.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_prompt_template.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_recipe.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_red_teaming.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_result.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_run.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_runner.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/api/api_session.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/bookmark/bookmark.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/bookmark/bookmark_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/configs/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/configs/env_variables.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors/connector.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors/connector_prompt_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors_endpoints/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors_endpoints/connector_endpoint.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/connectors_endpoints/connector_endpoint_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/cookbooks/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/cookbooks/cookbook.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/cookbooks/cookbook_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/datasets/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/datasets/dataset.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/datasets/dataset_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/messages_constants.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/metrics/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/metrics/metric.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/metrics/metric_interface.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/prompt_templates/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/prompt_templates/prompt_template.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/recipes/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/recipes/recipe.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/recipes/recipe_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/attack/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/attack/attack_module.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/attack/attack_module_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/attack/context_strategy.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/context_strategy/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/context_strategy/context_strategy_interface.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/session/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/session/chat.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/session/red_teaming_progress.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/session/red_teaming_type.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/redteaming/session/session.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/results/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/results/result.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/results/result_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runners/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runners/runner.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runners/runner_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runners/runner_type.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runs/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runs/run.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runs/run_arguments.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runs/run_progress.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/runs/run_status.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/storage/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/storage/db_interface.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/storage/io_interface.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/storage/storage.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/__init__.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/find_feature.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/import_modules.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/log.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/pagination.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/moonshot/src/utils/timeit.py +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/third-party/pygments-2.18.0-py3-none-any.whl +0 -0
- {aiverify_moonshot-0.4.6 → aiverify_moonshot-0.4.7}/third-party/text_unidecode-1.3-py2.py3-none-any.whl +0 -0
|
@@ -13,11 +13,11 @@ export AZURE_OPENAI_URI=$AZURE_OPENAI_ENDPOINT
|
|
|
13
13
|
export MOONSHOT_URL="http://127.0.0.1"
|
|
14
14
|
export MOONSHOT_PORT_NUMBER="3100"
|
|
15
15
|
export ADDITIONAL_PARAMETERS="{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
'timeout': 300,
|
|
17
|
+
'allow_retries': true,
|
|
18
|
+
'num_of_retries': 3,
|
|
19
|
+
'temperature': 0.5,
|
|
20
|
+
'model': 'gpt-4o'
|
|
21
21
|
}"
|
|
22
22
|
|
|
23
23
|
cd $BASE_DIR
|
|
@@ -32,7 +32,10 @@ echo "Cloning moonshot-smoke-testing repo from branch $BRANCH_NAME..."
|
|
|
32
32
|
git clone --branch $TEST_BRANCH_NAME https://github.com/aiverify-foundation/moonshot-smoke-testing.git
|
|
33
33
|
cd moonshot-smoke-testing
|
|
34
34
|
npm ci
|
|
35
|
+
|
|
35
36
|
cp $SCRIPTS_DIR/moonshot_test_env .env
|
|
37
|
+
echo "Created .env"
|
|
38
|
+
cat .env
|
|
36
39
|
|
|
37
40
|
# Install Playwright (if needed)
|
|
38
41
|
#sudo npx playwright install-deps
|
|
@@ -47,7 +50,7 @@ cp $SCRIPTS_DIR/moonshot_test_env .env
|
|
|
47
50
|
## libxrandr2\
|
|
48
51
|
## libgbml
|
|
49
52
|
|
|
50
|
-
echo "Running smoke test..."
|
|
53
|
+
echo "Running smoke test on moonshot at $MOONSHOT_URL:$MOONSHOT_PORT_NUMBER..."
|
|
51
54
|
npx playwright test tests/smoke-test.spec.ts --reporter=list
|
|
52
55
|
|
|
53
|
-
#echo "Exit code: $?"
|
|
56
|
+
#echo "Exit code: $?"
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
name: "Docs Update"
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
# push:
|
|
5
|
+
# branches: [ "docs" ]
|
|
6
|
+
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
inputs:
|
|
9
|
+
docs_branch:
|
|
10
|
+
description: 'Branch to checkout docs'
|
|
11
|
+
required: true
|
|
12
|
+
default: 'docs'
|
|
13
|
+
type: string
|
|
14
|
+
|
|
15
|
+
workflow_call:
|
|
16
|
+
inputs:
|
|
17
|
+
docs_branch:
|
|
18
|
+
description: 'Branch to checkout docs'
|
|
19
|
+
required: true
|
|
20
|
+
default: 'docs'
|
|
21
|
+
type: string
|
|
22
|
+
|
|
23
|
+
# Allow one concurrent deployment
|
|
24
|
+
concurrency:
|
|
25
|
+
group: ${{ github.repository }}-${{ github.workflow }}
|
|
26
|
+
cancel-in-progress: true
|
|
27
|
+
|
|
28
|
+
jobs:
|
|
29
|
+
|
|
30
|
+
docs-update:
|
|
31
|
+
|
|
32
|
+
runs-on: ubuntu-latest
|
|
33
|
+
timeout-minutes: 40
|
|
34
|
+
|
|
35
|
+
steps:
|
|
36
|
+
|
|
37
|
+
- name: Checkout code
|
|
38
|
+
uses: actions/checkout@v3
|
|
39
|
+
with:
|
|
40
|
+
ref: 'docs'
|
|
41
|
+
|
|
42
|
+
- name: Setup python 3.11
|
|
43
|
+
uses: actions/setup-python@v5
|
|
44
|
+
with:
|
|
45
|
+
python-version: "3.11"
|
|
46
|
+
|
|
47
|
+
# Install dependencies
|
|
48
|
+
- name: Install mkdocs
|
|
49
|
+
run: |
|
|
50
|
+
pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python mkdocs-swagger-ui-tag
|
|
51
|
+
|
|
52
|
+
- name: Build docs
|
|
53
|
+
run: |
|
|
54
|
+
mkdocs build
|
|
55
|
+
|
|
56
|
+
- name: Upload artifact
|
|
57
|
+
uses: actions/upload-pages-artifact@v3
|
|
58
|
+
with:
|
|
59
|
+
path: ./site
|
|
60
|
+
|
|
61
|
+
pages-deploy:
|
|
62
|
+
needs: docs-update
|
|
63
|
+
|
|
64
|
+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
|
|
65
|
+
permissions:
|
|
66
|
+
pages: write # to deploy to Pages
|
|
67
|
+
id-token: write # to verify the deployment originates from an appropriate source
|
|
68
|
+
|
|
69
|
+
# Deploy to the github-pages environment (ensure main can deploy to pages)
|
|
70
|
+
environment:
|
|
71
|
+
name: github-pages
|
|
72
|
+
url: ${{ steps.deployment.outputs.page_url }}
|
|
73
|
+
|
|
74
|
+
runs-on: ubuntu-latest
|
|
75
|
+
steps:
|
|
76
|
+
- name: Deploy to GitHub Pages
|
|
77
|
+
id: deployment
|
|
78
|
+
uses: actions/deploy-pages@v4
|
|
79
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
name: GH Event Notification
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
# issues:
|
|
5
|
+
# types: [opened]
|
|
6
|
+
# pull_request:
|
|
7
|
+
# types: [opened]
|
|
8
|
+
workflow_dispatch:
|
|
9
|
+
|
|
10
|
+
jobs:
|
|
11
|
+
notify:
|
|
12
|
+
runs-on: ubuntu-latest
|
|
13
|
+
|
|
14
|
+
steps:
|
|
15
|
+
- name: Get PR or Issue details
|
|
16
|
+
id: details
|
|
17
|
+
run: |
|
|
18
|
+
if [ "${{ github.event_name }}" == "issues" ]; then
|
|
19
|
+
echo "::set-output name=type::issue"
|
|
20
|
+
echo "::set-output name=title::${{ github.event.issue.title }}"
|
|
21
|
+
echo "::set-output name=user::${{ github.event.issue.user.login }}"
|
|
22
|
+
echo "::set-output name=url::${{ github.event.issue.html_url }}"
|
|
23
|
+
else
|
|
24
|
+
echo "::set-output name=type::pull_request"
|
|
25
|
+
echo "::set-output name=title::${{ github.event.pull_request.title }}"
|
|
26
|
+
echo "::set-output name=user::${{ github.event.pull_request.user.login }}"
|
|
27
|
+
echo "::set-output name=url::${{ github.event.pull_request.html_url }}"
|
|
28
|
+
fi
|
|
29
|
+
echo "::set-output name=repo::${{ github.repository }}"
|
|
30
|
+
|
|
31
|
+
- name: Send notification to Slack
|
|
32
|
+
uses: slackapi/slack-github-action@v1.26.0
|
|
33
|
+
with:
|
|
34
|
+
payload: |
|
|
35
|
+
{
|
|
36
|
+
"type": "${{ steps.details.outputs.type }}",
|
|
37
|
+
"title": "${{ steps.details.outputs.title }}",
|
|
38
|
+
"user": "${{ steps.details.outputs.user }}",
|
|
39
|
+
"repo": "${{ steps.details.outputs.repo }}",
|
|
40
|
+
"url": "${{ steps.details.outputs.url }}"
|
|
41
|
+
}
|
|
42
|
+
env:
|
|
43
|
+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_GH_NOTIF_URL }}
|
|
@@ -65,7 +65,7 @@ jobs:
|
|
|
65
65
|
source venv/bin/activate
|
|
66
66
|
pip install -r requirements.txt
|
|
67
67
|
touch .env
|
|
68
|
-
echo "${{
|
|
68
|
+
echo "${{ secrets.ENVIRONMENT_VARS }}" >> .env
|
|
69
69
|
|
|
70
70
|
- name: Checkout Moonshot Data (Pull Request Review)
|
|
71
71
|
if: github.event_name == 'pull_request_review'
|
|
@@ -118,15 +118,34 @@ jobs:
|
|
|
118
118
|
uses: actions/checkout@v4
|
|
119
119
|
with:
|
|
120
120
|
repository: aiverify-foundation/moonshot-integration-testing
|
|
121
|
-
path: moonshot-
|
|
121
|
+
path: moonshot-integration-testing
|
|
122
122
|
|
|
123
123
|
- name: Run Integration Test
|
|
124
124
|
env:
|
|
125
125
|
AZURE_OPENAI_URI: ${{ secrets.AZURE_OPENAI_URI }}
|
|
126
126
|
AZURE_OPENAI_TOKEN: ${{ secrets.AZURE_OPENAI_TOKEN }}
|
|
127
|
-
ADDITIONAL_PARAMETERS: ${{
|
|
127
|
+
ADDITIONAL_PARAMETERS: ${{ secrets.ADDITIONAL_PARAMETERS }}
|
|
128
128
|
run: |
|
|
129
|
-
cd moonshot-
|
|
129
|
+
cd moonshot-integration-testing/ui-integration-testing
|
|
130
130
|
npm ci
|
|
131
131
|
npx playwright install --with-deps
|
|
132
132
|
AZURE_OPENAI_URI="$AZURE_OPENAI_URI" AZURE_OPENAI_TOKEN="$AZURE_OPENAI_TOKEN" ADDITIONAL_PARAMETERS="$ADDITIONAL_PARAMETERS" npx playwright test
|
|
133
|
+
|
|
134
|
+
- name: TestRail CLI upload results
|
|
135
|
+
env:
|
|
136
|
+
TESTRAIL_USERNAME: ${{ secrets.TESTRAIL_USERNAME }}
|
|
137
|
+
TESTRAIL_PASSWORD: ${{ secrets.TESTRAIL_PASSWORD }}
|
|
138
|
+
run: |
|
|
139
|
+
cd moonshot-integration-testing/ui-integration-testing
|
|
140
|
+
pip install trcli
|
|
141
|
+
trcli -y \
|
|
142
|
+
-h https://imdabtg.testrail.io/ \
|
|
143
|
+
--project "Moonshot" \
|
|
144
|
+
-u $TESTRAIL_USERNAME \
|
|
145
|
+
-p $TESTRAIL_PASSWORD \
|
|
146
|
+
parse_junit \
|
|
147
|
+
--title "Moonshot" \
|
|
148
|
+
--result-fields "os:Ubuntu 22.04" \
|
|
149
|
+
--milestone-id "5" \
|
|
150
|
+
--run-description ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \
|
|
151
|
+
-f "./test-results/junit-report.xml"
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
nightly-build:
|
|
34
34
|
|
|
35
35
|
runs-on: ubuntu-latest
|
|
36
|
-
timeout-minutes:
|
|
36
|
+
timeout-minutes: 60
|
|
37
37
|
permissions:
|
|
38
38
|
id-token: write
|
|
39
39
|
contents: read
|
|
@@ -126,6 +126,7 @@ jobs:
|
|
|
126
126
|
echo "Command status: $status"
|
|
127
127
|
|
|
128
128
|
- name: Run smoke test
|
|
129
|
+
timeout-minutes: 30
|
|
129
130
|
run: |
|
|
130
131
|
command_id=$(aws ssm send-command \
|
|
131
132
|
--instance-ids "${{ vars.AWS_SIT_INSTANCE_ID }}" \
|
|
@@ -152,7 +153,7 @@ jobs:
|
|
|
152
153
|
--instance-id "${{ vars.AWS_SIT_INSTANCE_ID }}" \
|
|
153
154
|
--query "StandardOutputContent" \
|
|
154
155
|
--output text)
|
|
155
|
-
echo "SMOKE_TEST_STATUS=$
|
|
156
|
+
echo "SMOKE_TEST_STATUS=$status" >> $GITHUB_ENV
|
|
156
157
|
echo "Smoke test output: $output"
|
|
157
158
|
echo "Command status: $status"
|
|
158
159
|
if [ "$status" == "Success" ]; then
|
|
@@ -166,11 +167,13 @@ jobs:
|
|
|
166
167
|
attempts=$((attempts + 1))
|
|
167
168
|
else
|
|
168
169
|
echo "Unexpected command status: $status"
|
|
170
|
+
echo "SMOKE_TEST_STATUS=$status" >> $GITHUB_ENV
|
|
169
171
|
exit 1
|
|
170
172
|
fi
|
|
171
173
|
done
|
|
172
174
|
|
|
173
175
|
echo "Max attempts reached, exiting."
|
|
176
|
+
echo "SMOKE_TEST_STATUS=timeout" >> $GITHUB_ENV
|
|
174
177
|
exit 1
|
|
175
178
|
|
|
176
179
|
# Send slack notification
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
|
|
29
29
|
- name: Checkout Code (Pull_Request)
|
|
30
30
|
if: github.event_name == 'pull_request'
|
|
31
|
-
uses: actions/checkout@
|
|
31
|
+
uses: actions/checkout@v4
|
|
32
32
|
with:
|
|
33
33
|
ref: ${{ github.event.pull_request.head.ref }}
|
|
34
34
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
|
|
37
37
|
- name: Checkout Code (Workflow_Dispatch)
|
|
38
38
|
if: github.event_name == 'workflow_dispatch'
|
|
39
|
-
uses: actions/checkout@
|
|
39
|
+
uses: actions/checkout@v4
|
|
40
40
|
with:
|
|
41
41
|
ref: ${{ inputs.branch_to_test }}
|
|
42
42
|
|
|
@@ -70,5 +70,42 @@ jobs:
|
|
|
70
70
|
python -m venv venv
|
|
71
71
|
source venv/bin/activate
|
|
72
72
|
pip install -r requirements.txt
|
|
73
|
-
bash <(curl -s -L https://detect.synopsys.com/detect9.sh) --blackduck.url=https://blackduck.aipo-imda.net/ --blackduck.api.token=${{ secrets.BLACKDUCK_TOKEN }} --detect.detector.search.depth=10 --detect.project.name=aiverify-moonshot --detect.project.version.name=$BRANCH --detect.source.path=. --detect.code.location.name="aiverify-moonshot_$BRANCH" --detect.excluded.directories=/tests --blackduck.trust.cert=true --detect.excluded.detector.types=POETRY
|
|
74
|
-
|
|
73
|
+
bash <(curl -s -L https://detect.synopsys.com/detect9.sh) --blackduck.url=https://blackduck.aipo-imda.net/ --blackduck.api.token=${{ secrets.BLACKDUCK_TOKEN }} --detect.detector.search.depth=10 --detect.project.name=aiverify-moonshot --detect.project.version.name=$BRANCH --detect.source.path=. --detect.code.location.name="aiverify-moonshot_$BRANCH" --detect.excluded.directories=/tests --blackduck.trust.cert=true --detect.excluded.detector.types=POETRY --detect.notices.report=true --detect.notices.report.path=.
|
|
74
|
+
|
|
75
|
+
- name: Configure GIT (Workflow_Dispatch)
|
|
76
|
+
if: github.event_name == 'workflow_dispatch'
|
|
77
|
+
run: |
|
|
78
|
+
git config --global user.email "${{ github.actor }}"
|
|
79
|
+
git config --global user.name "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
|
80
|
+
shell: bash
|
|
81
|
+
|
|
82
|
+
- name: Switch to branch (Workflow_Dispatch)
|
|
83
|
+
if: github.event_name == 'workflow_dispatch'
|
|
84
|
+
run: |
|
|
85
|
+
git checkout -B notices
|
|
86
|
+
shell: bash
|
|
87
|
+
|
|
88
|
+
- name: Commit Notice File (Workflow_Dispatch)
|
|
89
|
+
if: github.event_name == 'workflow_dispatch'
|
|
90
|
+
run: |
|
|
91
|
+
git add .
|
|
92
|
+
git commit -m "Update Notices"
|
|
93
|
+
git push -f -u origin HEAD
|
|
94
|
+
shell: bash
|
|
95
|
+
|
|
96
|
+
- name: Create PR (Workflow_Dispatch)
|
|
97
|
+
if: github.event_name == 'workflow_dispatch'
|
|
98
|
+
env:
|
|
99
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
100
|
+
run: |
|
|
101
|
+
gh pr create --title "Update License for Moonshot" --body "This PR updates adds License File for Moonshot" --base main --head notices
|
|
102
|
+
shell: bash
|
|
103
|
+
|
|
104
|
+
- name: Merge PR (Workflow_Dispatch)
|
|
105
|
+
if: github.event_name == 'workflow_dispatch'
|
|
106
|
+
env:
|
|
107
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
108
|
+
run: |
|
|
109
|
+
pr_number=$(gh pr list --state open --limit 1 --json number --jq '.[0].number')
|
|
110
|
+
gh pr merge $pr_number --merge --admin
|
|
111
|
+
shell: bash
|
|
@@ -66,7 +66,7 @@ jobs:
|
|
|
66
66
|
source venv/bin/activate
|
|
67
67
|
pip install -r requirements.txt
|
|
68
68
|
touch .env
|
|
69
|
-
echo "${{
|
|
69
|
+
echo "${{ secrets.ENVIRONMENT_VARS }}" >> .env
|
|
70
70
|
|
|
71
71
|
- name: Checkout Moonshot Data (Pull Request Review)
|
|
72
72
|
if: github.event_name == 'pull_request_review'
|
|
@@ -125,9 +125,9 @@ jobs:
|
|
|
125
125
|
env:
|
|
126
126
|
AZURE_OPENAI_URI: ${{ secrets.AZURE_OPENAI_URI }}
|
|
127
127
|
AZURE_OPENAI_TOKEN: ${{ secrets.AZURE_OPENAI_TOKEN }}
|
|
128
|
-
ADDITIONAL_PARAMETERS: ${{
|
|
129
|
-
MOONSHOT_URL: ${{
|
|
130
|
-
MOONSHOT_PORT_NUMBER: ${{
|
|
128
|
+
ADDITIONAL_PARAMETERS: ${{ secrets.ADDITIONAL_PARAMETERS }}
|
|
129
|
+
MOONSHOT_URL: ${{ secrets.MOONSHOT_URL }}
|
|
130
|
+
MOONSHOT_PORT_NUMBER: ${{ secrets.MOONSHOT_PORT_NUMBER }}
|
|
131
131
|
run: |
|
|
132
132
|
cd moonshot-smoke-testing
|
|
133
133
|
npm ci
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aiverify-moonshot
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.7
|
|
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/
|
|
@@ -15,38 +15,38 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
|
-
Requires-Dist: datasets==2.
|
|
18
|
+
Requires-Dist: datasets==2.21.0
|
|
19
19
|
Requires-Dist: ijson==3.3.0
|
|
20
20
|
Requires-Dist: jinja2==3.1.4
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
22
22
|
Requires-Dist: pandas==2.2.2
|
|
23
23
|
Requires-Dist: pydantic==2.8.2
|
|
24
|
-
Requires-Dist: pyparsing==3.1.
|
|
24
|
+
Requires-Dist: pyparsing==3.1.4
|
|
25
25
|
Requires-Dist: python-dotenv==1.0.1
|
|
26
26
|
Requires-Dist: python-slugify==8.0.4
|
|
27
|
-
Requires-Dist: xxhash==3.
|
|
27
|
+
Requires-Dist: xxhash==3.5.0
|
|
28
28
|
Provides-Extra: all
|
|
29
29
|
Requires-Dist: cmd2==2.4.3; extra == 'all'
|
|
30
30
|
Requires-Dist: dependency-injector==4.41.0; extra == 'all'
|
|
31
|
-
Requires-Dist: fastapi==0.112.
|
|
32
|
-
Requires-Dist: rich==13.
|
|
31
|
+
Requires-Dist: fastapi==0.112.2; extra == 'all'
|
|
32
|
+
Requires-Dist: rich==13.8.0; extra == 'all'
|
|
33
33
|
Requires-Dist: typing-extensions==4.12.2; extra == 'all'
|
|
34
|
-
Requires-Dist: uvicorn==0.30.
|
|
34
|
+
Requires-Dist: uvicorn==0.30.6; extra == 'all'
|
|
35
35
|
Provides-Extra: cli
|
|
36
36
|
Requires-Dist: cmd2==2.4.3; extra == 'cli'
|
|
37
|
-
Requires-Dist: rich==13.
|
|
37
|
+
Requires-Dist: rich==13.8.0; extra == 'cli'
|
|
38
38
|
Provides-Extra: web-api
|
|
39
39
|
Requires-Dist: dependency-injector==4.41.0; extra == 'web-api'
|
|
40
|
-
Requires-Dist: fastapi==0.112.
|
|
40
|
+
Requires-Dist: fastapi==0.112.2; extra == 'web-api'
|
|
41
41
|
Requires-Dist: typing-extensions==4.12.2; extra == 'web-api'
|
|
42
|
-
Requires-Dist: uvicorn==0.30.
|
|
42
|
+
Requires-Dist: uvicorn==0.30.6; extra == 'web-api'
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
|
|
45
45
|
<div align="center">
|
|
46
46
|
|
|
47
47
|

|
|
48
48
|
|
|
49
|
-
**Version 0.4.
|
|
49
|
+
**Version 0.4.7**
|
|
50
50
|
|
|
51
51
|
A simple and modular tool to evaluate any LLM application.
|
|
52
52
|
|
|
@@ -83,7 +83,7 @@ In this initial version, Moonshot can be used through several interfaces:
|
|
|
83
83
|
# Activate the virtual environment
|
|
84
84
|
source venv/bin/activate
|
|
85
85
|
```
|
|
86
|
-
4. If you plan to install our Web UI, you will also need [Node.js
|
|
86
|
+
4. If you plan to install our Web UI, you will also need [Node.js version 20.11.1 LTS](https://nodejs.org/en/blog/release/v20.11.1) and above
|
|
87
87
|
</br>
|
|
88
88
|
|
|
89
89
|
### ⬇️ Installation
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
**Version 0.4.
|
|
5
|
+
**Version 0.4.7**
|
|
6
6
|
|
|
7
7
|
A simple and modular tool to evaluate any LLM application.
|
|
8
8
|
|
|
@@ -39,7 +39,7 @@ In this initial version, Moonshot can be used through several interfaces:
|
|
|
39
39
|
# Activate the virtual environment
|
|
40
40
|
source venv/bin/activate
|
|
41
41
|
```
|
|
42
|
-
4. If you plan to install our Web UI, you will also need [Node.js
|
|
42
|
+
4. If you plan to install our Web UI, you will also need [Node.js version 20.11.1 LTS](https://nodejs.org/en/blog/release/v20.11.1) and above
|
|
43
43
|
</br>
|
|
44
44
|
|
|
45
45
|
### ⬇️ Installation
|