user-simulator 0.2.2__py3-none-any.whl → 0.2.4__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.
@@ -83,7 +83,7 @@ def configure_project(project_path):
83
83
  config.custom_personalities_folder = os.path.join(project_path, "personalities")
84
84
 
85
85
  custom_types_path = os.path.join(project_path, "types")
86
- default_types_path = os.path.join(config.root_path, "src", "config", "types")
86
+ default_types_path = os.path.join(config.src_path, "config", "types")
87
87
 
88
88
  custom_types = load_yaml_files_from_folder(custom_types_path)
89
89
  default_types = load_yaml_files_from_folder(default_types_path, existing_keys=custom_types.keys())
@@ -477,6 +477,7 @@ def main():
477
477
 
478
478
  configure_project(parser_args.project_path)
479
479
  config.root_path = os.path.abspath(os.path.join(current_script_dir, "../../.."))
480
+ config.src_path = os.path.abspath(os.path.join(current_script_dir, "../.."))
480
481
  profile_path = os.path.join(config.profiles_path, parser_args.user_profile)
481
482
 
482
483
 
user_sim/utils/config.py CHANGED
@@ -13,6 +13,7 @@ clean_cache = False
13
13
  # project data
14
14
  root_path = ""
15
15
  project_folder_path = ""
16
+ src_path = ""
16
17
  profiles_path = ""
17
18
  types_folder_path = ""
18
19
  test_cases_folder = ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: user-simulator
3
- Version: 0.2.2
3
+ Version: 0.2.4
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
@@ -31,7 +31,7 @@ License-File: LICENSE.txt
31
31
  Requires-Dist: allpairspy>=2.5.1
32
32
  Requires-Dist: beautifulsoup4>=4.13.4
33
33
  Requires-Dist: build>=1.3.0
34
- Requires-Dist: chatbot-connectors>=0.2.2
34
+ Requires-Dist: chatbot-connectors==0.3.0
35
35
  Requires-Dist: colorama>=0.4.6
36
36
  Requires-Dist: httpx>=0.28.1
37
37
  Requires-Dist: inflect>=7.0.0
@@ -14,7 +14,7 @@ user_sim/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  user_sim/cli/cli.py,sha256=uC5aiyYD9BFx6jTKSliB_BSyZB1mkjacK3pAzhYESSY,3288
15
15
  user_sim/cli/gen_user_profile.py,sha256=PSm9wi2OhflLWHM1TNxL5W2xYFR82z2-24NhOQRye2M,1462
16
16
  user_sim/cli/init_project.py,sha256=t4z4Omfo2_uh-mNjVOpFIxnnlWdtH9VUa3mD3q14v6A,1947
17
- user_sim/cli/sensei_chat.py,sha256=oSNx6zvnlHaM6F-eKe2_4rvkImUnN04yNlZ4HB0ZXv8,21318
17
+ user_sim/cli/sensei_chat.py,sha256=XIug2BB9rAUzFuDA0jMUy07X2VFCWL3gMVbcMj1lnfw,21392
18
18
  user_sim/cli/sensei_check.py,sha256=l_HIAPTw621MxXJ9fwmdE8BzDABt1XdalHVaKYH_QsQ,3900
19
19
  user_sim/cli/validation_check.py,sha256=VUJlePbTfBJOgOx2sDamKD4cplvUlS7VKqr-v1rvFPE,5363
20
20
  user_sim/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -30,7 +30,7 @@ user_sim/handlers/html_parser_module.py,sha256=JS0J-RvAQrcX3JIuLdKFwKNDetaBPQMQL
30
30
  user_sim/handlers/image_recognition_module.py,sha256=68XtRRtymr_w4MYBJW1LX3ZTBAEQPpEH1vtj5oL5rxo,4572
31
31
  user_sim/handlers/pdf_parser_module.py,sha256=2Fiu37wmpXYt--Cul9oSeoHG47feJyRpfgb6aiUdxQo,4011
32
32
  user_sim/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- user_sim/utils/config.py,sha256=MWS1YiE9IV8qcFLArku_r5jdcEaF9-eQumYMnensNH0,1336
33
+ user_sim/utils/config.py,sha256=nCuVVipW3f82SDjCHWkQbaumUIqVIb87E84ooPpbQM8,1351
34
34
  user_sim/utils/cost_tracker.py,sha256=DIP95SYeIsRl6Q4LboiNYr812c2xSEquHmbwqmWPlcs,5206
35
35
  user_sim/utils/cost_tracker_v2.py,sha256=dNcKxMgjGIq07cY4805k6qtiko6Tv-c_NpvhGK9WBGg,6418
36
36
  user_sim/utils/errors.py,sha256=hY284HuSGiZNAzL5rfgbjy7wQdaIlkYD6xFKvAr0roU,438
@@ -41,9 +41,9 @@ user_sim/utils/show_logs.py,sha256=pqwksfYYFZEu3pb-4KJrV4OEaiAUrfc5-G1qz8akJmo,1
41
41
  user_sim/utils/token_cost_calculator.py,sha256=4vFUh6OHgoZJcfxaRGARFUbyLkXPYUug6YJCM7luw6s,12540
42
42
  user_sim/utils/url_management.py,sha256=MeUoT-O7XCPWJJ-1r3T_n1zFjj3NyeJXRt_b9Nkpzdw,1998
43
43
  user_sim/utils/utilities.py,sha256=ixv48MMPaIaj12aBO0pIxIgwWie0oEMX2lckPm1_SeU,21568
44
- user_simulator-0.2.2.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
45
- user_simulator-0.2.2.dist-info/METADATA,sha256=yef4sZp-JN4W3gGj6_EWfklu23PipFe-5THfTZo068E,31898
46
- user_simulator-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
- user_simulator-0.2.2.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
48
- user_simulator-0.2.2.dist-info/top_level.txt,sha256=MWxB7cP3CckTVi4WWjejVAnJiPKwQSpGihrVfyPewGE,39
49
- user_simulator-0.2.2.dist-info/RECORD,,
44
+ user_simulator-0.2.4.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
45
+ user_simulator-0.2.4.dist-info/METADATA,sha256=Td-hOBCzxG7GGOQ_MQweZV6s7NjDEURXCij3P2jFYLk,31898
46
+ user_simulator-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ user_simulator-0.2.4.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
48
+ user_simulator-0.2.4.dist-info/top_level.txt,sha256=MWxB7cP3CckTVi4WWjejVAnJiPKwQSpGihrVfyPewGE,39
49
+ user_simulator-0.2.4.dist-info/RECORD,,