npcsh 1.0.6__py3-none-any.whl → 1.0.7__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/npc.py +1 -1
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/METADATA +1 -1
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/RECORD +7 -7
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/WHEEL +0 -0
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/entry_points.txt +0 -0
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/licenses/LICENSE +0 -0
- {npcsh-1.0.6.dist-info → npcsh-1.0.7.dist-info}/top_level.txt +0 -0
npcsh/npc.py
CHANGED
|
@@ -17,7 +17,7 @@ from npcpy.npc_sysenv import (
|
|
|
17
17
|
render_markdown,
|
|
18
18
|
)
|
|
19
19
|
from npcpy.npc_compiler import NPC, Team
|
|
20
|
-
from
|
|
20
|
+
from npcsh.routes import router
|
|
21
21
|
from npcpy.llm_funcs import check_llm_command
|
|
22
22
|
|
|
23
23
|
def load_npc_by_name(npc_name: str = "sibiji", db_path: str = NPCSH_DB_PATH) -> Optional[NPC]:
|
|
@@ -5,7 +5,7 @@ npcsh/guac.py,sha256=Ocmk_c4NUtGsC3JOtmkbgLvD6u-XtBPRFRYcckpgUJU,33099
|
|
|
5
5
|
npcsh/mcp_helpers.py,sha256=Ktd2yXuBnLL2P7OMalgGLj84PXJSzaucjqmJVvWx6HA,12723
|
|
6
6
|
npcsh/mcp_npcsh.py,sha256=SfmplH62GS9iI6q4vuQLVUS6tkrok6L7JxODx_iH7ps,36158
|
|
7
7
|
npcsh/mcp_server.py,sha256=l2Ra0lpFrUu334pvp0Q9ajF2n73KvZswFi0FgbDhh9k,5884
|
|
8
|
-
npcsh/npc.py,sha256=
|
|
8
|
+
npcsh/npc.py,sha256=nKgNg6BZsp40znH2wbSnd6td6pvOM82csn_6og0Bx58,7907
|
|
9
9
|
npcsh/npcsh.py,sha256=yRpTvpy8OiVCyWpHfNGfuueojwy2ZHnoZii91S4fKaQ,55229
|
|
10
10
|
npcsh/plonk.py,sha256=U2e9yUJZN95Girzzvgrh-40zOdl5zO3AHPsIjoyLv2M,15261
|
|
11
11
|
npcsh/pti.py,sha256=jGHGE5SeIcDkV8WlOEHCKQCnYAL4IPS-kUBHrUz0oDA,10019
|
|
@@ -13,9 +13,9 @@ npcsh/routes.py,sha256=ufQVc6aqgC14_YHV88iwV53TN1Pk095NB6gFDqQqfB4,37208
|
|
|
13
13
|
npcsh/spool.py,sha256=GhnSFX9uAtrB4m_ijuyA5tufH12DrWdABw0z8FmiCHc,11497
|
|
14
14
|
npcsh/wander.py,sha256=BiN6eYyFnEsFzo8MFLRkdZ8xS9sTKkQpjiCcy9chMcc,23225
|
|
15
15
|
npcsh/yap.py,sha256=h5KNt9sNOrDPhGe_zfn_yFIeQhizX09zocjcPWH7m3k,20905
|
|
16
|
-
npcsh-1.0.
|
|
17
|
-
npcsh-1.0.
|
|
18
|
-
npcsh-1.0.
|
|
19
|
-
npcsh-1.0.
|
|
20
|
-
npcsh-1.0.
|
|
21
|
-
npcsh-1.0.
|
|
16
|
+
npcsh-1.0.7.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
|
|
17
|
+
npcsh-1.0.7.dist-info/METADATA,sha256=lOht6fom5U_lq7Ys5q_0jMM2czZDkrQ1scENZ1c7hjc,22747
|
|
18
|
+
npcsh-1.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
npcsh-1.0.7.dist-info/entry_points.txt,sha256=qxOYTm3ym3JWyWf2nv2Mk71uMcJIdUoNEJ8VYMkyHiY,214
|
|
20
|
+
npcsh-1.0.7.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
|
|
21
|
+
npcsh-1.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|