aiverify-moonshot 0.6.4__tar.gz → 0.7.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.
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/PKG-INFO +11 -12
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/README.md +10 -11
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/app.py +1 -1
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/pyproject.toml +2 -2
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.coveragerc +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.flake8 +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/developing-workflows.md +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/pull_request_template.md +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/create_backup.sh +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/install_ms_service.sh +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/moonshot_env +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/moonshot_test_env +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/moonshot_ui_env +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/run_smoke_test.sh +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/scripts/start_ms_service.sh +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/docs-update.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/gh-event-notification.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/integration-test.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/notices-file-gen.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/pre-build-checks.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/sast-codeql.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/sca-scan.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/sit-build.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/smoke-test-cli.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/smoke-test.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/test-pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/uat-build.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.gitignore +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.pre-commit-config.yaml +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/AUTHORS.md +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/LICENSE.md +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/NOTICES.md +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/__main__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/api.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/__main__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/active_session_cfg.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/benchmark.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/cookbook.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/datasets.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/metrics.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/recipe.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/result.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/run.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/runner.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/cli.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/cli_errors.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/common.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/connectors.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/dataset.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/display_helper.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/prompt_template.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/initialisation/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/initialisation/initialisation.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/attack_module.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/context_strategy.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/prompt_template.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/redteam.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/session.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/utils/process_data.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/.env.dev +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/__main__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/container.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/log/.gitkeep +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/logging_conf.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/attack_modules.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/benchmark.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/benchmark_result.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/bookmark.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/context_strategy.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/cookbook.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/dataset.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/endpoint.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/metric.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/prompt_template.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/recipe.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/redteam.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/runner.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/benchmark_runner_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/bookmark_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/cookbook_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/cookbook_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/dataset_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/dataset_response_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/endpoint_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/endpoint_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/prompt_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/prompt_template_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/recipe_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/recipe_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/session_create_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/session_prompt_dto.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/schemas/session_response_model.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/attack_module_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/auto_red_team_test_manager.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/auto_red_team_test_state.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/base_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/benchmark_result_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/benchmark_test_manager.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/benchmark_test_state.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/benchmarking_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/bookmark_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/context_strategy_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/cookbook_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/dataset_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/endpoint_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/metric_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/prompt_template_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/recipe_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/runner_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/session_service.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/utils/exceptions_handler.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/utils/file_manager.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/services/utils/results_formatter.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/status_updater/interface/benchmark_progress_callback.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/status_updater/interface/redteam_progress_callback.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/status_updater/moonshot_ui_webhook.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/temp/.gitkeep +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/types/types.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_bookmark.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_connector.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_connector_endpoint.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_context_strategy.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_cookbook.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_dataset.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_environment_variables.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_metrics.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_prompt_template.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_recipe.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_red_teaming.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_result.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_run.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_runner.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_session.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/bookmark/bookmark.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/bookmark/bookmark_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/configs/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/configs/env_variables.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors/connector.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors/connector_prompt_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors/connector_response.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors_endpoints/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors_endpoints/connector_endpoint.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors_endpoints/connector_endpoint_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/cookbooks/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/cookbooks/cookbook.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/cookbooks/cookbook_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/datasets/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/datasets/dataset.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/datasets/dataset_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/messages_constants.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/metrics/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/metrics/metric.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/metrics/metric_interface.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/prompt_templates/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/prompt_templates/prompt_template.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/recipes/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/recipes/recipe.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/recipes/recipe_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/attack_module.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/attack_module_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/context_strategy.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/context_strategy/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/context_strategy/context_strategy_interface.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/chat.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/red_teaming_progress.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/red_teaming_type.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/session.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/results/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/results/result.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/results/result_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runners/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runners/runner.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runners/runner_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runners/runner_type.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runs/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runs/run.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runs/run_arguments.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runs/run_progress.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runs/run_status.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/storage/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/storage/db_interface.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/storage/io_interface.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/storage/storage.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/__init__.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/find_feature.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/import_modules.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/log.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/pagination.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/utils/timeit.py +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/requirements.txt +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/third-party/pygments-2.18.0-py3-none-any.whl +0 -0
- {aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/third-party/text_unidecode-1.3-py2.py3-none-any.whl +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiverify-moonshot
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.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/
|
|
@@ -48,7 +48,7 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
|
|
49
49
|

|
|
50
50
|
|
|
51
|
-
**Version 0.
|
|
51
|
+
**Version 0.7.1**
|
|
52
52
|
|
|
53
53
|
A simple and modular tool to evaluate any LLM-based AI systems.
|
|
54
54
|
|
|
@@ -59,16 +59,15 @@ A simple and modular tool to evaluate any LLM-based AI systems.
|
|
|
59
59
|
|
|
60
60
|
## 🎯 Motivation
|
|
61
61
|
|
|
62
|
-
Developed by the [AI Verify Foundation](https://aiverifyfoundation.sg/), [Moonshot](https://aiverifyfoundation.sg/project-moonshot/) is
|
|
62
|
+
Developed by the [AI Verify Foundation](https://aiverifyfoundation.sg/), [Moonshot](https://aiverifyfoundation.sg/project-moonshot/) is a tool to bring Benchmarking and Red-Teaming together to help AI developers, compliance teams evaluate LLM-based Apps and LLMs.
|
|
63
63
|
|
|
64
64
|
</br>
|
|
65
65
|
|
|
66
66
|
## 🚀 Why Moonshot
|
|
67
67
|
|
|
68
|
-
In the rapidly evolving landscape of Generative AI, ensuring safety, reliability, and performance of
|
|
69
|
-
- <b>Benchmark Tests:</b> Systematically test
|
|
70
|
-
- <b>Red Team Attacks:</b> Proactively identify vulnerabilities and potential misuse scenarios in your
|
|
71
|
-
- <b>Streamline MLOps:</b> Integrate evaluation seamlessly into your development pipeline with flexible APIs.
|
|
68
|
+
In the rapidly evolving landscape of Generative AI, ensuring safety, reliability, and performance of LLM applications is paramount. Moonshot addresses this critical need by providing a unified platform for:
|
|
69
|
+
- <b>Benchmark Tests:</b> Systematically test LLM Apps or LLMs across critical trust & safety risks using a wide array of open-source benchmark dataset and metrics, including guided workflows to implement <b>IMDA's Starter Kit for LLM-based App Testing</b>.
|
|
70
|
+
- <b>Red Team Attacks:</b> Proactively identify vulnerabilities and potential misuse scenarios in your LLM applications through streamlined adversarial prompting.
|
|
72
71
|
|
|
73
72
|
</br>
|
|
74
73
|
|
|
@@ -79,20 +78,20 @@ In the rapidly evolving landscape of Generative AI, ensuring safety, reliability
|
|
|
79
78
|
- [View list of available datasets available](https://aiverify-foundation.github.io/moonshot/resources/datasets/)
|
|
80
79
|
- Test for <b>Performance</b> (e.g., accuracy, BLEU)
|
|
81
80
|
- Ensure <b>Trust & Safety</b> e.g., bias, toxicity, hallucination)
|
|
82
|
-
- Utilize
|
|
81
|
+
- Utilize built-in workflow to implement IMDA's Starter Kit for LLM-based App Testing. [View available pre-built Cookbooks](https://aiverify-foundation.github.io/moonshot/resources/cookbooks/)
|
|
83
82
|
- <b>Powerful Red-Teaming:</b>
|
|
84
83
|
- [View list of available attack modules](https://aiverify-foundation.github.io/moonshot/resources/attack_modules/)
|
|
85
84
|
- Simplify adversarial prompt generation using algorithmic strategies or generative LLM to uncover potential misuse.
|
|
86
85
|
- Leverage prompt templates, context strategies, and automated attack modules.
|
|
87
|
-
- <b>Customizable Recipes:</b>
|
|
88
|
-
- <b>Insightful Reporting:</b>
|
|
89
|
-
- <b>Extensible & Modular:</b> Designed for easy extension and integration with new
|
|
86
|
+
- <b>Customizable Recipes:</b> Build your own benchmark tests with custom datasets (input-target pairs), prompt templates (optional), evaluation metric, and grading scales. [View available pre-built Recipes](https://aiverify-foundation.github.io/moonshot/resources/recipes/)
|
|
87
|
+
- <b>Insightful Reporting:</b> Use our HTML reports with interactive charts for clear visualization of test results, and download detailed raw JSON results for deeper programmatic analysis.
|
|
88
|
+
- <b>Extensible & Modular:</b> Designed for easy extension and integration with new LLM applications, benchmarks, and attack techniques.
|
|
90
89
|
|
|
91
90
|
</br>
|
|
92
91
|
|
|
93
92
|
# Getting Started
|
|
94
93
|
|
|
95
|
-
|
|
94
|
+
Moonshot can be used through several interfaces:
|
|
96
95
|
- User-friendly Web UI - [Web UI User Guide](https://aiverify-foundation.github.io/moonshot/user_guide/web_ui/web_ui_guide/)
|
|
97
96
|
- Interactive Command Line Interface - [CLI User Guide](https://aiverify-foundation.github.io/moonshot/user_guide/cli/connecting_endpoints/)
|
|
98
97
|
- Seamless Integration into your MLOps workflow via Moonshot Library APIs or Moonshot Web APIs - [Notebook Examples](https://github.com/aiverify-foundation/moonshot/tree/main/examples/jupyter-notebook), [Web API Docs](https://aiverify-foundation.github.io/moonshot/api_reference/web_api_swagger/)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
**Version 0.
|
|
5
|
+
**Version 0.7.1**
|
|
6
6
|
|
|
7
7
|
A simple and modular tool to evaluate any LLM-based AI systems.
|
|
8
8
|
|
|
@@ -13,16 +13,15 @@ A simple and modular tool to evaluate any LLM-based AI systems.
|
|
|
13
13
|
|
|
14
14
|
## 🎯 Motivation
|
|
15
15
|
|
|
16
|
-
Developed by the [AI Verify Foundation](https://aiverifyfoundation.sg/), [Moonshot](https://aiverifyfoundation.sg/project-moonshot/) is
|
|
16
|
+
Developed by the [AI Verify Foundation](https://aiverifyfoundation.sg/), [Moonshot](https://aiverifyfoundation.sg/project-moonshot/) is a tool to bring Benchmarking and Red-Teaming together to help AI developers, compliance teams evaluate LLM-based Apps and LLMs.
|
|
17
17
|
|
|
18
18
|
</br>
|
|
19
19
|
|
|
20
20
|
## 🚀 Why Moonshot
|
|
21
21
|
|
|
22
|
-
In the rapidly evolving landscape of Generative AI, ensuring safety, reliability, and performance of
|
|
23
|
-
- <b>Benchmark Tests:</b> Systematically test
|
|
24
|
-
- <b>Red Team Attacks:</b> Proactively identify vulnerabilities and potential misuse scenarios in your
|
|
25
|
-
- <b>Streamline MLOps:</b> Integrate evaluation seamlessly into your development pipeline with flexible APIs.
|
|
22
|
+
In the rapidly evolving landscape of Generative AI, ensuring safety, reliability, and performance of LLM applications is paramount. Moonshot addresses this critical need by providing a unified platform for:
|
|
23
|
+
- <b>Benchmark Tests:</b> Systematically test LLM Apps or LLMs across critical trust & safety risks using a wide array of open-source benchmark dataset and metrics, including guided workflows to implement <b>IMDA's Starter Kit for LLM-based App Testing</b>.
|
|
24
|
+
- <b>Red Team Attacks:</b> Proactively identify vulnerabilities and potential misuse scenarios in your LLM applications through streamlined adversarial prompting.
|
|
26
25
|
|
|
27
26
|
</br>
|
|
28
27
|
|
|
@@ -33,20 +32,20 @@ In the rapidly evolving landscape of Generative AI, ensuring safety, reliability
|
|
|
33
32
|
- [View list of available datasets available](https://aiverify-foundation.github.io/moonshot/resources/datasets/)
|
|
34
33
|
- Test for <b>Performance</b> (e.g., accuracy, BLEU)
|
|
35
34
|
- Ensure <b>Trust & Safety</b> e.g., bias, toxicity, hallucination)
|
|
36
|
-
- Utilize
|
|
35
|
+
- Utilize built-in workflow to implement IMDA's Starter Kit for LLM-based App Testing. [View available pre-built Cookbooks](https://aiverify-foundation.github.io/moonshot/resources/cookbooks/)
|
|
37
36
|
- <b>Powerful Red-Teaming:</b>
|
|
38
37
|
- [View list of available attack modules](https://aiverify-foundation.github.io/moonshot/resources/attack_modules/)
|
|
39
38
|
- Simplify adversarial prompt generation using algorithmic strategies or generative LLM to uncover potential misuse.
|
|
40
39
|
- Leverage prompt templates, context strategies, and automated attack modules.
|
|
41
|
-
- <b>Customizable Recipes:</b>
|
|
42
|
-
- <b>Insightful Reporting:</b>
|
|
43
|
-
- <b>Extensible & Modular:</b> Designed for easy extension and integration with new
|
|
40
|
+
- <b>Customizable Recipes:</b> Build your own benchmark tests with custom datasets (input-target pairs), prompt templates (optional), evaluation metric, and grading scales. [View available pre-built Recipes](https://aiverify-foundation.github.io/moonshot/resources/recipes/)
|
|
41
|
+
- <b>Insightful Reporting:</b> Use our HTML reports with interactive charts for clear visualization of test results, and download detailed raw JSON results for deeper programmatic analysis.
|
|
42
|
+
- <b>Extensible & Modular:</b> Designed for easy extension and integration with new LLM applications, benchmarks, and attack techniques.
|
|
44
43
|
|
|
45
44
|
</br>
|
|
46
45
|
|
|
47
46
|
# Getting Started
|
|
48
47
|
|
|
49
|
-
|
|
48
|
+
Moonshot can be used through several interfaces:
|
|
50
49
|
- User-friendly Web UI - [Web UI User Guide](https://aiverify-foundation.github.io/moonshot/user_guide/web_ui/web_ui_guide/)
|
|
51
50
|
- Interactive Command Line Interface - [CLI User Guide](https://aiverify-foundation.github.io/moonshot/user_guide/cli/connecting_endpoints/)
|
|
52
51
|
- Seamless Integration into your MLOps workflow via Moonshot Library APIs or Moonshot Web APIs - [Notebook Examples](https://github.com/aiverify-foundation/moonshot/tree/main/examples/jupyter-notebook), [Web API Docs](https://aiverify-foundation.github.io/moonshot/api_reference/web_api_swagger/)
|
|
@@ -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.
|
|
74
|
+
title="Project Moonshot", version="0.7.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.
|
|
7
|
+
version = "0.7.1"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="AI Verify Foundation", email="info@aiverify.sg" }
|
|
10
10
|
]
|
|
@@ -110,7 +110,7 @@ allow-direct-references = true
|
|
|
110
110
|
|
|
111
111
|
[tool.poetry]
|
|
112
112
|
name = "aiverify-moonshot"
|
|
113
|
-
version = "0.
|
|
113
|
+
version = "0.7.1"
|
|
114
114
|
description = "A simple and modular tool to evaluate and red-team any LLM application."
|
|
115
115
|
authors = ["The Moonshot Team <our.moonshot.team@gmail.com>"]
|
|
116
116
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/gh-event-notification.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/.github/workflows/test-pypi-deployment.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/active_session_cfg.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/benchmark.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/cookbook.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/datasets.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/metrics.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/recipe.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/result.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/run.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/benchmark/runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/common.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/connectors.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/common/dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/redteam.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/redteam/session.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/cli/utils/process_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/__main__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/container.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/log/.gitkeep
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/logging_conf.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/bookmark.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/cookbook.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/dataset.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/endpoint.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/metric.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/recipe.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/redteam.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/routes/runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/temp/.gitkeep
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/integrations/web_api/types/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_connector_endpoint.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_context_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/api/api_environment_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/bookmark/bookmark_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors/connector_response.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/connectors_endpoints/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/cookbooks/cookbook_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/datasets/dataset_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/metrics/metric_interface.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/prompt_templates/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/prompt_templates/prompt_template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/recipes/recipe_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/attack/attack_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/redteaming/session/session.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/results/result_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/moonshot/src/runners/runner_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.6.4 → aiverify_moonshot-0.7.1}/third-party/pygments-2.18.0-py3-none-any.whl
RENAMED
|
File without changes
|
|
File without changes
|