LICENSE
MANIFEST.in
README.md
setup.py
npcpy/__init__.py
npcpy/llm_funcs.py
npcpy/main.py
npcpy/npc_compiler.py
npcpy/npc_sysenv.py
npcpy/npcs.py
npcpy/serve.py
npcpy/tools.py
npcpy.egg-info/PKG-INFO
npcpy.egg-info/SOURCES.txt
npcpy.egg-info/dependency_links.txt
npcpy.egg-info/requires.txt
npcpy.egg-info/top_level.txt
npcpy/data/__init__.py
npcpy/data/audio.py
npcpy/data/data_models.py
npcpy/data/dataframes.py
npcpy/data/image.py
npcpy/data/load.py
npcpy/data/text.py
npcpy/data/video.py
npcpy/data/web.py
npcpy/gen/__init__.py
npcpy/gen/embeddings.py
npcpy/gen/image_gen.py
npcpy/gen/response.py
npcpy/gen/video_gen.py
npcpy/memory/__init__.py
npcpy/memory/command_history.py
npcpy/memory/deep_research.py
npcpy/memory/knowledge_graph.py
npcpy/memory/search.py
npcpy/memory/sleep.py
npcpy/mix/__init__.py
npcpy/mix/debate.py
npcpy/sql/__init__.py
npcpy/sql/model_runner.py
npcpy/sql/npcsql.py
npcpy/work/__init__.py
npcpy/work/desktop.py
npcpy/work/plan.py
npcpy/work/trigger.py
tests/test_audio.py
tests/test_command_history.py
tests/test_image.py
tests/test_llm_funcs.py
tests/test_load.py
tests/test_npc_compiler.py
tests/test_response.py
tests/test_serve.py
tests/test_text.py
tests/test_tools.py
tests/test_web.py