LICENSE
MANIFEST.in
README.md
setup.py
npcsh/__init__.py
npcsh/audio.py
npcsh/cli.py
npcsh/cli_helpers.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/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/critic.npc
npcsh/npc_team/data_analyst.npc
npcsh/npc_team/data_scientist.npc
npcsh/npc_team/datacollector.npc
npcsh/npc_team/editor.npc
npcsh/npc_team/email_assistant.npc
npcsh/npc_team/journalist.npc
npcsh/npc_team/market_analyst.npc
npcsh/npc_team/morning_routine.pipe
npcsh/npc_team/news_analysis.pipe
npcsh/npc_team/news_analysis_mixa.pipe
npcsh/npc_team/news_assistant.npc
npcsh/npc_team/presenter.npc
npcsh/npc_team/researcher.npc
npcsh/npc_team/sibiji.npc
npcsh/npc_team/test_npc_tools_network.py
npcsh/npc_team/assembly_lines/test_pipeline.py
npcsh/npc_team/tools/additional.tool
npcsh/npc_team/tools/analyzer.npc
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/deck_creator.tool
npcsh/npc_team/tools/example.tool
npcsh/npc_team/tools/feedback_gatherer.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/pref_analyzer.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_chromadb.py
tests/test_embedding_check.py
tests/test_embedding_methods.py
tests/test_helpers.py
tests/test_llm_funcs.py
tests/test_npc_compiler.py
tests/test_npcsh.py