npcsh 0.3.27.3__tar.gz → 0.3.27.5__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.3/npcsh.egg-info → npcsh-0.3.27.5}/PKG-INFO +4 -1
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/helpers.py +5 -1
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/shell_helpers.py +1 -1
- {npcsh-0.3.27.3 → npcsh-0.3.27.5/npcsh.egg-info}/PKG-INFO +4 -1
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh.egg-info/requires.txt +3 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/setup.py +3 -1
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/LICENSE +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/MANIFEST.in +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/README.md +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/__init__.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/audio.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/cli.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/command_history.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/conversation.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/data_models.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/dataframes.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/embeddings.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/image.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/image_gen.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/knowledge_graph.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/llm_funcs.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/load_data.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/main.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/model_runner.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_compiler.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_sysenv.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/assembly_lines/test_pipeline.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/corca.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/foreman.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/npcsh.ctx +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/analytics/celona.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/hr_support/raone.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/humanities/eriane.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/it_support/lineru.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/marketing/slean.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/philosophy/maurawa.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/sales/turnic.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/templates/software/welxor.npc +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/calculator.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/generic_search.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/image_generation.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/local_search.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/screen_cap.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/npc_team/tools/sql_executor.tool +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/plonk.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/response.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/search.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/serve.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/shell.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/stream.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh/video.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh.egg-info/SOURCES.txt +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh.egg-info/dependency_links.txt +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh.egg-info/entry_points.txt +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/npcsh.egg-info/top_level.txt +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/setup.cfg +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_chromadb.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_embedding_check.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_embedding_methods.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_helpers.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_knowledge_graph_rag.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_llm_funcs.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_networkx_vis.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_npc_compiler.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_npcsh.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_npcteam.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_shell_helpers.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/tests/test_tars.py +0 -0
- {npcsh-0.3.27.3 → npcsh-0.3.27.5}/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.5
|
|
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
|
|
@@ -14,6 +14,7 @@ Requires-Dist: jinja2
|
|
|
14
14
|
Requires-Dist: scipy
|
|
15
15
|
Requires-Dist: numpy
|
|
16
16
|
Requires-Dist: requests
|
|
17
|
+
Requires-Dist: matplotlib
|
|
17
18
|
Requires-Dist: markdown
|
|
18
19
|
Requires-Dist: PyYAML
|
|
19
20
|
Requires-Dist: pygments
|
|
@@ -40,6 +41,7 @@ Requires-Dist: ollama; extra == "local"
|
|
|
40
41
|
Requires-Dist: kuzu; extra == "local"
|
|
41
42
|
Requires-Dist: chromadb; extra == "local"
|
|
42
43
|
Requires-Dist: diffusers; extra == "local"
|
|
44
|
+
Requires-Dist: nltk; extra == "local"
|
|
43
45
|
Provides-Extra: whisper
|
|
44
46
|
Requires-Dist: openai-whisper; extra == "whisper"
|
|
45
47
|
Requires-Dist: pyaudio; extra == "whisper"
|
|
@@ -57,6 +59,7 @@ Requires-Dist: ollama; extra == "all"
|
|
|
57
59
|
Requires-Dist: kuzu; extra == "all"
|
|
58
60
|
Requires-Dist: chromadb; extra == "all"
|
|
59
61
|
Requires-Dist: diffusers; extra == "all"
|
|
62
|
+
Requires-Dist: nltk; extra == "all"
|
|
60
63
|
Requires-Dist: openai-whisper; extra == "all"
|
|
61
64
|
Requires-Dist: pyaudio; extra == "all"
|
|
62
65
|
Requires-Dist: gtts; extra == "all"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: npcsh
|
|
3
|
-
Version: 0.3.27.
|
|
3
|
+
Version: 0.3.27.5
|
|
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
|
|
@@ -14,6 +14,7 @@ Requires-Dist: jinja2
|
|
|
14
14
|
Requires-Dist: scipy
|
|
15
15
|
Requires-Dist: numpy
|
|
16
16
|
Requires-Dist: requests
|
|
17
|
+
Requires-Dist: matplotlib
|
|
17
18
|
Requires-Dist: markdown
|
|
18
19
|
Requires-Dist: PyYAML
|
|
19
20
|
Requires-Dist: pygments
|
|
@@ -40,6 +41,7 @@ Requires-Dist: ollama; extra == "local"
|
|
|
40
41
|
Requires-Dist: kuzu; extra == "local"
|
|
41
42
|
Requires-Dist: chromadb; extra == "local"
|
|
42
43
|
Requires-Dist: diffusers; extra == "local"
|
|
44
|
+
Requires-Dist: nltk; extra == "local"
|
|
43
45
|
Provides-Extra: whisper
|
|
44
46
|
Requires-Dist: openai-whisper; extra == "whisper"
|
|
45
47
|
Requires-Dist: pyaudio; extra == "whisper"
|
|
@@ -57,6 +59,7 @@ Requires-Dist: ollama; extra == "all"
|
|
|
57
59
|
Requires-Dist: kuzu; extra == "all"
|
|
58
60
|
Requires-Dist: chromadb; extra == "all"
|
|
59
61
|
Requires-Dist: diffusers; extra == "all"
|
|
62
|
+
Requires-Dist: nltk; extra == "all"
|
|
60
63
|
Requires-Dist: openai-whisper; extra == "all"
|
|
61
64
|
Requires-Dist: pyaudio; extra == "all"
|
|
62
65
|
Requires-Dist: gtts; extra == "all"
|
|
@@ -2,6 +2,7 @@ jinja2
|
|
|
2
2
|
scipy
|
|
3
3
|
numpy
|
|
4
4
|
requests
|
|
5
|
+
matplotlib
|
|
5
6
|
markdown
|
|
6
7
|
PyYAML
|
|
7
8
|
pygments
|
|
@@ -28,6 +29,7 @@ ollama
|
|
|
28
29
|
kuzu
|
|
29
30
|
chromadb
|
|
30
31
|
diffusers
|
|
32
|
+
nltk
|
|
31
33
|
openai-whisper
|
|
32
34
|
pyaudio
|
|
33
35
|
gtts
|
|
@@ -47,6 +49,7 @@ ollama
|
|
|
47
49
|
kuzu
|
|
48
50
|
chromadb
|
|
49
51
|
diffusers
|
|
52
|
+
nltk
|
|
50
53
|
|
|
51
54
|
[whisper]
|
|
52
55
|
openai-whisper
|
|
@@ -58,6 +58,7 @@ base_requirements = [
|
|
|
58
58
|
"scipy",
|
|
59
59
|
"numpy",
|
|
60
60
|
"requests",
|
|
61
|
+
"matplotlib",
|
|
61
62
|
"markdown",
|
|
62
63
|
"PyYAML",
|
|
63
64
|
"pygments",
|
|
@@ -85,6 +86,7 @@ local_requirements = [
|
|
|
85
86
|
"kuzu",
|
|
86
87
|
"chromadb",
|
|
87
88
|
"diffusers",
|
|
89
|
+
"nltk",
|
|
88
90
|
]
|
|
89
91
|
|
|
90
92
|
# Voice/Audio requirements
|
|
@@ -100,7 +102,7 @@ extra_files = package_files("npcsh/npc_team/")
|
|
|
100
102
|
|
|
101
103
|
setup(
|
|
102
104
|
name="npcsh",
|
|
103
|
-
version="0.3.27.
|
|
105
|
+
version="0.3.27.5",
|
|
104
106
|
packages=find_packages(exclude=["tests*"]),
|
|
105
107
|
install_requires=base_requirements, # Only install base requirements by default
|
|
106
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
|