langwatch-scenario 0.7.7__tar.gz → 0.7.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/PKG-INFO +1 -1
  2. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/PKG-INFO +1 -1
  3. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/SOURCES.txt +1 -0
  4. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/pyproject.toml +1 -1
  5. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/config/model.py +4 -1
  6. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/judge_agent.py +11 -0
  7. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/user_simulator_agent.py +12 -0
  8. langwatch_scenario-0.7.8/tests/test_model_config.py +37 -0
  9. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/README.md +0 -0
  10. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/dependency_links.txt +0 -0
  11. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/entry_points.txt +0 -0
  12. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/requires.txt +0 -0
  13. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/langwatch_scenario.egg-info/top_level.txt +0 -0
  14. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/__init__.py +0 -0
  15. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_error_messages.py +0 -0
  16. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/__init__.py +0 -0
  17. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/event_alert_message_logger.py +0 -0
  18. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/event_bus.py +0 -0
  19. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/event_reporter.py +0 -0
  20. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/events.py +0 -0
  21. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/messages.py +0 -0
  22. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_events/utils.py +0 -0
  23. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/README.md +0 -0
  24. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/__init__.py +0 -0
  25. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/__init__.py +0 -0
  26. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/__init__.py +0 -0
  27. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_annotations_id.py +0 -0
  28. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_prompts_by_id.py +0 -0
  29. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/delete_api_scenario_events.py +0 -0
  30. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations.py +0 -0
  31. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations_id.py +0 -0
  32. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_annotations_trace_id.py +0 -0
  33. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
  34. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts.py +0 -0
  35. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts_by_id.py +0 -0
  36. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
  37. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/get_api_trace_id.py +0 -0
  38. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/patch_api_annotations_id.py +0 -0
  39. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_annotations_trace_id.py +0 -0
  40. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
  41. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_prompts.py +0 -0
  42. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_prompts_by_id_versions.py +0 -0
  43. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_scenario_events.py +0 -0
  44. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_trace_id_share.py +0 -0
  45. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/post_api_trace_id_unshare.py +0 -0
  46. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/default/put_api_prompts_by_id.py +0 -0
  47. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/traces/__init__.py +0 -0
  48. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/api/traces/post_api_trace_search.py +0 -0
  49. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/client.py +0 -0
  50. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/errors.py +0 -0
  51. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/__init__.py +0 -0
  52. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/annotation.py +0 -0
  53. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/dataset_post_entries.py +0 -0
  54. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/dataset_post_entries_entries_item.py +0 -0
  55. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_annotations_id_response_200.py +0 -0
  56. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
  57. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
  58. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_400_error.py +0 -0
  59. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
  60. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_401_error.py +0 -0
  61. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
  62. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
  63. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_200.py +0 -0
  64. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_400.py +0 -0
  65. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_401.py +0 -0
  66. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/delete_api_scenario_events_response_500.py +0 -0
  67. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/error.py +0 -0
  68. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/evaluation.py +0 -0
  69. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/evaluation_timestamps.py +0 -0
  70. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
  71. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
  72. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  73. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
  74. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
  75. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
  76. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
  77. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
  78. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
  79. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
  80. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
  81. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_200_response_format_type_0.py +0 -0
  82. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  83. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  84. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  85. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
  86. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_400_error.py +0 -0
  87. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
  88. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_401_error.py +0 -0
  89. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
  90. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
  91. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200.py +0 -0
  92. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data.py +0 -0
  93. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_200_config_data_demonstrations.py +0 -0
  94. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  95. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  96. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  97. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  98. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  99. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  100. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  101. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  102. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  103. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  104. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  105. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
  106. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_400_error.py +0 -0
  107. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
  108. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_401_error.py +0 -0
  109. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
  110. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
  111. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item.py +0 -0
  112. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
  113. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
  114. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0.py +0 -0
  115. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  116. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  117. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_200_item_response_format_type_0_type.py +0 -0
  118. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_400.py +0 -0
  119. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_400_error.py +0 -0
  120. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_401.py +0 -0
  121. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_401_error.py +0 -0
  122. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_prompts_response_500.py +0 -0
  123. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200.py +0 -0
  124. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
  125. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
  126. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
  127. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
  128. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_input.py +0 -0
  129. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
  130. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
  131. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_output.py +0 -0
  132. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
  133. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
  134. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
  135. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
  136. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
  137. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
  138. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
  139. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
  140. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
  141. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
  142. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/input_.py +0 -0
  143. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/metadata.py +0 -0
  144. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/metrics.py +0 -0
  145. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/output.py +0 -0
  146. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/pagination.py +0 -0
  147. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/patch_api_annotations_id_body.py +0 -0
  148. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/patch_api_annotations_id_response_200.py +0 -0
  149. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_annotations_trace_id_body.py +0 -0
  150. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_body.py +0 -0
  151. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body.py +0 -0
  152. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data.py +0 -0
  153. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_demonstrations.py +0 -0
  154. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  155. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  156. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  157. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_inputs_item.py +0 -0
  158. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  159. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_messages_item.py +0 -0
  160. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  161. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_outputs_item.py +0 -0
  162. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  163. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  164. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_body_config_data_prompting_technique.py +0 -0
  165. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200.py +0 -0
  166. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data.py +0 -0
  167. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_200_config_data_demonstrations.py +0 -0
  168. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  169. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  170. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  171. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  172. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  173. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  174. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  175. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  176. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  177. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  178. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  179. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_400.py +0 -0
  180. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_400_error.py +0 -0
  181. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_401.py +0 -0
  182. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_401_error.py +0 -0
  183. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_404.py +0 -0
  184. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_by_id_versions_response_500.py +0 -0
  185. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200.py +0 -0
  186. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
  187. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
  188. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0.py +0 -0
  189. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0_json_schema.py +0 -0
  190. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  191. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_200_response_format_type_0_type.py +0 -0
  192. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_400.py +0 -0
  193. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_400_error.py +0 -0
  194. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_401.py +0 -0
  195. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_401_error.py +0 -0
  196. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_prompts_response_500.py +0 -0
  197. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
  198. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
  199. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
  200. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
  201. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
  202. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
  203. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
  204. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_0.py +0 -0
  205. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_1.py +0 -0
  206. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2.py +0 -0
  207. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  208. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/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
  209. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_3.py +0 -0
  210. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_4.py +0 -0
  211. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_201.py +0 -0
  212. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_400.py +0 -0
  213. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_401.py +0 -0
  214. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_scenario_events_response_500.py +0 -0
  215. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_trace_id_share_response_200.py +0 -0
  216. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
  217. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_body.py +0 -0
  218. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
  219. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
  220. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_400_error.py +0 -0
  221. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
  222. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_401_error.py +0 -0
  223. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
  224. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
  225. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_request.py +0 -0
  226. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_request_filters.py +0 -0
  227. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/search_response.py +0 -0
  228. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/timestamps.py +0 -0
  229. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/models/trace.py +0 -0
  230. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/py.typed +0 -0
  231. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/lang_watch_api_client/types.py +0 -0
  232. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_generated/langwatch_api_client/pyproject.toml +0 -0
  233. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_utils/__init__.py +0 -0
  234. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_utils/ids.py +0 -0
  235. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_utils/message_conversion.py +0 -0
  236. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/_utils/utils.py +0 -0
  237. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/agent_adapter.py +0 -0
  238. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/cache.py +0 -0
  239. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/config/__init__.py +0 -0
  240. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/config/langwatch.py +0 -0
  241. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/config/scenario.py +0 -0
  242. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/pytest_plugin.py +0 -0
  243. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/scenario_executor.py +0 -0
  244. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/scenario_state.py +0 -0
  245. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/script.py +0 -0
  246. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/scenario/types.py +0 -0
  247. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/setup.cfg +0 -0
  248. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/setup.py +0 -0
  249. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_event_reporter.py +0 -0
  250. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_scenario.py +0 -0
  251. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_scenario_agent.py +0 -0
  252. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_scenario_event_bus.py +0 -0
  253. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_scenario_executor.py +0 -0
  254. {langwatch_scenario-0.7.7 → langwatch_scenario-0.7.8}/tests/test_scenario_executor_events.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langwatch-scenario
3
- Version: 0.7.7
3
+ Version: 0.7.8
4
4
  Summary: The end-to-end agent testing library
5
5
  Author-email: LangWatch Team <support@langwatch.ai>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langwatch-scenario
3
- Version: 0.7.7
3
+ Version: 0.7.8
4
4
  Summary: The end-to-end agent testing library
5
5
  Author-email: LangWatch Team <support@langwatch.ai>
6
6
  License: MIT
@@ -244,6 +244,7 @@ scenario/config/langwatch.py
244
244
  scenario/config/model.py
245
245
  scenario/config/scenario.py
246
246
  tests/test_event_reporter.py
247
+ tests/test_model_config.py
247
248
  tests/test_scenario.py
248
249
  tests/test_scenario_agent.py
249
250
  tests/test_scenario_event_bus.py
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "langwatch-scenario"
7
- version = "0.7.7"
7
+ version = "0.7.8"
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" }]
@@ -17,7 +17,8 @@ class ModelConfig(BaseModel):
17
17
  for use with user simulator and judge agents in the Scenario framework.
18
18
 
19
19
  Attributes:
20
- model: The model identifier (e.g., "openai/gpt-4.1-mini", "anthropic/claude-3-sonnet")
20
+ model: The model identifier (e.g., "openai/gpt-4.1", "anthropic/claude-3-sonnet")
21
+ api_base: Optional base URL where the model is hosted
21
22
  api_key: Optional API key for the model provider
22
23
  temperature: Sampling temperature for response generation (0.0 = deterministic, 1.0 = creative)
23
24
  max_tokens: Maximum number of tokens to generate in responses
@@ -26,6 +27,7 @@ class ModelConfig(BaseModel):
26
27
  ```
27
28
  model_config = ModelConfig(
28
29
  model="openai/gpt-4.1",
30
+ api_base="https://api.openai.com/v1",
29
31
  api_key="your-api-key",
30
32
  temperature=0.1,
31
33
  max_tokens=1000
@@ -34,6 +36,7 @@ class ModelConfig(BaseModel):
34
36
  """
35
37
 
36
38
  model: str
39
+ api_base: Optional[str] = None
37
40
  api_key: Optional[str] = None
38
41
  temperature: float = 0.0
39
42
  max_tokens: Optional[int] = None
@@ -41,6 +41,7 @@ class JudgeAgent(AgentAdapter):
41
41
  Attributes:
42
42
  role: Always AgentRole.JUDGE for judge agents
43
43
  model: LLM model identifier to use for evaluation
44
+ api_base: Optional base URL where the model is hosted
44
45
  api_key: Optional API key for the model provider
45
46
  temperature: Sampling temperature for evaluation consistency
46
47
  max_tokens: Maximum tokens for judge reasoning
@@ -97,6 +98,7 @@ class JudgeAgent(AgentAdapter):
97
98
  role = AgentRole.JUDGE
98
99
 
99
100
  model: str
101
+ api_base: Optional[str]
100
102
  api_key: Optional[str]
101
103
  temperature: float
102
104
  max_tokens: Optional[int]
@@ -108,6 +110,7 @@ class JudgeAgent(AgentAdapter):
108
110
  *,
109
111
  criteria: Optional[List[str]] = None,
110
112
  model: Optional[str] = None,
113
+ api_base: Optional[str] = None,
111
114
  api_key: Optional[str] = None,
112
115
  temperature: float = 0.0,
113
116
  max_tokens: Optional[int] = None,
@@ -122,6 +125,8 @@ class JudgeAgent(AgentAdapter):
122
125
  and negative constraints ("Agent should not provide personal information").
123
126
  model: LLM model identifier (e.g., "openai/gpt-4.1").
124
127
  If not provided, uses the default model from global configuration.
128
+ api_base: Optional base URL where the model is hosted. If not provided,
129
+ uses the base URL from global configuration.
125
130
  api_key: API key for the model provider. If not provided,
126
131
  uses the key from global configuration or environment.
127
132
  temperature: Sampling temperature for evaluation (0.0-1.0).
@@ -156,6 +161,7 @@ class JudgeAgent(AgentAdapter):
156
161
  """
157
162
  # Override the default system prompt for the judge agent
158
163
  self.criteria = criteria or []
164
+ self.api_base = api_base
159
165
  self.api_key = api_key
160
166
  self.temperature = temperature
161
167
  self.max_tokens = max_tokens
@@ -172,6 +178,9 @@ class JudgeAgent(AgentAdapter):
172
178
  ScenarioConfig.default_config.default_model, ModelConfig
173
179
  ):
174
180
  self.model = model or ScenarioConfig.default_config.default_model.model
181
+ self.api_base = (
182
+ api_base or ScenarioConfig.default_config.default_model.api_base
183
+ )
175
184
  self.api_key = (
176
185
  api_key or ScenarioConfig.default_config.default_model.api_key
177
186
  )
@@ -351,6 +360,8 @@ if you don't have enough information to make a verdict, say inconclusive with ma
351
360
  model=self.model,
352
361
  messages=messages,
353
362
  temperature=self.temperature,
363
+ api_key=self.api_key,
364
+ api_base=self.api_base,
354
365
  max_tokens=self.max_tokens,
355
366
  tools=tools,
356
367
  tool_choice=(
@@ -37,6 +37,7 @@ class UserSimulatorAgent(AgentAdapter):
37
37
  Attributes:
38
38
  role: Always AgentRole.USER for user simulator agents
39
39
  model: LLM model identifier to use for generating user messages
40
+ api_base: Optional base URL where the model is hosted
40
41
  api_key: Optional API key for the model provider
41
42
  temperature: Sampling temperature for response generation
42
43
  max_tokens: Maximum tokens to generate in user messages
@@ -76,9 +77,11 @@ class UserSimulatorAgent(AgentAdapter):
76
77
  - Messages are generated in a casual, human-like style (lowercase, brief, etc.)
77
78
  - The simulator will not act as an assistant - it only generates user inputs
78
79
  """
80
+
79
81
  role = AgentRole.USER
80
82
 
81
83
  model: str
84
+ api_base: Optional[str]
82
85
  api_key: Optional[str]
83
86
  temperature: float
84
87
  max_tokens: Optional[int]
@@ -88,6 +91,7 @@ class UserSimulatorAgent(AgentAdapter):
88
91
  self,
89
92
  *,
90
93
  model: Optional[str] = None,
94
+ api_base: Optional[str] = None,
91
95
  api_key: Optional[str] = None,
92
96
  temperature: float = 0.0,
93
97
  max_tokens: Optional[int] = None,
@@ -99,6 +103,8 @@ class UserSimulatorAgent(AgentAdapter):
99
103
  Args:
100
104
  model: LLM model identifier (e.g., "openai/gpt-4.1").
101
105
  If not provided, uses the default model from global configuration.
106
+ api_base: Optional base URL where the model is hosted. If not provided,
107
+ uses the base URL from global configuration.
102
108
  api_key: API key for the model provider. If not provided,
103
109
  uses the key from global configuration or environment.
104
110
  temperature: Sampling temperature for message generation (0.0-1.0).
@@ -128,6 +134,7 @@ class UserSimulatorAgent(AgentAdapter):
128
134
  ```
129
135
  """
130
136
  # Override the default system prompt for the user simulator agent
137
+ self.api_base = api_base
131
138
  self.api_key = api_key
132
139
  self.temperature = temperature
133
140
  self.max_tokens = max_tokens
@@ -144,6 +151,9 @@ class UserSimulatorAgent(AgentAdapter):
144
151
  ScenarioConfig.default_config.default_model, ModelConfig
145
152
  ):
146
153
  self.model = model or ScenarioConfig.default_config.default_model.model
154
+ self.api_base = (
155
+ api_base or ScenarioConfig.default_config.default_model.api_base
156
+ )
147
157
  self.api_key = (
148
158
  api_key or ScenarioConfig.default_config.default_model.api_key
149
159
  )
@@ -222,6 +232,8 @@ Your goal (assistant) is to interact with the Agent Under Test (user) as if you
222
232
  model=self.model,
223
233
  messages=messages,
224
234
  temperature=self.temperature,
235
+ api_key=self.api_key,
236
+ api_base=self.api_base,
225
237
  max_tokens=self.max_tokens,
226
238
  tools=[],
227
239
  ),
@@ -0,0 +1,37 @@
1
+ import pytest
2
+ from unittest.mock import patch, MagicMock
3
+ from scenario.types import AgentInput
4
+ from scenario.config import ModelConfig
5
+ from typing import Optional
6
+
7
+
8
+ class UserSimulatorAgent:
9
+ def __init__(self, *, model: str, api_base: Optional[str]):
10
+ self.model = model
11
+ self.api_base = api_base or ""
12
+
13
+ async def call(self, input: AgentInput):
14
+ from litellm import completion
15
+
16
+ completion(model=self.model, messages=[], api_base=self.api_base)
17
+
18
+
19
+ def test_modelconfig_api_base_field():
20
+ config = ModelConfig(model="foo", api_base="https://bar.com")
21
+ assert config.api_base == "https://bar.com"
22
+
23
+
24
+ @pytest.mark.asyncio
25
+ async def test_user_simulator_agent_uses_modelconfig_api_base():
26
+ model_config = ModelConfig(
27
+ model="openai/gpt-4.1", api_base="https://custom-api-base.example.com"
28
+ )
29
+ agent = UserSimulatorAgent(model=model_config.model, api_base=model_config.api_base)
30
+ agent_input = MagicMock(spec=AgentInput)
31
+ with patch("litellm.completion") as mock_completion:
32
+ await agent.call(agent_input)
33
+ assert mock_completion.called
34
+ assert (
35
+ mock_completion.call_args.kwargs["api_base"]
36
+ == "https://custom-api-base.example.com"
37
+ )