npcsh 0.3.29__py3-none-any.whl → 0.3.31__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/cli.py +30 -10
- npcsh/image.py +0 -2
- npcsh/llm_funcs.py +32 -23
- npcsh/npc_compiler.py +35 -4
- npcsh/npc_team/npcsh.ctx +8 -2
- npcsh/npc_team/tools/bash_executer.tool +32 -0
- npcsh/npc_team/tools/code_executor.tool +16 -0
- npcsh/npc_team/tools/generic_search.tool +9 -1
- npcsh/npc_team/tools/npcsh_executor.tool +9 -0
- npcsh/npc_team/tools/sql_executor.tool +2 -2
- npcsh/search.py +15 -8
- npcsh/shell.py +103 -89
- npcsh/shell_helpers.py +75 -52
- npcsh-0.3.31.data/data/npcsh/npc_team/bash_executer.tool +32 -0
- npcsh-0.3.31.data/data/npcsh/npc_team/code_executor.tool +16 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/generic_search.tool +9 -1
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/npcsh.ctx +8 -2
- npcsh-0.3.31.data/data/npcsh/npc_team/npcsh_executor.tool +9 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/sql_executor.tool +2 -2
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/METADATA +12 -21
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/RECORD +41 -35
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/WHEEL +1 -1
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/calculator.tool +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/celona.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/corca.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/eriane.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/foreman.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/image_generation.tool +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/lineru.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/local_search.tool +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/maurawa.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/raone.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/screen_cap.tool +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/slean.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/test_pipeline.py +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/turnic.npc +0 -0
- {npcsh-0.3.29.data → npcsh-0.3.31.data}/data/npcsh/npc_team/welxor.npc +0 -0
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/entry_points.txt +0 -0
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/licenses/LICENSE +0 -0
- {npcsh-0.3.29.dist-info → npcsh-0.3.31.dist-info}/top_level.txt +0 -0
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
npcsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
npcsh/audio.py,sha256=DsRJ4Fq30kuq820dBwNy5otiZ7IFaRLSXYc1RZ4qlOk,5938
|
|
3
|
-
npcsh/cli.py,sha256=
|
|
3
|
+
npcsh/cli.py,sha256=2lKzc5bvPvvY_Er1_8JL3Fjbn-K_7Swj8Y1Z5nXDxB8,17118
|
|
4
4
|
npcsh/command_history.py,sha256=epzP6okq03Jk1FpnC_Vr-yZPloXgmv0JcVy4h1RcVVI,17131
|
|
5
5
|
npcsh/conversation.py,sha256=h-OfKwP88o9YYzQW1lx-dguN_lxIVTWxkmpJBLt2_1Q,8953
|
|
6
6
|
npcsh/data_models.py,sha256=pUoSQtHEWpQUdgd2TRpPYB6mUmEtyaPgKPHuKtU3MW4,721
|
|
7
7
|
npcsh/dataframes.py,sha256=OPVtc2q976R8c93HkE6tIl9hFOsDgwaFQEKQQAmNC1g,5263
|
|
8
8
|
npcsh/embeddings.py,sha256=CJMivZZZKUH2Ck2VK9LWKgjVRgpbzd32OabM3czKiFQ,5547
|
|
9
9
|
npcsh/helpers.py,sha256=aiK6kzf1jEYTHFssSxMOhPWDIcRvE0jXyrxWqh0coek,18992
|
|
10
|
-
npcsh/image.py,sha256=
|
|
10
|
+
npcsh/image.py,sha256=7mNDmtcOGPqkgahdf3F1rbViTwgEvi2PlPeFuSd6Dvo,10429
|
|
11
11
|
npcsh/image_gen.py,sha256=PZQfFBtyXQuxfs1x2mJGL4RkudnKdzZp5Xem9gSevG0,2047
|
|
12
12
|
npcsh/knowledge_graph.py,sha256=YIE0SJmUUfYrn1GqG6L7lWG0dIsQBun7A5CeA86PO6o,31442
|
|
13
|
-
npcsh/llm_funcs.py,sha256=
|
|
13
|
+
npcsh/llm_funcs.py,sha256=lhjhyua11UyKE5mQLJ7ziDtSNVelHKBFqr0QSKrSAYc,68254
|
|
14
14
|
npcsh/load_data.py,sha256=Vh6YGxFVGWBMcn4cDrIgy8sC7QGCrWk0niJyR3l-k9U,1967
|
|
15
15
|
npcsh/main.py,sha256=rpf_2ysx3cR3eHsrvZApprJ-3D3-OrWcJ15bM1bc97I,81
|
|
16
16
|
npcsh/model_runner.py,sha256=riS6Hx3M7mj5erMm7OwBA8yufXYseVEbMYTRSfaDh2Y,6427
|
|
17
|
-
npcsh/npc_compiler.py,sha256=
|
|
17
|
+
npcsh/npc_compiler.py,sha256=Dy5MJG-NHwNayZKiMA1oFEkPPJ75Hnxvenf09x53Nec,105284
|
|
18
18
|
npcsh/npc_sysenv.py,sha256=g5LPYo8g6jlKd22fWVGghanLCr7tqjxytKvFbu0k-C0,11505
|
|
19
19
|
npcsh/plonk.py,sha256=ewdkX6K1V9kLFkrNsQ5oGXLiuFaLev9mxXBY-B0PKus,9926
|
|
20
20
|
npcsh/response.py,sha256=DFh6uoIw06SqPqKGv9DGHzoltprUHJSz6ZxgFBZRzX8,22478
|
|
21
|
-
npcsh/search.py,sha256=
|
|
21
|
+
npcsh/search.py,sha256=hIgqb_ymEfZMPLt5p-EZzLW_kaESmvlCyqKwB5ieFWI,8828
|
|
22
22
|
npcsh/serve.py,sha256=Zy47IdaGCt5ziGnQ5KHTQH1K7xXyo7trwUMVDOLNxvU,48246
|
|
23
|
-
npcsh/shell.py,sha256=
|
|
24
|
-
npcsh/shell_helpers.py,sha256=
|
|
23
|
+
npcsh/shell.py,sha256=BElVJf9cFj-AG2hCvmiavwDdZzsxLXP5XxMylJV17WI,18857
|
|
24
|
+
npcsh/shell_helpers.py,sha256=KaIegrlVS4fd-z1m9weP3iPkaIJgZgCdpOeNgmCGkec,116069
|
|
25
25
|
npcsh/stream.py,sha256=gEwanrb5g4Fmu10fVN-3Gu_i434GWtE6zNZrhjQJ6EA,21995
|
|
26
26
|
npcsh/video.py,sha256=Fv9Sii6LIEOI6D_1eoEu7DA8Es3mUYxEPcX3dac2Lt0,1935
|
|
27
27
|
npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
|
|
28
28
|
npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
|
|
29
|
-
npcsh/npc_team/npcsh.ctx,sha256=
|
|
29
|
+
npcsh/npc_team/npcsh.ctx,sha256=cJW1HXtTihQ970iF_53rsyysGFa-E6u3BjAHGb1tMPI,380
|
|
30
30
|
npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
|
|
31
31
|
npcsh/npc_team/assembly_lines/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
|
|
32
32
|
npcsh/npc_team/templates/analytics/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -37,34 +37,40 @@ npcsh/npc_team/templates/marketing/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wR
|
|
|
37
37
|
npcsh/npc_team/templates/philosophy/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
npcsh/npc_team/templates/sales/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
|
|
39
39
|
npcsh/npc_team/templates/software/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
+
npcsh/npc_team/tools/bash_executer.tool,sha256=Myn87qJ6u-oWzZLZkd6TjxXE_TT-z3oGh5Wzs2TcD3I,836
|
|
40
41
|
npcsh/npc_team/tools/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
|
|
41
|
-
npcsh/npc_team/tools/
|
|
42
|
+
npcsh/npc_team/tools/code_executor.tool,sha256=L0gerbPkDgykgwvto_aKC8oUOrfv5lF2DhE51JEUFHM,511
|
|
43
|
+
npcsh/npc_team/tools/generic_search.tool,sha256=6RFEZJK6HmEbuvpSnQctUGxchmQYjAwQlMcJGzu_OS4,1094
|
|
42
44
|
npcsh/npc_team/tools/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
|
|
43
45
|
npcsh/npc_team/tools/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
|
|
46
|
+
npcsh/npc_team/tools/npcsh_executor.tool,sha256=mavPowr8qXyPUuqRGqb5u1L8motyFoAyb4Xni4AjlFg,178
|
|
44
47
|
npcsh/npc_team/tools/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
|
|
45
|
-
npcsh/npc_team/tools/sql_executor.tool,sha256=
|
|
46
|
-
npcsh-0.3.
|
|
47
|
-
npcsh-0.3.
|
|
48
|
-
npcsh-0.3.
|
|
49
|
-
npcsh-0.3.
|
|
50
|
-
npcsh-0.3.
|
|
51
|
-
npcsh-0.3.
|
|
52
|
-
npcsh-0.3.
|
|
53
|
-
npcsh-0.3.
|
|
54
|
-
npcsh-0.3.
|
|
55
|
-
npcsh-0.3.
|
|
56
|
-
npcsh-0.3.
|
|
57
|
-
npcsh-0.3.
|
|
58
|
-
npcsh-0.3.
|
|
59
|
-
npcsh-0.3.
|
|
60
|
-
npcsh-0.3.
|
|
61
|
-
npcsh-0.3.
|
|
62
|
-
npcsh-0.3.
|
|
63
|
-
npcsh-0.3.
|
|
64
|
-
npcsh-0.3.
|
|
65
|
-
npcsh-0.3.
|
|
66
|
-
npcsh-0.3.
|
|
67
|
-
npcsh-0.3.
|
|
68
|
-
npcsh-0.3.
|
|
69
|
-
npcsh-0.3.
|
|
70
|
-
npcsh-0.3.
|
|
48
|
+
npcsh/npc_team/tools/sql_executor.tool,sha256=kEgxpb_9QUJpj8MEbzJY-isATG6Pi3KfVuffpwaoESM,808
|
|
49
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/bash_executer.tool,sha256=Myn87qJ6u-oWzZLZkd6TjxXE_TT-z3oGh5Wzs2TcD3I,836
|
|
50
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
|
|
51
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/code_executor.tool,sha256=L0gerbPkDgykgwvto_aKC8oUOrfv5lF2DhE51JEUFHM,511
|
|
53
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
|
|
54
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/eriane.npc,sha256=5z6L-RjEouEp06SLOzkQoOCEi0eb1K-CxVnvyIbNK3g,299
|
|
55
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
|
|
56
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/generic_search.tool,sha256=6RFEZJK6HmEbuvpSnQctUGxchmQYjAwQlMcJGzu_OS4,1094
|
|
57
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
|
|
58
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/lineru.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
|
|
60
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/npcsh.ctx,sha256=cJW1HXtTihQ970iF_53rsyysGFa-E6u3BjAHGb1tMPI,380
|
|
62
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/npcsh_executor.tool,sha256=mavPowr8qXyPUuqRGqb5u1L8motyFoAyb4Xni4AjlFg,178
|
|
63
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/raone.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
|
|
65
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
|
|
66
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wROFGEfhprVXDttos,326
|
|
67
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/sql_executor.tool,sha256=kEgxpb_9QUJpj8MEbzJY-isATG6Pi3KfVuffpwaoESM,808
|
|
68
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
|
|
69
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
|
|
70
|
+
npcsh-0.3.31.data/data/npcsh/npc_team/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
+
npcsh-0.3.31.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
|
|
72
|
+
npcsh-0.3.31.dist-info/METADATA,sha256=Tas3A6_9dSVxgqBPiYZcTcdsFIWyCXmcEQsuXDQ6IPo,82638
|
|
73
|
+
npcsh-0.3.31.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
74
|
+
npcsh-0.3.31.dist-info/entry_points.txt,sha256=Y2rAM_m1er_Effxc0DXtGh36sC1FOUfefqGAt6vEte0,64
|
|
75
|
+
npcsh-0.3.31.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
|
|
76
|
+
npcsh-0.3.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|