.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
Dockerfile
LICENSE.txt
README.rst
pytest.ini
requirements-base.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
uwsgi.ini
uwsgi_params
conda/environment.yml
deploy/Dockerfile.old
deploy/aichat-django-nginx.conf.envsubst
deploy/docker-entrypoint.sh
deploy/nginx-sites-available-default.conf.envsubst
deploy/supervisor-app.conf.envsubst
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/aichat/__init__.py
src/aichat/audio.py.wip
src/aichat/brain.py
src/aichat/compose.py
src/aichat/console.py
src/aichat/constants.py
src/aichat/context.py
src/aichat/manage.py
src/aichat/pattern.py
src/aichat/skeleton.py
src/aichat/voice.py.wip
src/aichat.egg-info/PKG-INFO
src/aichat.egg-info/SOURCES.txt
src/aichat.egg-info/dependency_links.txt
src/aichat.egg-info/entry_points.txt
src/aichat.egg-info/not-zip-safe
src/aichat.egg-info/requires.txt
src/aichat.egg-info/top_level.txt
src/aichat/chatapp/__init__.py
src/aichat/chatapp/admin.py
src/aichat/chatapp/apps.py
src/aichat/chatapp/load.py
src/aichat/chatapp/models.py
src/aichat/chatapp/tests.py
src/aichat/chatapp/urls.py
src/aichat/chatapp/views.py
src/aichat/chatapp/data/bluetooth.csv
src/aichat/chatapp/data/callAgent.csv
src/aichat/chatapp/data/chloe.csv
src/aichat/chatapp/data/chloeSkills.csv
src/aichat/chatapp/data/commands.csv
src/aichat/chatapp/data/horizonFirstBoot.csv
src/aichat/chatapp/data/jokes.csv
src/aichat/chatapp/data/quotes.csv
src/aichat/chatapp/data/releaseNotes.csv
src/aichat/chatapp/data/riddles.csv
src/aichat/chatapp/data/tips.csv
src/aichat/chatapp/data/tutorial.csv
src/aichat/chatapp/migrations/0001_initial.py
src/aichat/chatapp/migrations/__init__.py
src/aichat/chatsite/__init__.py
src/aichat/chatsite/secret_create_superuser.py
src/aichat/chatsite/secret_settings.py
src/aichat/chatsite/settings.py
src/aichat/chatsite/urls.py
src/aichat/chatsite/wsgi.py
src/aichat/devops/compose.py
src/aichat/scripts/audio.py.wip
src/aichat/scripts/bot.py
src/aichat/scripts/circlevoice.py.wip
src/aichat/scripts/curate.sh
src/aichat/scripts/deepvoice.py.wip
tests/conftest.py
tests/flake8_diff.sh
tests/run_tests.sh
tests/test_skeleton.py
tests/travis_install.sh
tests/travis_install_nlpia.sh