user-simulator 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl

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.
@@ -1,7 +1,6 @@
1
1
  import timeit
2
2
  from argparse import Namespace
3
- from cli import parse_chat_arguments
4
- from importlib.resources import files
3
+ from user_sim.cli.cli import parse_chat_arguments
5
4
  from user_sim.core.data_extraction import DataExtraction
6
5
  from user_sim.core.role_structure import *
7
6
  from user_sim.core.user_simulator import UserSimulator
@@ -11,7 +10,7 @@ from user_sim.utils import config
11
10
  from user_sim.utils.token_cost_calculator import create_cost_dataset
12
11
  from user_sim.utils.register_management import clean_temp_files
13
12
  from chatbot_connectors.cli import ChatbotFactory, parse_connector_params
14
-
13
+ from importlib.resources import files
15
14
  # check_keys(["OPENAI_API_KEY"])
16
15
 
17
16
  def configure_project(project_path):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: user-simulator
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: LLM-based user simulator for chatbot testing.
5
5
  Author: Alejandro Del Pozzo Escalera, Juan de Lara Jaramillo, Esther Guerra Sánchez
6
6
  License: MIT License
@@ -64,7 +64,7 @@ user_sim/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
64
  user_sim/cli/cli.py,sha256=AD0mxVMiIL0Aluk3Sp1k36qrw1ZKpI9VlCEz5rEvd9s,6600
65
65
  user_sim/cli/gen_user_profile.py,sha256=PSm9wi2OhflLWHM1TNxL5W2xYFR82z2-24NhOQRye2M,1462
66
66
  user_sim/cli/init_project.py,sha256=t4z4Omfo2_uh-mNjVOpFIxnnlWdtH9VUa3mD3q14v6A,1947
67
- user_sim/cli/sensei_chat.py,sha256=x3c5ACitJpt6BPSws9hboUIuNBDh1KkFQl_GvtV_0dc,13584
67
+ user_sim/cli/sensei_chat.py,sha256=4jduT0RvExpjKYB0m1eoB2LjKxznLo7wftRGCC80dAE,13595
68
68
  user_sim/cli/sensei_check.py,sha256=l_HIAPTw621MxXJ9fwmdE8BzDABt1XdalHVaKYH_QsQ,3900
69
69
  user_sim/cli/validation_check.py,sha256=VUJlePbTfBJOgOx2sDamKD4cplvUlS7VKqr-v1rvFPE,5363
70
70
  user_sim/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -91,9 +91,9 @@ user_sim/utils/show_logs.py,sha256=pqwksfYYFZEu3pb-4KJrV4OEaiAUrfc5-G1qz8akJmo,1
91
91
  user_sim/utils/token_cost_calculator.py,sha256=4vFUh6OHgoZJcfxaRGARFUbyLkXPYUug6YJCM7luw6s,12540
92
92
  user_sim/utils/url_management.py,sha256=MeUoT-O7XCPWJJ-1r3T_n1zFjj3NyeJXRt_b9Nkpzdw,1998
93
93
  user_sim/utils/utilities.py,sha256=2SCGCrglHEPOzG1vBBTsnUjVt5snDnjhYV6yMGLDYM8,22189
94
- user_simulator-0.3.0.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
95
- user_simulator-0.3.0.dist-info/METADATA,sha256=ZuahRH0gOyPCmKJ_k_8LNFczjmGDed7CFOYmZGT9wy8,32009
96
- user_simulator-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
97
- user_simulator-0.3.0.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
98
- user_simulator-0.3.0.dist-info/top_level.txt,sha256=LrzGbvVpd3G7yTvdMS8_ehwULpNVHt7r1NBFk-ITb3A,46
99
- user_simulator-0.3.0.dist-info/RECORD,,
94
+ user_simulator-0.3.1.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
95
+ user_simulator-0.3.1.dist-info/METADATA,sha256=bVS0CXnRHpxNPFNHDmViEWhS8v-Q98DRGdVCYGGZLz0,32009
96
+ user_simulator-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
97
+ user_simulator-0.3.1.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
98
+ user_simulator-0.3.1.dist-info/top_level.txt,sha256=LrzGbvVpd3G7yTvdMS8_ehwULpNVHt7r1NBFk-ITb3A,46
99
+ user_simulator-0.3.1.dist-info/RECORD,,