.gitignore
.pylintrc
LICENSE
README.md
publish_pypi.sh
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
.github/workflows/python-testing.yml
src/aye/__init__.py
src/aye/__main__.py
src/aye/api.py
src/aye/auth.py
src/aye/config.py
src/aye/download_plugins.py
src/aye/plugin_base.py
src/aye/plugin_manager.py
src/aye/repl.py
src/aye/service.py
src/aye/snapshot.py
src/aye/source_collector.py
src/aye/ui.py
src/aye/plugins/.gitignore
src/aye/plugins/__init__.py
src/aye/plugins/auto_detect_mask.py
src/aye/plugins/completer.py
src/aye/plugins/shell_executor.py
src/ayechat.egg-info/PKG-INFO
src/ayechat.egg-info/SOURCES.txt
src/ayechat.egg-info/dependency_links.txt
src/ayechat.egg-info/entry_points.txt
src/ayechat.egg-info/requires.txt
src/ayechat.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_cli.py