npcsh 0.3.27.5__tar.gz → 0.3.27.6__tar.gz
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-0.3.27.5/npcsh.egg-info → npcsh-0.3.27.6}/PKG-INFO +1 -1
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/shell_helpers.py +10 -2
- {npcsh-0.3.27.5 → npcsh-0.3.27.6/npcsh.egg-info}/PKG-INFO +1 -1
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/setup.py +1 -1
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/LICENSE +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/MANIFEST.in +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/README.md +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/__init__.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/audio.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/cli.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/command_history.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/conversation.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/data_models.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/dataframes.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/embeddings.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/helpers.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/image.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/image_gen.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/knowledge_graph.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/llm_funcs.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/load_data.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/main.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/model_runner.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_compiler.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_sysenv.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/assembly_lines/test_pipeline.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/corca.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/foreman.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/npcsh.ctx +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/analytics/celona.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/hr_support/raone.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/humanities/eriane.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/it_support/lineru.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/marketing/slean.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/philosophy/maurawa.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/sales/turnic.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/templates/software/welxor.npc +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/calculator.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/generic_search.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/image_generation.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/local_search.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/screen_cap.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/npc_team/tools/sql_executor.tool +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/plonk.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/response.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/search.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/serve.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/shell.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/stream.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh/video.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh.egg-info/SOURCES.txt +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh.egg-info/dependency_links.txt +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh.egg-info/entry_points.txt +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh.egg-info/requires.txt +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/npcsh.egg-info/top_level.txt +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/setup.cfg +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_chromadb.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_embedding_check.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_embedding_methods.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_helpers.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_knowledge_graph_rag.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_llm_funcs.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_networkx_vis.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_npc_compiler.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_npcsh.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_npcteam.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_shell_helpers.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_tars.py +0 -0
- {npcsh-0.3.27.5 → npcsh-0.3.27.6}/tests/test_tool_use.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: npcsh
|
|
3
|
-
Version: 0.3.27.
|
|
3
|
+
Version: 0.3.27.6
|
|
4
4
|
Summary: npcsh is a command line tool for integrating LLMs into everyday workflows and for orchestrating teams of NPCs.
|
|
5
5
|
Home-page: https://github.com/cagostino/npcsh
|
|
6
6
|
Author: Christopher Agostino
|
|
@@ -24,12 +24,20 @@ import select
|
|
|
24
24
|
import signal
|
|
25
25
|
import time
|
|
26
26
|
|
|
27
|
-
import whisper
|
|
28
27
|
|
|
28
|
+
try:
|
|
29
|
+
import whisper
|
|
30
|
+
except:
|
|
31
|
+
print(
|
|
32
|
+
"Could not load the whisper package. If you want to use tts/stt features, please run `pip install npcsh[audio]` and follow the instructions in the npcsh github readme to ensure your OS can handle the audio dependencies."
|
|
33
|
+
)
|
|
29
34
|
try:
|
|
30
35
|
from sentence_transformers import SentenceTransformer
|
|
31
36
|
except:
|
|
32
|
-
|
|
37
|
+
|
|
38
|
+
print(
|
|
39
|
+
"Could not load the sentence-transformers package. If you want to use it or other local AI features, please run `pip install npcsh[local]` ."
|
|
40
|
+
)
|
|
33
41
|
|
|
34
42
|
from .load_data import load_pdf, load_csv, load_json, load_excel, load_txt, load_image
|
|
35
43
|
from .npc_sysenv import (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: npcsh
|
|
3
|
-
Version: 0.3.27.
|
|
3
|
+
Version: 0.3.27.6
|
|
4
4
|
Summary: npcsh is a command line tool for integrating LLMs into everyday workflows and for orchestrating teams of NPCs.
|
|
5
5
|
Home-page: https://github.com/cagostino/npcsh
|
|
6
6
|
Author: Christopher Agostino
|
|
@@ -102,7 +102,7 @@ extra_files = package_files("npcsh/npc_team/")
|
|
|
102
102
|
|
|
103
103
|
setup(
|
|
104
104
|
name="npcsh",
|
|
105
|
-
version="0.3.27.
|
|
105
|
+
version="0.3.27.6",
|
|
106
106
|
packages=find_packages(exclude=["tests*"]),
|
|
107
107
|
install_requires=base_requirements, # Only install base requirements by default
|
|
108
108
|
extras_require={
|
|
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
|
|
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
|
|
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
|
|
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
|