npcsh 0.3.32__py3-none-any.whl → 1.0.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.
- npcsh/_state.py +942 -0
- npcsh/alicanto.py +1074 -0
- npcsh/guac.py +785 -0
- npcsh/mcp_helpers.py +357 -0
- npcsh/mcp_npcsh.py +822 -0
- npcsh/mcp_server.py +184 -0
- npcsh/npc.py +218 -0
- npcsh/npcsh.py +1161 -0
- npcsh/plonk.py +387 -269
- npcsh/pti.py +234 -0
- npcsh/routes.py +958 -0
- npcsh/spool.py +315 -0
- npcsh/wander.py +550 -0
- npcsh/yap.py +573 -0
- npcsh-1.0.0.dist-info/METADATA +596 -0
- npcsh-1.0.0.dist-info/RECORD +21 -0
- {npcsh-0.3.32.dist-info → npcsh-1.0.0.dist-info}/WHEEL +1 -1
- npcsh-1.0.0.dist-info/entry_points.txt +9 -0
- {npcsh-0.3.32.dist-info → npcsh-1.0.0.dist-info}/licenses/LICENSE +1 -1
- npcsh/audio.py +0 -569
- npcsh/audio_gen.py +0 -1
- npcsh/cli.py +0 -543
- npcsh/command_history.py +0 -566
- npcsh/conversation.py +0 -54
- npcsh/data_models.py +0 -46
- npcsh/dataframes.py +0 -171
- npcsh/embeddings.py +0 -168
- npcsh/helpers.py +0 -646
- npcsh/image.py +0 -298
- npcsh/image_gen.py +0 -79
- npcsh/knowledge_graph.py +0 -1006
- npcsh/llm_funcs.py +0 -2195
- npcsh/load_data.py +0 -83
- npcsh/main.py +0 -5
- npcsh/model_runner.py +0 -189
- npcsh/npc_compiler.py +0 -2879
- npcsh/npc_sysenv.py +0 -388
- npcsh/npc_team/assembly_lines/test_pipeline.py +0 -181
- npcsh/npc_team/corca.npc +0 -13
- npcsh/npc_team/foreman.npc +0 -7
- npcsh/npc_team/npcsh.ctx +0 -11
- npcsh/npc_team/sibiji.npc +0 -4
- npcsh/npc_team/templates/analytics/celona.npc +0 -0
- npcsh/npc_team/templates/hr_support/raone.npc +0 -0
- npcsh/npc_team/templates/humanities/eriane.npc +0 -4
- npcsh/npc_team/templates/it_support/lineru.npc +0 -0
- npcsh/npc_team/templates/marketing/slean.npc +0 -4
- npcsh/npc_team/templates/philosophy/maurawa.npc +0 -0
- npcsh/npc_team/templates/sales/turnic.npc +0 -4
- npcsh/npc_team/templates/software/welxor.npc +0 -0
- npcsh/npc_team/tools/bash_executer.tool +0 -32
- npcsh/npc_team/tools/calculator.tool +0 -8
- npcsh/npc_team/tools/code_executor.tool +0 -16
- npcsh/npc_team/tools/generic_search.tool +0 -27
- npcsh/npc_team/tools/image_generation.tool +0 -25
- npcsh/npc_team/tools/local_search.tool +0 -149
- npcsh/npc_team/tools/npcsh_executor.tool +0 -9
- npcsh/npc_team/tools/screen_cap.tool +0 -27
- npcsh/npc_team/tools/sql_executor.tool +0 -26
- npcsh/response.py +0 -272
- npcsh/search.py +0 -252
- npcsh/serve.py +0 -1467
- npcsh/shell.py +0 -524
- npcsh/shell_helpers.py +0 -3919
- npcsh/stream.py +0 -233
- npcsh/video.py +0 -52
- npcsh/video_gen.py +0 -69
- npcsh-0.3.32.data/data/npcsh/npc_team/bash_executer.tool +0 -32
- npcsh-0.3.32.data/data/npcsh/npc_team/calculator.tool +0 -8
- npcsh-0.3.32.data/data/npcsh/npc_team/celona.npc +0 -0
- npcsh-0.3.32.data/data/npcsh/npc_team/code_executor.tool +0 -16
- npcsh-0.3.32.data/data/npcsh/npc_team/corca.npc +0 -13
- npcsh-0.3.32.data/data/npcsh/npc_team/eriane.npc +0 -4
- npcsh-0.3.32.data/data/npcsh/npc_team/foreman.npc +0 -7
- npcsh-0.3.32.data/data/npcsh/npc_team/generic_search.tool +0 -27
- npcsh-0.3.32.data/data/npcsh/npc_team/image_generation.tool +0 -25
- npcsh-0.3.32.data/data/npcsh/npc_team/lineru.npc +0 -0
- npcsh-0.3.32.data/data/npcsh/npc_team/local_search.tool +0 -149
- npcsh-0.3.32.data/data/npcsh/npc_team/maurawa.npc +0 -0
- npcsh-0.3.32.data/data/npcsh/npc_team/npcsh.ctx +0 -11
- npcsh-0.3.32.data/data/npcsh/npc_team/npcsh_executor.tool +0 -9
- npcsh-0.3.32.data/data/npcsh/npc_team/raone.npc +0 -0
- npcsh-0.3.32.data/data/npcsh/npc_team/screen_cap.tool +0 -27
- npcsh-0.3.32.data/data/npcsh/npc_team/sibiji.npc +0 -4
- npcsh-0.3.32.data/data/npcsh/npc_team/slean.npc +0 -4
- npcsh-0.3.32.data/data/npcsh/npc_team/sql_executor.tool +0 -26
- npcsh-0.3.32.data/data/npcsh/npc_team/test_pipeline.py +0 -181
- npcsh-0.3.32.data/data/npcsh/npc_team/turnic.npc +0 -4
- npcsh-0.3.32.data/data/npcsh/npc_team/welxor.npc +0 -0
- npcsh-0.3.32.dist-info/METADATA +0 -779
- npcsh-0.3.32.dist-info/RECORD +0 -78
- npcsh-0.3.32.dist-info/entry_points.txt +0 -3
- {npcsh-0.3.32.dist-info → npcsh-1.0.0.dist-info}/top_level.txt +0 -0
npcsh-0.3.32.dist-info/RECORD
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
npcsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
npcsh/audio.py,sha256=pcvw0o5iWAMeXfLxgGE86lUAZaA6ycKTcfCcTijmSO8,14866
|
|
3
|
-
npcsh/audio_gen.py,sha256=fdsn37p_r747gArLm1hDl14B0th9mbft4FAVXQwVffc,15
|
|
4
|
-
npcsh/cli.py,sha256=vDw_VAguB9fFqskJmVHmXcX6Tlf2Y55tDpqRv78SLao,17037
|
|
5
|
-
npcsh/command_history.py,sha256=epzP6okq03Jk1FpnC_Vr-yZPloXgmv0JcVy4h1RcVVI,17131
|
|
6
|
-
npcsh/conversation.py,sha256=CQDV5fyI8ir1E_VrPWQIH4KB9BkEBwu8uRWKnzuL6xg,1594
|
|
7
|
-
npcsh/data_models.py,sha256=pUoSQtHEWpQUdgd2TRpPYB6mUmEtyaPgKPHuKtU3MW4,721
|
|
8
|
-
npcsh/dataframes.py,sha256=KTUL_pS1CUnihHTeIJVgW3h8WAi-H4MWSFdsremY394,5317
|
|
9
|
-
npcsh/embeddings.py,sha256=CJMivZZZKUH2Ck2VK9LWKgjVRgpbzd32OabM3czKiFQ,5547
|
|
10
|
-
npcsh/helpers.py,sha256=8TpVf0DBk30oXedCJAqdtHQ0bBShNm1EGrfHfezeq04,19191
|
|
11
|
-
npcsh/image.py,sha256=4OeHRbO8BdPW4ThMVM1Vh3nuqzymPW_hMjKnEu4u6KM,10439
|
|
12
|
-
npcsh/image_gen.py,sha256=j9cpgijziUcm0blNPe9kTZybMKyBOG5QdxQAXiNkcKg,1987
|
|
13
|
-
npcsh/knowledge_graph.py,sha256=XCsksxI5z0axFjvaXtBSaL4vA3XHgZAqCUPg0BiSliI,31462
|
|
14
|
-
npcsh/llm_funcs.py,sha256=6xgwafF8Ag5JX1VEXNILBrRm9oZn_ntdUdVxmPtcvOc,73406
|
|
15
|
-
npcsh/load_data.py,sha256=Vh6YGxFVGWBMcn4cDrIgy8sC7QGCrWk0niJyR3l-k9U,1967
|
|
16
|
-
npcsh/main.py,sha256=rpf_2ysx3cR3eHsrvZApprJ-3D3-OrWcJ15bM1bc97I,81
|
|
17
|
-
npcsh/model_runner.py,sha256=riS6Hx3M7mj5erMm7OwBA8yufXYseVEbMYTRSfaDh2Y,6427
|
|
18
|
-
npcsh/npc_compiler.py,sha256=LahpPf1IZrTXwJ3Tgd5G__4kCOwBXu_k20MtfQQpjww,105724
|
|
19
|
-
npcsh/npc_sysenv.py,sha256=Sod8P2X0WGdht1yDpPijnpsJkD186eLxSX7BeuxTk-8,11695
|
|
20
|
-
npcsh/plonk.py,sha256=xufJNvmHD7pJTUGrb8kFLeUtVFPc-QBwTd2_17oYUaQ,9936
|
|
21
|
-
npcsh/response.py,sha256=oMxd4hrjS6_CFpkw1e8MgJPS1za7NzMRNH_DSUjgtOU,9049
|
|
22
|
-
npcsh/search.py,sha256=xdTPnKc8bfwpnzSUKvHMzBqT7M8f-CyGH_rk8paq5wQ,8983
|
|
23
|
-
npcsh/serve.py,sha256=PsjIiT9W3HTtXgj0hYIjbZnFZuYtWFXAO7iSKcYT4zE,47295
|
|
24
|
-
npcsh/shell.py,sha256=A0_Ig8DduWxEl8oi3Kk58-vMyyR0qJ1XxGMliIDXpM0,18260
|
|
25
|
-
npcsh/shell_helpers.py,sha256=c9hjk7Gllw75HapLWpVImn4REtFC3tRFgKYzRFXLoX4,130208
|
|
26
|
-
npcsh/stream.py,sha256=hlNcSO3jlWT4QZOt23AiqSouaR1TQP_VXxkJ8KjyQos,6704
|
|
27
|
-
npcsh/video.py,sha256=1aIjHk7ujpyjXEGHwOFd0tsafiQagjiI2RxQhyvi4IM,1969
|
|
28
|
-
npcsh/video_gen.py,sha256=WLvIJuluLBs5SvXpcJVXD1--KLc1tw9FNhbn3QRyGgs,2153
|
|
29
|
-
npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
|
|
30
|
-
npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
|
|
31
|
-
npcsh/npc_team/npcsh.ctx,sha256=cJW1HXtTihQ970iF_53rsyysGFa-E6u3BjAHGb1tMPI,380
|
|
32
|
-
npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
|
|
33
|
-
npcsh/npc_team/assembly_lines/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
|
|
34
|
-
npcsh/npc_team/templates/analytics/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
|
-
npcsh/npc_team/templates/hr_support/raone.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
npcsh/npc_team/templates/humanities/eriane.npc,sha256=5z6L-RjEouEp06SLOzkQoOCEi0eb1K-CxVnvyIbNK3g,299
|
|
37
|
-
npcsh/npc_team/templates/it_support/lineru.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
npcsh/npc_team/templates/marketing/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wROFGEfhprVXDttos,326
|
|
39
|
-
npcsh/npc_team/templates/philosophy/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
-
npcsh/npc_team/templates/sales/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
|
|
41
|
-
npcsh/npc_team/templates/software/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
|
-
npcsh/npc_team/tools/bash_executer.tool,sha256=Myn87qJ6u-oWzZLZkd6TjxXE_TT-z3oGh5Wzs2TcD3I,836
|
|
43
|
-
npcsh/npc_team/tools/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
|
|
44
|
-
npcsh/npc_team/tools/code_executor.tool,sha256=L0gerbPkDgykgwvto_aKC8oUOrfv5lF2DhE51JEUFHM,511
|
|
45
|
-
npcsh/npc_team/tools/generic_search.tool,sha256=6RFEZJK6HmEbuvpSnQctUGxchmQYjAwQlMcJGzu_OS4,1094
|
|
46
|
-
npcsh/npc_team/tools/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
|
|
47
|
-
npcsh/npc_team/tools/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
|
|
48
|
-
npcsh/npc_team/tools/npcsh_executor.tool,sha256=mavPowr8qXyPUuqRGqb5u1L8motyFoAyb4Xni4AjlFg,178
|
|
49
|
-
npcsh/npc_team/tools/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
|
|
50
|
-
npcsh/npc_team/tools/sql_executor.tool,sha256=kEgxpb_9QUJpj8MEbzJY-isATG6Pi3KfVuffpwaoESM,808
|
|
51
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/bash_executer.tool,sha256=Myn87qJ6u-oWzZLZkd6TjxXE_TT-z3oGh5Wzs2TcD3I,836
|
|
52
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
|
|
53
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/code_executor.tool,sha256=L0gerbPkDgykgwvto_aKC8oUOrfv5lF2DhE51JEUFHM,511
|
|
55
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
|
|
56
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/eriane.npc,sha256=5z6L-RjEouEp06SLOzkQoOCEi0eb1K-CxVnvyIbNK3g,299
|
|
57
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
|
|
58
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/generic_search.tool,sha256=6RFEZJK6HmEbuvpSnQctUGxchmQYjAwQlMcJGzu_OS4,1094
|
|
59
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
|
|
60
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/lineru.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
|
|
62
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/npcsh.ctx,sha256=cJW1HXtTihQ970iF_53rsyysGFa-E6u3BjAHGb1tMPI,380
|
|
64
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/npcsh_executor.tool,sha256=mavPowr8qXyPUuqRGqb5u1L8motyFoAyb4Xni4AjlFg,178
|
|
65
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/raone.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
|
|
67
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
|
|
68
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wROFGEfhprVXDttos,326
|
|
69
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/sql_executor.tool,sha256=kEgxpb_9QUJpj8MEbzJY-isATG6Pi3KfVuffpwaoESM,808
|
|
70
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
|
|
71
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
|
|
72
|
-
npcsh-0.3.32.data/data/npcsh/npc_team/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
|
-
npcsh-0.3.32.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
|
|
74
|
-
npcsh-0.3.32.dist-info/METADATA,sha256=YkXeBtK5ztbQp0aBur7lPRM_VPSQEbbkNBvkU3gqQXM,29343
|
|
75
|
-
npcsh-0.3.32.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
76
|
-
npcsh-0.3.32.dist-info/entry_points.txt,sha256=Y2rAM_m1er_Effxc0DXtGh36sC1FOUfefqGAt6vEte0,64
|
|
77
|
-
npcsh-0.3.32.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
|
|
78
|
-
npcsh-0.3.32.dist-info/RECORD,,
|
|
File without changes
|