LICENSE
MANIFEST.in
README.md
setup.py
npcsh/__init__.py
npcsh/audio.py
npcsh/cli_helpers.py
npcsh/command_history.py
npcsh/dataframes.py
npcsh/helpers.py
npcsh/image.py
npcsh/llm_funcs.py
npcsh/load_data.py
npcsh/main.py
npcsh/model_runner.py
npcsh/npc_compiler.py
npcsh/npcsh.py
npcsh/search.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/data_analyst.npc
npcsh/npc_team/foreman.npc
npcsh/npc_team/sibiji.npc
npcsh/npc_team/assembly_lines/morning_routine.pipe
npcsh/npc_team/tools/additional.tool
npcsh/npc_team/tools/calculator.tool
npcsh/npc_team/tools/data_loader.tool
npcsh/npc_team/tools/data_plotter.tool
npcsh/npc_team/tools/database_query.tool
npcsh/npc_team/tools/example.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/pandas_executor.tool
npcsh/npc_team/tools/plotting.tool
npcsh/npc_team/tools/screen_cap.tool
npcsh/npc_team/tools/splonk.tool
npcsh/npc_team/tools/sql_executor.tool
npcsh/npc_team/tools/stats_calculator.tool
npcsh/npc_team/tools/weather.tool
tests/test_helpers.py
tests/test_llm_funcs.py
tests/test_npc_compiler.py
tests/test_npcsh.py