npcsh 1.0.24__py3-none-any.whl → 1.0.25__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 (33) hide show
  1. npcsh/guac.py +2 -1
  2. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/METADATA +1 -1
  3. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/RECORD +33 -33
  4. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/alicanto.npc +0 -0
  5. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/alicanto.png +0 -0
  6. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/bash_executer.jinx +0 -0
  7. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/corca.npc +0 -0
  8. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/corca.png +0 -0
  9. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/edit_file.jinx +0 -0
  10. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/foreman.npc +0 -0
  11. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/frederic.npc +0 -0
  12. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/frederic4.png +0 -0
  13. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/guac.png +0 -0
  14. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/image_generation.jinx +0 -0
  15. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/internet_search.jinx +0 -0
  16. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/kadiefa.npc +0 -0
  17. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/kadiefa.png +0 -0
  18. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/npcsh.ctx +0 -0
  19. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/npcsh_sibiji.png +0 -0
  20. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/plonk.npc +0 -0
  21. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/plonk.png +0 -0
  22. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/plonkjr.npc +0 -0
  23. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/plonkjr.png +0 -0
  24. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/python_executor.jinx +0 -0
  25. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/screen_cap.jinx +0 -0
  26. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/sibiji.npc +0 -0
  27. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/sibiji.png +0 -0
  28. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/spool.png +0 -0
  29. {npcsh-1.0.24.data → npcsh-1.0.25.data}/data/npcsh/npc_team/yap.png +0 -0
  30. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/WHEEL +0 -0
  31. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/entry_points.txt +0 -0
  32. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/licenses/LICENSE +0 -0
  33. {npcsh-1.0.24.dist-info → npcsh-1.0.25.dist-info}/top_level.txt +0 -0
npcsh/guac.py CHANGED
@@ -555,9 +555,10 @@ def setup_guac_mode(config_dir=None, plots_dir=None, npc_team_dir=None,
555
555
  print("Updated team.ctx with GUAC-specific information.")
556
556
 
557
557
  setup_py_path = pkg_root_path / "setup.py"
558
+ desc = project_description.replace('"', '\\"')
558
559
  if not setup_py_path.exists():
559
560
  setup_content = f'''from setuptools import setup, find_packages
560
- setup(name="{package_name}", version="0.0.1", description="{project_description.replace('"', '\\"')}", packages=find_packages())
561
+ setup(name="{package_name}", version="0.0.1", description="{desc}", packages=find_packages())
561
562
  '''
562
563
  setup_py_path.write_text(setup_content)
563
564
  logging.info("Created minimal setup.py at %s", setup_py_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.24
3
+ Version: 1.0.25
4
4
  Summary: npcsh is a command-line toolkit for using AI agents in novel ways.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -2,7 +2,7 @@ npcsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  npcsh/_state.py,sha256=ynUucPJ81gQTh10dCq9CZJTqmUx31fXSipISd8A3gSU,90177
3
3
  npcsh/alicanto.py,sha256=-muGqd0O2m8xcFBctEavSEizWbQmzuPSdcT-3YqYBhY,45043
4
4
  npcsh/corca.py,sha256=FcZ-tyGkj2oo6q8vvpOlYnYbmc_34Yo7VEMZATpJNdE,32094
5
- npcsh/guac.py,sha256=1sONhVlh46KXXXzJ8UnT1_Kh0MVIGWoxP6O4CO9G1TY,81553
5
+ npcsh/guac.py,sha256=zJv1OEYWU9J-2T0Pf7XosTSgEOqBczla6Jn3S475THk,81569
6
6
  npcsh/mcp_helpers.py,sha256=Ktd2yXuBnLL2P7OMalgGLj84PXJSzaucjqmJVvWx6HA,12723
7
7
  npcsh/mcp_server.py,sha256=htQBSN6y3g3zVCy2ADsdBuQT9PhqaOCSQG_RS9IinWI,5853
8
8
  npcsh/npc.py,sha256=elJ494nl_pv8iDrDvBFAlmFvBdci0_CZBjZwbOjVj0c,9113
@@ -39,35 +39,35 @@ npcsh/npc_team/jinxs/image_generation.jinx,sha256=nelAVtaQuDC_NmcENnWTp6Vr0ea6tE
39
39
  npcsh/npc_team/jinxs/internet_search.jinx,sha256=s8zVxwKFUAof_VzQrwB5dpAQdeJ6hUBkbIdRsT-I5mo,1267
40
40
  npcsh/npc_team/jinxs/python_executor.jinx,sha256=vZz3pZaj1BnPFHMs_wpyjRc0b32JR4rLhZfulCMDF1s,398
41
41
  npcsh/npc_team/jinxs/screen_cap.jinx,sha256=FU71IcO9WzO5ZuR_ezUIyg82jKFfG_k_kCXNy9OlJFM,1087
42
- npcsh-1.0.24.data/data/npcsh/npc_team/alicanto.npc,sha256=y9yDY3lq8ZwxQxpnrgle8w5IJwZqvxDepZFU4OaZCtg,148
43
- npcsh-1.0.24.data/data/npcsh/npc_team/alicanto.png,sha256=A7xeMbcoKGjlkELxJEVifCEZLVWbOKZarTN5ZFJG-FM,3519858
44
- npcsh-1.0.24.data/data/npcsh/npc_team/bash_executer.jinx,sha256=5I6UbmiVItC6evHDrF559JWIIBcc1vcWyJLX44iJ2P4,728
45
- npcsh-1.0.24.data/data/npcsh/npc_team/corca.npc,sha256=HI3Bs6KlUBPMz7icF1TRE8-V3f3EdU_VxvQxEpru3L4,662
46
- npcsh-1.0.24.data/data/npcsh/npc_team/corca.png,sha256=0lF70hKu6tY-37YmIPVF2cuaPzvnQ4-UtQOzuAbKEf4,1666776
47
- npcsh-1.0.24.data/data/npcsh/npc_team/edit_file.jinx,sha256=ZQsSUXjhACxaIoRJLSbCC_EO6uGAsT4Gge-oD1tlamo,3654
48
- npcsh-1.0.24.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
49
- npcsh-1.0.24.data/data/npcsh/npc_team/frederic.npc,sha256=EE2dOUItp-VKuW3ZMSHffmIEO4evjPcU2W_C4P3WXbY,362
50
- npcsh-1.0.24.data/data/npcsh/npc_team/frederic4.png,sha256=ll8uoV0npnPp5HVJWv7h0xDSeuq4pqsk_gYGBHLS0VY,1590744
51
- npcsh-1.0.24.data/data/npcsh/npc_team/guac.png,sha256=MCE7eJuEJwLJEzc9FS7lL62Mm-38jQRHkxXogPfOTuw,211470
52
- npcsh-1.0.24.data/data/npcsh/npc_team/image_generation.jinx,sha256=nelAVtaQuDC_NmcENnWTp6Vr0ea6tE2gJr-8lRG7giY,1437
53
- npcsh-1.0.24.data/data/npcsh/npc_team/internet_search.jinx,sha256=s8zVxwKFUAof_VzQrwB5dpAQdeJ6hUBkbIdRsT-I5mo,1267
54
- npcsh-1.0.24.data/data/npcsh/npc_team/kadiefa.npc,sha256=Yl5a4wrfe4F2f6Ndw_ukzlVVX7NE9g_mG-3QqJSkg_o,381
55
- npcsh-1.0.24.data/data/npcsh/npc_team/kadiefa.png,sha256=3CAwL8crKIwJko6o75Z6OYYEEM9Rk--yGzCJg7zoszg,3062528
56
- npcsh-1.0.24.data/data/npcsh/npc_team/npcsh.ctx,sha256=-jKYaPm2YbZHAGgWAXhyPIwhiNe1H1ZRFg1Zc7tHSxk,1049
57
- npcsh-1.0.24.data/data/npcsh/npc_team/npcsh_sibiji.png,sha256=9fUqgYMsSHmaH-kBTBQ7N5UCS5-eLZF94Log0O3mtFg,4544
58
- npcsh-1.0.24.data/data/npcsh/npc_team/plonk.npc,sha256=u1m2a1D512XGQ2kC3eWDAY8Y2IvpkNU73DI_CPE65UE,90
59
- npcsh-1.0.24.data/data/npcsh/npc_team/plonk.png,sha256=IU5ey-Dl4HEKlwnf75RSWNSHpF8rVqGmdbsa0deL4rQ,2727773
60
- npcsh-1.0.24.data/data/npcsh/npc_team/plonkjr.npc,sha256=It-i-BEuG0XddKk0d85onk2aJr9Pe5pLnJzNaCWaQIM,87
61
- npcsh-1.0.24.data/data/npcsh/npc_team/plonkjr.png,sha256=MqLEGwsyECUeODZIti0HQQrMMVxA6XERpW01R06NbpY,2606710
62
- npcsh-1.0.24.data/data/npcsh/npc_team/python_executor.jinx,sha256=vZz3pZaj1BnPFHMs_wpyjRc0b32JR4rLhZfulCMDF1s,398
63
- npcsh-1.0.24.data/data/npcsh/npc_team/screen_cap.jinx,sha256=FU71IcO9WzO5ZuR_ezUIyg82jKFfG_k_kCXNy9OlJFM,1087
64
- npcsh-1.0.24.data/data/npcsh/npc_team/sibiji.npc,sha256=Hb4wXKIObKKgibwnio5hLec9yd_9bKDCA87Nm2zijFA,216
65
- npcsh-1.0.24.data/data/npcsh/npc_team/sibiji.png,sha256=1dlZb7J3E62FcVo9CVOzLb8nu1bIUV7cr97nsFocHCM,35615
66
- npcsh-1.0.24.data/data/npcsh/npc_team/spool.png,sha256=LWTLkwDxXBfLuSUCX32_lo5yAmLYGsA67Xpsz-7MmWU,2876725
67
- npcsh-1.0.24.data/data/npcsh/npc_team/yap.png,sha256=_l7UbWnXJdsy4Mx-x5l9DT0R6ize3HTnkwQQnOFlI18,1548649
68
- npcsh-1.0.24.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
69
- npcsh-1.0.24.dist-info/METADATA,sha256=fSiKmYnPbyN846SSi_9zBXbv-DUpXGvVxeuapDF-P0I,23898
70
- npcsh-1.0.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
- npcsh-1.0.24.dist-info/entry_points.txt,sha256=S5yIuGm8ZXQ4siHYgN5gs0J7bxgobSEULXf8L5HaW5o,206
72
- npcsh-1.0.24.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
73
- npcsh-1.0.24.dist-info/RECORD,,
42
+ npcsh-1.0.25.data/data/npcsh/npc_team/alicanto.npc,sha256=y9yDY3lq8ZwxQxpnrgle8w5IJwZqvxDepZFU4OaZCtg,148
43
+ npcsh-1.0.25.data/data/npcsh/npc_team/alicanto.png,sha256=A7xeMbcoKGjlkELxJEVifCEZLVWbOKZarTN5ZFJG-FM,3519858
44
+ npcsh-1.0.25.data/data/npcsh/npc_team/bash_executer.jinx,sha256=5I6UbmiVItC6evHDrF559JWIIBcc1vcWyJLX44iJ2P4,728
45
+ npcsh-1.0.25.data/data/npcsh/npc_team/corca.npc,sha256=HI3Bs6KlUBPMz7icF1TRE8-V3f3EdU_VxvQxEpru3L4,662
46
+ npcsh-1.0.25.data/data/npcsh/npc_team/corca.png,sha256=0lF70hKu6tY-37YmIPVF2cuaPzvnQ4-UtQOzuAbKEf4,1666776
47
+ npcsh-1.0.25.data/data/npcsh/npc_team/edit_file.jinx,sha256=ZQsSUXjhACxaIoRJLSbCC_EO6uGAsT4Gge-oD1tlamo,3654
48
+ npcsh-1.0.25.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
49
+ npcsh-1.0.25.data/data/npcsh/npc_team/frederic.npc,sha256=EE2dOUItp-VKuW3ZMSHffmIEO4evjPcU2W_C4P3WXbY,362
50
+ npcsh-1.0.25.data/data/npcsh/npc_team/frederic4.png,sha256=ll8uoV0npnPp5HVJWv7h0xDSeuq4pqsk_gYGBHLS0VY,1590744
51
+ npcsh-1.0.25.data/data/npcsh/npc_team/guac.png,sha256=MCE7eJuEJwLJEzc9FS7lL62Mm-38jQRHkxXogPfOTuw,211470
52
+ npcsh-1.0.25.data/data/npcsh/npc_team/image_generation.jinx,sha256=nelAVtaQuDC_NmcENnWTp6Vr0ea6tE2gJr-8lRG7giY,1437
53
+ npcsh-1.0.25.data/data/npcsh/npc_team/internet_search.jinx,sha256=s8zVxwKFUAof_VzQrwB5dpAQdeJ6hUBkbIdRsT-I5mo,1267
54
+ npcsh-1.0.25.data/data/npcsh/npc_team/kadiefa.npc,sha256=Yl5a4wrfe4F2f6Ndw_ukzlVVX7NE9g_mG-3QqJSkg_o,381
55
+ npcsh-1.0.25.data/data/npcsh/npc_team/kadiefa.png,sha256=3CAwL8crKIwJko6o75Z6OYYEEM9Rk--yGzCJg7zoszg,3062528
56
+ npcsh-1.0.25.data/data/npcsh/npc_team/npcsh.ctx,sha256=-jKYaPm2YbZHAGgWAXhyPIwhiNe1H1ZRFg1Zc7tHSxk,1049
57
+ npcsh-1.0.25.data/data/npcsh/npc_team/npcsh_sibiji.png,sha256=9fUqgYMsSHmaH-kBTBQ7N5UCS5-eLZF94Log0O3mtFg,4544
58
+ npcsh-1.0.25.data/data/npcsh/npc_team/plonk.npc,sha256=u1m2a1D512XGQ2kC3eWDAY8Y2IvpkNU73DI_CPE65UE,90
59
+ npcsh-1.0.25.data/data/npcsh/npc_team/plonk.png,sha256=IU5ey-Dl4HEKlwnf75RSWNSHpF8rVqGmdbsa0deL4rQ,2727773
60
+ npcsh-1.0.25.data/data/npcsh/npc_team/plonkjr.npc,sha256=It-i-BEuG0XddKk0d85onk2aJr9Pe5pLnJzNaCWaQIM,87
61
+ npcsh-1.0.25.data/data/npcsh/npc_team/plonkjr.png,sha256=MqLEGwsyECUeODZIti0HQQrMMVxA6XERpW01R06NbpY,2606710
62
+ npcsh-1.0.25.data/data/npcsh/npc_team/python_executor.jinx,sha256=vZz3pZaj1BnPFHMs_wpyjRc0b32JR4rLhZfulCMDF1s,398
63
+ npcsh-1.0.25.data/data/npcsh/npc_team/screen_cap.jinx,sha256=FU71IcO9WzO5ZuR_ezUIyg82jKFfG_k_kCXNy9OlJFM,1087
64
+ npcsh-1.0.25.data/data/npcsh/npc_team/sibiji.npc,sha256=Hb4wXKIObKKgibwnio5hLec9yd_9bKDCA87Nm2zijFA,216
65
+ npcsh-1.0.25.data/data/npcsh/npc_team/sibiji.png,sha256=1dlZb7J3E62FcVo9CVOzLb8nu1bIUV7cr97nsFocHCM,35615
66
+ npcsh-1.0.25.data/data/npcsh/npc_team/spool.png,sha256=LWTLkwDxXBfLuSUCX32_lo5yAmLYGsA67Xpsz-7MmWU,2876725
67
+ npcsh-1.0.25.data/data/npcsh/npc_team/yap.png,sha256=_l7UbWnXJdsy4Mx-x5l9DT0R6ize3HTnkwQQnOFlI18,1548649
68
+ npcsh-1.0.25.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
69
+ npcsh-1.0.25.dist-info/METADATA,sha256=6XkILQYvdCAQamy6BnhsSgkqu4xsYbyGzseFoTIqeOg,23898
70
+ npcsh-1.0.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
71
+ npcsh-1.0.25.dist-info/entry_points.txt,sha256=S5yIuGm8ZXQ4siHYgN5gs0J7bxgobSEULXf8L5HaW5o,206
72
+ npcsh-1.0.25.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
73
+ npcsh-1.0.25.dist-info/RECORD,,
File without changes