langwatch-scenario 0.7.12__tar.gz → 0.7.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/PKG-INFO +1 -1
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/PKG-INFO +1 -1
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/pyproject.toml +1 -1
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/judge_agent.py +5 -3
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/user_simulator_agent.py +1 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_judge_agent.py +57 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_user_simulator_agent.py +50 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/README.md +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/SOURCES.txt +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/dependency_links.txt +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/entry_points.txt +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/requires.txt +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/top_level.txt +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_error_messages.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/event_alert_message_logger.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/event_bus.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/event_reporter.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/events.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/messages.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_events/utils.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/README.md +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_prompts_by_id_versions.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/traces/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/client.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/errors.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/annotation.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/dataset_post_entries.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/evaluation.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item_entry.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_response_format_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_response_format_type_0_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_demonstrations.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_demonstrations_columns_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_demonstrations_columns_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_demonstrations_rows_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_inputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_inputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_outputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_outputs_item_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_outputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_prompting_technique.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/input_.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/metadata.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/metrics.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/output.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/pagination.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_demonstrations.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_demonstrations_columns_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_demonstrations_columns_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_demonstrations_rows_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_inputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_inputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_outputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_outputs_item_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_outputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_prompting_technique.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_demonstrations.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_demonstrations_columns_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_demonstrations_columns_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_demonstrations_rows_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_inputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_inputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_outputs_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_outputs_item_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_outputs_item_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_prompting_technique.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0_type.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_0.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_1.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item_function.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_3.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_4.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_400_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_401_error.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_request.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_request_filters.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_response.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/timestamps.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/trace.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/py.typed +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/lang_watch_api_client/types.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_generated/langwatch_api_client/pyproject.toml +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_utils/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_utils/ids.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_utils/message_conversion.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/_utils/utils.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/agent_adapter.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/cache.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/config/__init__.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/config/langwatch.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/config/model.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/config/scenario.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/py.typed +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/pytest_plugin.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/scenario_executor.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/scenario_state.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/script.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/scenario/types.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/setup.cfg +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/setup.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_event_reporter.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_model_config.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_scenario.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_scenario_agent.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_scenario_event_bus.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_scenario_executor.py +0 -0
- {langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/tests/test_scenario_executor_events.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langwatch-scenario"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.14"
|
|
8
8
|
description = "The end-to-end agent testing library"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "LangWatch Team", email = "support@langwatch.ai" }]
|
|
@@ -181,6 +181,7 @@ class JudgeAgent(AgentAdapter):
|
|
|
181
181
|
ScenarioConfig.default_config.default_model, str
|
|
182
182
|
):
|
|
183
183
|
self.model = model or ScenarioConfig.default_config.default_model
|
|
184
|
+
self._extra_params = extra_params
|
|
184
185
|
elif ScenarioConfig.default_config is not None and isinstance(
|
|
185
186
|
ScenarioConfig.default_config.default_model, ModelConfig
|
|
186
187
|
):
|
|
@@ -338,7 +339,8 @@ if you don't have enough information to make a verdict, say inconclusive with ma
|
|
|
338
339
|
"type": "object",
|
|
339
340
|
"properties": {
|
|
340
341
|
criteria_names[idx]: {
|
|
341
|
-
"
|
|
342
|
+
"type": "string",
|
|
343
|
+
"enum": ["true", "false", "inconclusive"],
|
|
342
344
|
"description": criterion,
|
|
343
345
|
}
|
|
344
346
|
for idx, criterion in enumerate(self.criteria)
|
|
@@ -414,12 +416,12 @@ if you don't have enough information to make a verdict, say inconclusive with ma
|
|
|
414
416
|
passed_criteria = [
|
|
415
417
|
self.criteria[idx]
|
|
416
418
|
for idx, criterion in enumerate(criteria.values())
|
|
417
|
-
if criterion ==
|
|
419
|
+
if criterion == "true"
|
|
418
420
|
]
|
|
419
421
|
failed_criteria = [
|
|
420
422
|
self.criteria[idx]
|
|
421
423
|
for idx, criterion in enumerate(criteria.values())
|
|
422
|
-
if criterion ==
|
|
424
|
+
if criterion == "false" or criterion == "inconclusive"
|
|
423
425
|
]
|
|
424
426
|
|
|
425
427
|
# Return the appropriate ScenarioResult based on the verdict
|
|
@@ -154,6 +154,7 @@ class UserSimulatorAgent(AgentAdapter):
|
|
|
154
154
|
ScenarioConfig.default_config.default_model, str
|
|
155
155
|
):
|
|
156
156
|
self.model = model or ScenarioConfig.default_config.default_model
|
|
157
|
+
self._extra_params = extra_params
|
|
157
158
|
elif ScenarioConfig.default_config is not None and isinstance(
|
|
158
159
|
ScenarioConfig.default_config.default_model, ModelConfig
|
|
159
160
|
):
|
|
@@ -92,3 +92,60 @@ async def test_judge_agent_merges_global_config_and_agent_params():
|
|
|
92
92
|
context_scenario.reset(token)
|
|
93
93
|
# Cleanup
|
|
94
94
|
ScenarioConfig.default_config = None
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
@pytest.mark.asyncio
|
|
98
|
+
async def test_judge_agent_with_string_default_model_config():
|
|
99
|
+
"""JudgeAgent should initialize _extra_params when default_model is a string."""
|
|
100
|
+
# Setup global config with string default_model
|
|
101
|
+
ScenarioConfig.default_config = ScenarioConfig(default_model="openai/gpt-4")
|
|
102
|
+
|
|
103
|
+
judge = JudgeAgent(
|
|
104
|
+
criteria=["Test criterion"],
|
|
105
|
+
temperature=0.5,
|
|
106
|
+
)
|
|
107
|
+
|
|
108
|
+
# Create mock input
|
|
109
|
+
mock_scenario_state = MagicMock()
|
|
110
|
+
mock_scenario_state.description = "Test scenario"
|
|
111
|
+
mock_scenario_state.current_turn = 1
|
|
112
|
+
mock_scenario_state.config.max_turns = 10
|
|
113
|
+
|
|
114
|
+
agent_input = AgentInput(
|
|
115
|
+
thread_id="test",
|
|
116
|
+
messages=[{"role": "user", "content": "Hello"}],
|
|
117
|
+
new_messages=[],
|
|
118
|
+
judgment_request=True,
|
|
119
|
+
scenario_state=mock_scenario_state,
|
|
120
|
+
)
|
|
121
|
+
|
|
122
|
+
# Mock litellm.completion response
|
|
123
|
+
mock_response = MagicMock()
|
|
124
|
+
mock_response.choices = [MagicMock()]
|
|
125
|
+
mock_response.choices[0].message.tool_calls = [MagicMock()]
|
|
126
|
+
mock_response.choices[0].message.tool_calls[0].function.name = "finish_test"
|
|
127
|
+
mock_response.choices[0].message.tool_calls[
|
|
128
|
+
0
|
|
129
|
+
].function.arguments = '{"verdict": "success", "reasoning": "Test passed", "criteria": {"test_criterion": true}}'
|
|
130
|
+
|
|
131
|
+
# Mock scenario context for cache decorator
|
|
132
|
+
mock_executor = MagicMock()
|
|
133
|
+
mock_executor.config = MagicMock()
|
|
134
|
+
mock_executor.config.cache_key = None
|
|
135
|
+
token = context_scenario.set(mock_executor)
|
|
136
|
+
|
|
137
|
+
try:
|
|
138
|
+
with patch(
|
|
139
|
+
"scenario.judge_agent.litellm.completion", return_value=mock_response
|
|
140
|
+
) as mock_completion:
|
|
141
|
+
# This should not raise AttributeError: 'JudgeAgent' object has no attribute '_extra_params'
|
|
142
|
+
await judge.call(agent_input)
|
|
143
|
+
|
|
144
|
+
assert mock_completion.called
|
|
145
|
+
call_kwargs = mock_completion.call_args.kwargs
|
|
146
|
+
assert call_kwargs["model"] == "openai/gpt-4"
|
|
147
|
+
assert call_kwargs["temperature"] == 0.5
|
|
148
|
+
finally:
|
|
149
|
+
context_scenario.reset(token)
|
|
150
|
+
# Cleanup
|
|
151
|
+
ScenarioConfig.default_config = None
|
|
@@ -66,3 +66,53 @@ async def test_user_simulator_agent_merges_global_config_and_agent_params():
|
|
|
66
66
|
context_scenario.reset(token)
|
|
67
67
|
# Cleanup
|
|
68
68
|
ScenarioConfig.default_config = None
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@pytest.mark.asyncio
|
|
72
|
+
async def test_user_simulator_agent_with_string_default_model_config():
|
|
73
|
+
"""UserSimulatorAgent should initialize _extra_params when default_model is a string."""
|
|
74
|
+
# Setup global config with string default_model
|
|
75
|
+
ScenarioConfig.default_config = ScenarioConfig(default_model="openai/gpt-4")
|
|
76
|
+
|
|
77
|
+
user_sim = UserSimulatorAgent(
|
|
78
|
+
temperature=0.7,
|
|
79
|
+
)
|
|
80
|
+
|
|
81
|
+
# Create mock input
|
|
82
|
+
mock_scenario_state = MagicMock()
|
|
83
|
+
mock_scenario_state.description = "Test scenario"
|
|
84
|
+
|
|
85
|
+
agent_input = AgentInput(
|
|
86
|
+
thread_id="test",
|
|
87
|
+
messages=[],
|
|
88
|
+
new_messages=[],
|
|
89
|
+
scenario_state=mock_scenario_state,
|
|
90
|
+
)
|
|
91
|
+
|
|
92
|
+
# Mock litellm.completion response
|
|
93
|
+
mock_response = MagicMock()
|
|
94
|
+
mock_response.choices = [MagicMock()]
|
|
95
|
+
mock_response.choices[0].message.content = "test user message"
|
|
96
|
+
|
|
97
|
+
# Mock scenario context for cache decorator
|
|
98
|
+
mock_executor = MagicMock()
|
|
99
|
+
mock_executor.config = MagicMock()
|
|
100
|
+
mock_executor.config.cache_key = None
|
|
101
|
+
token = context_scenario.set(mock_executor)
|
|
102
|
+
|
|
103
|
+
try:
|
|
104
|
+
with patch(
|
|
105
|
+
"scenario.user_simulator_agent.litellm.completion",
|
|
106
|
+
return_value=mock_response,
|
|
107
|
+
) as mock_completion:
|
|
108
|
+
# This should not raise AttributeError: 'UserSimulatorAgent' object has no attribute '_extra_params'
|
|
109
|
+
await user_sim.call(agent_input)
|
|
110
|
+
|
|
111
|
+
assert mock_completion.called
|
|
112
|
+
call_kwargs = mock_completion.call_args.kwargs
|
|
113
|
+
assert call_kwargs["model"] == "openai/gpt-4"
|
|
114
|
+
assert call_kwargs["temperature"] == 0.7
|
|
115
|
+
finally:
|
|
116
|
+
context_scenario.reset(token)
|
|
117
|
+
# Cleanup
|
|
118
|
+
ScenarioConfig.default_config = None
|
|
File without changes
|
{langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/requires.txt
RENAMED
|
File without changes
|
{langwatch_scenario-0.7.12 → langwatch_scenario-0.7.14}/langwatch_scenario.egg-info/top_level.txt
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
|
|
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
|
|
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
|
|
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
|