LICENSE
MANIFEST.in
README.md
setup.py
npcsh/__init__.py
npcsh/audio.py
npcsh/cli.py
npcsh/command_history.py
npcsh/conversation.py
npcsh/data_models.py
npcsh/dataframes.py
npcsh/embeddings.py
npcsh/helpers.py
npcsh/image.py
npcsh/image_gen.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/npc_sysenv.py
npcsh/plonk.py
npcsh/response.py
npcsh/search.py
npcsh/serve.py
npcsh/shell.py
npcsh/shell_helpers.py
npcsh/stream.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/templates/analytics/celona.npc
npcsh/npc_team/templates/hr_support/raone.npc
npcsh/npc_team/templates/humanities/eriane.npc
npcsh/npc_team/templates/it_support/lineru.npc
npcsh/npc_team/templates/marketing/slean.npc
npcsh/npc_team/templates/philosophy/maurawa.npc
npcsh/npc_team/templates/sales/turnic.npc
npcsh/npc_team/templates/software/welxor.npc
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
tests/test_chromadb.py
tests/test_embedding_check.py
tests/test_embedding_methods.py
tests/test_helpers.py
tests/test_knowledge_graph_rag.py
tests/test_llm_funcs.py
tests/test_networkx_vis.py
tests/test_npc_compiler.py
tests/test_npcsh.py
tests/test_shell_helpers.py
tests/test_tool_use.py