LICENSE
MANIFEST.in
README.md
setup.py
npc_profiles/base.npc
npc_profiles/bash.npc
npcsh/__init__.py
npcsh/command_history.py
npcsh/helpers.py
npcsh/llm_funcs.py
npcsh/main.py
npcsh/modes.py
npcsh/npc_compiler.py
npcsh/npcsh.py
npcsh/transformer_testing.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_profiles/base.npc
npcsh/npc_profiles/bash.npc
npcsh/npc_profiles/database_npc.npc
npcsh/npc_profiles/main_npc.npc
npcsh/npc_profiles/sibiji.npc
npcsh/npc_profiles/user_npc.npc
tests/test_helpers.py
tests/test_llm_funcs.py
tests/test_modes.py
tests/test_npc_compiler.py