.flake8
.gitignore
.isort.cfg
.pylintrc
INSTALL
LICENSE
MANIFEST.in
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
parrot/__init__.py
parrot/conf.py
parrot/exceptions.c
parrot/exceptions.cpython-311-x86_64-linux-gnu.so
parrot/exceptions.pxd
parrot/exceptions.pyx
parrot/manager.py
parrot/models.py
parrot/py.typed
parrot/version.py
parrot/__pycache__/__init__.cpython-311.pyc
parrot/__pycache__/conf.cpython-311.pyc
parrot/__pycache__/manager.cpython-311.pyc
parrot/__pycache__/models.cpython-311.pyc
parrot/__pycache__/version.cpython-311.pyc
parrot/bots/__init__.py
parrot/bots/abstract.py
parrot/bots/agent.py
parrot/bots/basic.py
parrot/bots/bose.py
parrot/bots/chatbot.py
parrot/bots/cody.py
parrot/bots/copilot.py
parrot/bots/dataframe.py
parrot/bots/hrbot.py
parrot/bots/odoo.py
parrot/bots/troc.py
parrot/bots/__pycache__/__init__.cpython-311.pyc
parrot/bots/__pycache__/a.cpython-311.pyc
parrot/bots/__pycache__/abstract.cpython-311.pyc
parrot/bots/__pycache__/agent.cpython-311.pyc
parrot/bots/__pycache__/askbrett.cpython-311.pyc
parrot/bots/__pycache__/asktroc.cpython-311.pyc
parrot/bots/__pycache__/base.cpython-311.pyc
parrot/bots/__pycache__/basic.cpython-311.pyc
parrot/bots/__pycache__/bose.cpython-311.pyc
parrot/bots/__pycache__/chatbot.cpython-311.pyc
parrot/bots/__pycache__/cody.cpython-311.pyc
parrot/bots/__pycache__/copilot.cpython-311.pyc
parrot/bots/__pycache__/dataframe.cpython-311.pyc
parrot/bots/__pycache__/hragents.cpython-311.pyc
parrot/bots/__pycache__/hrbot.cpython-311.pyc
parrot/bots/__pycache__/oddie.cpython-311.pyc
parrot/bots/__pycache__/odoo.cpython-311.pyc
parrot/bots/__pycache__/troc.cpython-311.pyc
parrot/bots/interfaces/__init__.py
parrot/bots/interfaces/retrievers.py
parrot/bots/interfaces/__pycache__/__init__.cpython-311.pyc
parrot/bots/interfaces/__pycache__/retrievers.cpython-311.pyc
parrot/bots/prompts/__init__.py
parrot/bots/prompts/agents.py
parrot/bots/prompts/__pycache__/__init__.cpython-311.pyc
parrot/bots/prompts/__pycache__/agents.cpython-311.pyc
parrot/bots/retrievals/__init__.py
parrot/bots/retrievals/constitutional.py
parrot/bots/retrievals/multi.py
parrot/bots/retrievals/retrieval.py
parrot/bots/retrievals/__pycache__/__init__.cpython-311.pyc
parrot/bots/retrievals/__pycache__/multi.cpython-311.pyc
parrot/crew/__init__.py
parrot/crew/__pycache__/__init__.cpython-311.pyc
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/crew/tools/__pycache__/__init__.cpython-311.pyc
parrot/crew/tools/__pycache__/bing.cpython-311.pyc
parrot/crew/tools/__pycache__/config.cpython-311.pyc
parrot/crew/tools/__pycache__/duckgo.cpython-311.pyc
parrot/crew/tools/__pycache__/file.cpython-311.pyc
parrot/crew/tools/__pycache__/google.cpython-311.pyc
parrot/crew/tools/__pycache__/md2pdf.cpython-311.pyc
parrot/crew/tools/__pycache__/rag.cpython-311.pyc
parrot/crew/tools/__pycache__/url.cpython-311.pyc
parrot/crew/tools/__pycache__/weather.cpython-311.pyc
parrot/handlers/__init__.py
parrot/handlers/bots.py
parrot/handlers/chat.py
parrot/handlers/__pycache__/__init__.cpython-311.pyc
parrot/handlers/__pycache__/bots.cpython-311.pyc
parrot/handlers/__pycache__/chat.cpython-311.pyc
parrot/interfaces/__init__.py
parrot/interfaces/database.py
parrot/interfaces/http.py
parrot/interfaces/__pycache__/__init__.cpython-311.pyc
parrot/interfaces/__pycache__/database.cpython-311.pyc
parrot/interfaces/__pycache__/http.cpython-311.pyc
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/llms/__pycache__/__init__.cpython-311.pyc
parrot/llms/__pycache__/abstract.cpython-311.pyc
parrot/llms/__pycache__/anthropic.cpython-311.pyc
parrot/llms/__pycache__/google.cpython-311.pyc
parrot/llms/__pycache__/groq.cpython-311.pyc
parrot/llms/__pycache__/hf.cpython-311.pyc
parrot/llms/__pycache__/openai.cpython-311.pyc
parrot/llms/__pycache__/pipes.cpython-311.pyc
parrot/llms/__pycache__/vertex.cpython-311.pyc
parrot/stores/__init__.py
parrot/stores/abstract.py
parrot/stores/chroma.py
parrot/stores/duck.py
parrot/stores/empty.py
parrot/stores/faiss.py
parrot/stores/milvus.py
parrot/stores/postgres.py
parrot/stores/qdrant.py
parrot/stores/__pycache__/__init__.cpython-311.pyc
parrot/stores/__pycache__/abstract.cpython-311.pyc
parrot/stores/__pycache__/base.cpython-311.pyc
parrot/stores/__pycache__/chroma.cpython-311.pyc
parrot/stores/__pycache__/duck.cpython-311.pyc
parrot/stores/__pycache__/empty.cpython-311.pyc
parrot/stores/__pycache__/faiss.cpython-311.pyc
parrot/stores/__pycache__/milvus.cpython-311.pyc
parrot/stores/__pycache__/postgres.cpython-311.pyc
parrot/stores/__pycache__/qdrant.cpython-311.pyc
parrot/stores/embeddings/__init__.py
parrot/stores/embeddings/abstract.py
parrot/stores/embeddings/base.py
parrot/stores/embeddings/bge.py
parrot/stores/embeddings/fastembed.py
parrot/stores/embeddings/google.py
parrot/stores/embeddings/huggingface.py
parrot/stores/embeddings/ollama.py
parrot/stores/embeddings/openai.py
parrot/stores/embeddings/transformers.py
parrot/stores/embeddings/vertexai.py
parrot/stores/embeddings/__pycache__/__init__.cpython-311.pyc
parrot/stores/embeddings/__pycache__/abstract.cpython-311.pyc
parrot/stores/embeddings/__pycache__/base.cpython-311.pyc
parrot/stores/embeddings/__pycache__/huggingface.cpython-311.pyc
parrot/stores/embeddings/__pycache__/transformers.cpython-311.pyc
parrot/tools/__init__.py
parrot/tools/abstract.py
parrot/tools/asknews.py
parrot/tools/basic.py
parrot/tools/bby.py
parrot/tools/bing.py
parrot/tools/duck.py
parrot/tools/execute.py
parrot/tools/google.py
parrot/tools/stack.py
parrot/tools/weather.py
parrot/tools/wikipedia.py
parrot/tools/zipcode.py
parrot/tools/__pycache__/__init__.cpython-311.pyc
parrot/tools/__pycache__/abstract.cpython-311.pyc
parrot/tools/__pycache__/asknews.cpython-311.pyc
parrot/tools/__pycache__/basic.cpython-311.pyc
parrot/tools/__pycache__/bby.cpython-311.pyc
parrot/tools/__pycache__/bing.cpython-311.pyc
parrot/tools/__pycache__/duck.cpython-311.pyc
parrot/tools/__pycache__/execute.cpython-311.pyc
parrot/tools/__pycache__/google.cpython-311.pyc
parrot/tools/__pycache__/stack.cpython-311.pyc
parrot/tools/__pycache__/weather.cpython-311.pyc
parrot/tools/__pycache__/wikipedia.cpython-311.pyc
parrot/tools/__pycache__/zipcode.cpython-311.pyc
parrot/utils/__init__.py
parrot/utils/toml.py
parrot/utils/types.cpp
parrot/utils/types.cpython-311-x86_64-linux-gnu.so
parrot/utils/types.pyx
parrot/utils/uv.py
parrot/utils/__pycache__/__init__.cpython-311.pyc
parrot/utils/__pycache__/toml.cpython-311.pyc
parrot/utils/parsers/__init__.py
parrot/utils/parsers/toml.c
parrot/utils/parsers/toml.cpython-311-x86_64-linux-gnu.so
parrot/utils/parsers/toml.pyx
parrot/utils/parsers/__pycache__/__init__.cpython-311.pyc
requirements/requirements-dev.txt