LICENSE
MANIFEST.in
README.md
setup.py
npcsh/__init__.py
npcsh/audio.py
npcsh/cli.py
npcsh/command_history.py
npcsh/dataframes.py
npcsh/helpers.py
npcsh/image.py
npcsh/knowledge_graph.py
npcsh/llm_funcs.py
npcsh/load_data.py
npcsh/main.py
npcsh/model_runner.py
npcsh/npc_compiler.py
npcsh/plonk.py
npcsh/search.py
npcsh/serve.py
npcsh/shell.py
npcsh/shell_helpers.py
npcsh/transformer_testing.py
npcsh/video.py
npcsh.egg-info/PKG-INFO
npcsh.egg-info/SOURCES.txt
npcsh.egg-info/dependency_links.txt
npcsh.egg-info/entry_points.txt
npcsh.egg-info/requires.txt
npcsh.egg-info/top_level.txt
npcsh/npc_team/sibiji.npc
npcsh/npc_team/assembly_lines/test_pipeline.py
npcsh/npc_team/tools/calculator.tool
npcsh/npc_team/tools/generic_search.tool
npcsh/npc_team/tools/image_generation.tool
npcsh/npc_team/tools/local_search.tool
npcsh/npc_team/tools/screen_cap.tool
npcsh/npc_team/tools/sql_executor.tool
npcsh/npc_team/tools/stats_calculator.tool
tests/test_chromadb.py
tests/test_embedding_check.py
tests/test_embedding_methods.py
tests/test_helpers.py
tests/test_llm_funcs.py
tests/test_networkx_vis.py
tests/test_npc_compiler.py
tests/test_npcsh.py