user-simulator 0.1.3__py3-none-any.whl → 0.1.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.
user_sim/__init__.py CHANGED
@@ -1,9 +1,9 @@
1
1
  # src/user_sim/__init__.py
2
- from cli.sensei_chat import main as sensei_chat_main
3
- from cli.sensei_check import main as sensei_check_main
4
- from cli.init_project import main as init_project_main
5
- from cli.validation_check import main as validation_check_main
6
- from cli.gen_user_profile import main as gen_user_profile_main
2
+ from .cli.sensei_chat import main as sensei_chat_main
3
+ from .cli.sensei_check import main as sensei_check_main
4
+ from .cli.init_project import main as init_project_main
5
+ from .cli.validation_check import main as validation_check_main
6
+ from .cli.gen_user_profile import main as gen_user_profile_main
7
7
 
8
8
 
9
9
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: user-simulator
3
- Version: 0.1.3
3
+ Version: 0.1.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
@@ -8,7 +8,7 @@ technologies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  technologies/chatbot_connectors.py,sha256=sXMyVyHXYfPjIC7H4LlHgtSnhI4oIhkTdvMR2JSn8DI,25398
9
9
  technologies/chatbots.py,sha256=apTbCU2paYLgVLAXg2h0HAigazJxIo7L9vKQpcJpqyM,3047
10
10
  technologies/taskyto.py,sha256=d-I45hE0xKrFsV6qDkAZ0b98NAnaARAiSM5RE781CVw,5194
11
- user_sim/__init__.py,sha256=ZHvyHtZapUBM_rwrodow5PxSXTjEGR7g_1rxNSgoXF4,476
11
+ user_sim/__init__.py,sha256=CFEqdBdTxragXSLPKiq2-LgoT3Ky6wT4Ru3GE696m7c,481
12
12
  user_sim/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  user_sim/cli/gen_user_profile.py,sha256=2CyPOr3CDSVZuJephFc4sOnzS8PyBXz4O_r-iqW-eIU,1466
14
14
  user_sim/cli/init_project.py,sha256=t4z4Omfo2_uh-mNjVOpFIxnnlWdtH9VUa3mD3q14v6A,1947
@@ -39,9 +39,9 @@ user_sim/utils/show_logs.py,sha256=pqwksfYYFZEu3pb-4KJrV4OEaiAUrfc5-G1qz8akJmo,1
39
39
  user_sim/utils/token_cost_calculator.py,sha256=6jf8jqppq-Ao_pJJEdqvvUmI9aeDY-dYqqTHomqWEgc,12548
40
40
  user_sim/utils/url_management.py,sha256=TnV4Qv09SVmjXrEa2sqRCFiqr3tyzMkqAhs1XpR7U4I,2010
41
41
  user_sim/utils/utilities.py,sha256=IC6KlyZeRJOElOl-QfZLo1VPkWW6l_qjRHCazw4XZ-g,19774
42
- user_simulator-0.1.3.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
43
- user_simulator-0.1.3.dist-info/METADATA,sha256=0Xcjj1lhvb8EOmmYl4d_8nABdn9_pyHGQHBrRVhSTss,31705
44
- user_simulator-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- user_simulator-0.1.3.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
46
- user_simulator-0.1.3.dist-info/top_level.txt,sha256=IGlrGt_QHrM2G3Mlo76gMp8ArUR_F9k4RrzJd8YHpE4,34
47
- user_simulator-0.1.3.dist-info/RECORD,,
42
+ user_simulator-0.1.4.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
43
+ user_simulator-0.1.4.dist-info/METADATA,sha256=4C2Oa-nf4CUw-0DsvPNa_FWbmE2PK_tUFeHF79SD3dc,31705
44
+ user_simulator-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ user_simulator-0.1.4.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
46
+ user_simulator-0.1.4.dist-info/top_level.txt,sha256=IGlrGt_QHrM2G3Mlo76gMp8ArUR_F9k4RrzJd8YHpE4,34
47
+ user_simulator-0.1.4.dist-info/RECORD,,