.env.example
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
docs/ARCHITECTURE.md
docs/MUSETALK-INSTALL-PLAN.md
scripts/musetalk-install.sh
scripts/hooks/install.sh
scripts/hooks/pre-push
skvoice/__init__.py
skvoice/__main__.py
skvoice/_version.py
skvoice/agent_profile.py
skvoice/audio.py
skvoice/config.py
skvoice/emotion.py
skvoice/integration.py
skvoice/llm.py
skvoice/memory.py
skvoice/service.py
skvoice/tools.py
skvoice.egg-info/PKG-INFO
skvoice.egg-info/SOURCES.txt
skvoice.egg-info/dependency_links.txt
skvoice.egg-info/entry_points.txt
skvoice.egg-info/requires.txt
skvoice.egg-info/top_level.txt
systemd/skvoice.service
tests/__init__.py
tests/test_integration_adapter.py