.flake8
.gitignore
.isort.cfg
.pylintrc
INSTALL
LICENSE
Makefile
README.md
SECURITY.md
app.py
mypy.ini
pyproject.toml
pytest.ini
run.py
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release.yml
ai_parrot.egg-info/PKG-INFO
ai_parrot.egg-info/SOURCES.txt
ai_parrot.egg-info/dependency_links.txt
ai_parrot.egg-info/requires.txt
ai_parrot.egg-info/top_level.txt
documents/ex-code-loaders.txt
etc/navigator-ssl.ini
etc/navigator.ini
etc/ssl/domain.ext
etc/ssl/navigator.local.crt
etc/ssl/navigator.local.csr
etc/ssl/navigator.local.key
etc/ssl/rootCA.crt
etc/ssl/rootCA.key
etc/ssl/rootCA.srl
examples/check_bot.py
examples/test_bot.py
examples/test_question.py
parrot/__init__.py
parrot/conf.py
parrot/exceptions.c
parrot/exceptions.pyx
parrot/manager.py
parrot/models.py
parrot/py.typed
parrot/version.py
parrot/chatbots/__init__.py
parrot/chatbots/abstract.py
parrot/chatbots/asktroc.py
parrot/chatbots/base.py
parrot/chatbots/basic.py
parrot/chatbots/bose.py
parrot/chatbots/cody.py
parrot/chatbots/copilot.py
parrot/chatbots/dataframe.py
parrot/chatbots/hragents.py
parrot/chatbots/odoo.py
parrot/chatbots/retrievals/__init__.py
parrot/chatbots/retrievals/constitutional.py
parrot/crew/__init__.py
parrot/crew/tools/__init__.py
parrot/crew/tools/bing.py
parrot/crew/tools/config.py
parrot/crew/tools/duckgo.py
parrot/crew/tools/file.py
parrot/crew/tools/google.py
parrot/crew/tools/gtrends.py
parrot/crew/tools/md2pdf.py
parrot/crew/tools/rag.py
parrot/crew/tools/search.py
parrot/crew/tools/url.py
parrot/handlers/__init__.py
parrot/handlers/bots.py
parrot/handlers/chat.py
parrot/interfaces/__init__.py
parrot/interfaces/database.py
parrot/llms/__init__.py
parrot/llms/abstract.py
parrot/llms/anthropic.py
parrot/llms/google.py
parrot/llms/groq.py
parrot/llms/hf.py
parrot/llms/openai.py
parrot/llms/pipes.py
parrot/llms/vertex.py
parrot/loaders/__init__.py
parrot/loaders/abstract.py
parrot/loaders/audio.py
parrot/loaders/basepdf.py
parrot/loaders/basevideo.py
parrot/loaders/csv.py
parrot/loaders/dir.py
parrot/loaders/excel.py
parrot/loaders/github.py
parrot/loaders/image.py
parrot/loaders/json.py
parrot/loaders/pdf.py
parrot/loaders/pdfchapters.py
parrot/loaders/pdffn.py
parrot/loaders/pdfimages.py
parrot/loaders/pdfmark.py
parrot/loaders/pdftables.py
parrot/loaders/ppt.py
parrot/loaders/qa.py
parrot/loaders/repo.py
parrot/loaders/rtd.py
parrot/loaders/txt.py
parrot/loaders/video.py
parrot/loaders/videolocal.py
parrot/loaders/vimeo.py
parrot/loaders/web.py
parrot/loaders/web_base.py
parrot/loaders/word.py
parrot/loaders/youtube.py
parrot/loaders/handlers/__init__.py
parrot/loaders/handlers/data.py
parrot/loaders/utils/__init__.py
parrot/loaders/utils/models.py
parrot/stores/__init__.py
parrot/stores/abstract.py
parrot/stores/milvus.py
parrot/stores/qdrant.py
parrot/tools/__init__.py
parrot/tools/abstract.py
parrot/tools/asknews.py
parrot/tools/bing.py
parrot/tools/duck.py
parrot/tools/google.py
parrot/tools/stack.py
parrot/tools/weather.py
parrot/tools/wikipedia.py
parrot/tools/zipcode.py
parrot/utils/__init__.py
parrot/utils/toml.py
parrot/utils/types.cpp
parrot/utils/types.pyx
parrot/utils/uv.py
parrot/utils/parsers/__init__.py
parrot/utils/parsers/toml.c
parrot/utils/parsers/toml.pyx
requirements/requirements-dev.txt
resources/__init__.py
resources/quick.py
resources/users/__init__.py
resources/users/handlers.py
resources/users/models.py
settings/__init__.py
settings/settings.py
templates/.compiled
templates/README.md