user-simulator 0.1.0__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.
Files changed (37) hide show
  1. user_sim/__init__.py +0 -0
  2. user_sim/cli/__init__.py +0 -0
  3. user_sim/cli/gen_user_profile.py +34 -0
  4. user_sim/cli/init_project.py +65 -0
  5. user_sim/cli/sensei_chat.py +481 -0
  6. user_sim/cli/sensei_check.py +103 -0
  7. user_sim/cli/validation_check.py +143 -0
  8. user_sim/core/__init__.py +0 -0
  9. user_sim/core/ask_about.py +665 -0
  10. user_sim/core/data_extraction.py +260 -0
  11. user_sim/core/data_gathering.py +134 -0
  12. user_sim/core/interaction_styles.py +147 -0
  13. user_sim/core/role_structure.py +608 -0
  14. user_sim/core/user_simulator.py +302 -0
  15. user_sim/handlers/__init__.py +0 -0
  16. user_sim/handlers/asr_module.py +128 -0
  17. user_sim/handlers/html_parser_module.py +202 -0
  18. user_sim/handlers/image_recognition_module.py +139 -0
  19. user_sim/handlers/pdf_parser_module.py +123 -0
  20. user_sim/utils/__init__.py +0 -0
  21. user_sim/utils/config.py +47 -0
  22. user_sim/utils/cost_tracker.py +153 -0
  23. user_sim/utils/cost_tracker_v2.py +193 -0
  24. user_sim/utils/errors.py +15 -0
  25. user_sim/utils/exceptions.py +47 -0
  26. user_sim/utils/languages.py +78 -0
  27. user_sim/utils/register_management.py +62 -0
  28. user_sim/utils/show_logs.py +63 -0
  29. user_sim/utils/token_cost_calculator.py +338 -0
  30. user_sim/utils/url_management.py +60 -0
  31. user_sim/utils/utilities.py +568 -0
  32. user_simulator-0.1.0.dist-info/METADATA +733 -0
  33. user_simulator-0.1.0.dist-info/RECORD +37 -0
  34. user_simulator-0.1.0.dist-info/WHEEL +5 -0
  35. user_simulator-0.1.0.dist-info/entry_points.txt +6 -0
  36. user_simulator-0.1.0.dist-info/licenses/LICENSE.txt +21 -0
  37. user_simulator-0.1.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,37 @@
1
+ user_sim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ user_sim/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ user_sim/cli/gen_user_profile.py,sha256=PSm9wi2OhflLWHM1TNxL5W2xYFR82z2-24NhOQRye2M,1462
4
+ user_sim/cli/init_project.py,sha256=t4z4Omfo2_uh-mNjVOpFIxnnlWdtH9VUa3mD3q14v6A,1947
5
+ user_sim/cli/sensei_chat.py,sha256=-mJPN7L2G0jAMOl58JVkRCWGdARw9AuH_PrThib9jXY,20501
6
+ user_sim/cli/sensei_check.py,sha256=l9k8fQb8d0Rg8Ss8CdwqOSIMHW0L_WXqbL8PlND4fto,3898
7
+ user_sim/cli/validation_check.py,sha256=VUJlePbTfBJOgOx2sDamKD4cplvUlS7VKqr-v1rvFPE,5363
8
+ user_sim/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ user_sim/core/ask_about.py,sha256=k4mJFoMle952QBjo_IlykyAY0zekkrxxiz7ScgDeaHk,28426
10
+ user_sim/core/data_extraction.py,sha256=DNMO6ZV6x_EK4_4fqnAyIvYUDKPPyIV6Ozd5KLRc_Lw,9799
11
+ user_sim/core/data_gathering.py,sha256=DX-CmPBo7cJ-sRlWt03CkbhyUEfbhYx79ALvZ2k_FP8,4927
12
+ user_sim/core/interaction_styles.py,sha256=JmtvpUvVkMis7ON91IQsO8ISkV_Qf417KCMkxeXkdLY,4374
13
+ user_sim/core/role_structure.py,sha256=A_gH77UTga0w4ON6gIk-rVlNWuzOSP2AvCF4HqNQDAI,24167
14
+ user_sim/core/user_simulator.py,sha256=1Wm6JVN5qZaQQYeb_m1-Kmm-cZQRwxdpCxG4W7oC_nk,11480
15
+ user_sim/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ user_sim/handlers/asr_module.py,sha256=vvx_G8IaOvOZRqGOIGIPJ5EJoN6yWp7weU3cojBe_-8,4138
17
+ user_sim/handlers/html_parser_module.py,sha256=JS0J-RvAQrcX3JIuLdKFwKNDetaBPQMQLU7m6JftqeY,6816
18
+ user_sim/handlers/image_recognition_module.py,sha256=68XtRRtymr_w4MYBJW1LX3ZTBAEQPpEH1vtj5oL5rxo,4572
19
+ user_sim/handlers/pdf_parser_module.py,sha256=PZkco5E7aKDumP_9fMUiMQAb9lpvWm3dRTBZLDLuDSg,4014
20
+ user_sim/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ user_sim/utils/config.py,sha256=MWS1YiE9IV8qcFLArku_r5jdcEaF9-eQumYMnensNH0,1336
22
+ user_sim/utils/cost_tracker.py,sha256=DIP95SYeIsRl6Q4LboiNYr812c2xSEquHmbwqmWPlcs,5206
23
+ user_sim/utils/cost_tracker_v2.py,sha256=dNcKxMgjGIq07cY4805k6qtiko6Tv-c_NpvhGK9WBGg,6418
24
+ user_sim/utils/errors.py,sha256=hY284HuSGiZNAzL5rfgbjy7wQdaIlkYD6xFKvAr0roU,438
25
+ user_sim/utils/exceptions.py,sha256=Y-vR9j1C3EUYhzqW2L4f6S7sVEIMCNZDjsGxSprpPIM,787
26
+ user_sim/utils/languages.py,sha256=TunF7POkW9x2Y-7KOH0M15I2tArad_CnORrWh5N51XA,2110
27
+ user_sim/utils/register_management.py,sha256=FfQx0vmHQnvbUUP0ZglyaMgqORD-tyIoy3RL-TUr4fA,2100
28
+ user_sim/utils/show_logs.py,sha256=pqwksfYYFZEu3pb-4KJrV4OEaiAUrfc5-G1qz8akJmo,1754
29
+ user_sim/utils/token_cost_calculator.py,sha256=4vFUh6OHgoZJcfxaRGARFUbyLkXPYUug6YJCM7luw6s,12540
30
+ user_sim/utils/url_management.py,sha256=MeUoT-O7XCPWJJ-1r3T_n1zFjj3NyeJXRt_b9Nkpzdw,1998
31
+ user_sim/utils/utilities.py,sha256=vp0e_lFHXv5aDc3RXTpAqPx_50e7HaK11kv_mNGatIQ,19752
32
+ user_simulator-0.1.0.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
33
+ user_simulator-0.1.0.dist-info/METADATA,sha256=izierChCJbNk9MP1PD3zajp3z1KGkwga1cw83H9_0jQ,31705
34
+ user_simulator-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
35
+ user_simulator-0.1.0.dist-info/entry_points.txt,sha256=kfr0rD6mglTGGzYRfUwMTGfTtTOBnLjv3R-Uy61vvDQ,283
36
+ user_simulator-0.1.0.dist-info/top_level.txt,sha256=434uVox8_5Xx3aB1st8msyNkMye78fRH0UF2_-8ZBVA,9
37
+ user_simulator-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,6 @@
1
+ [console_scripts]
2
+ sensei-chat = user_sim.cli.sensei_chat:main
3
+ sensei-check = user_sim.cli.sensei_check:main
4
+ sensei-gen-user-profile = user_sim.cli.gen_user_profile:main
5
+ sensei-init-project = user_sim.cli.init_project:main
6
+ sensei-validation-check = user_sim.cli.validation_check:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) [year] [fullname]
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ user_sim