ai-parrot 0.5.8__tar.gz → 0.5.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ai-parrot might be problematic. Click here for more details.
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/PKG-INFO +1 -1
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/chatbot.py +2 -2
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/version.py +1 -1
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.flake8 +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.github/dependabot.yml +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.github/workflows/codeql-analysis.yml +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.github/workflows/release.yml +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.gitignore +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.isort.cfg +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/.pylintrc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/INSTALL +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/LICENSE +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/MANIFEST.in +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/Makefile +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/README.md +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/SECURITY.md +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/ai_parrot.egg-info/SOURCES.txt +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/app.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/mypy.ini +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__pycache__/conf.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__pycache__/manager.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__pycache__/models.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/__pycache__/version.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/a.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/abstract.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/agent.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/askbrett.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/asktroc.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/base.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/basic.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/bose.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/chatbot.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/cody.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/copilot.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/dataframe.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/hragents.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/hrbot.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/oddie.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/odoo.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/__pycache__/troc.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/abstract.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/agent.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/basic.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/bose.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/cody.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/copilot.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/dataframe.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/hrbot.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/__pycache__/retrievers.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/retrievers.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/odoo.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/prompts/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/prompts/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/prompts/__pycache__/agents.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/prompts/agents.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/__pycache__/multi.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/constitutional.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/multi.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/retrieval.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/troc.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/conf.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/bing.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/config.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/duckgo.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/file.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/google.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/md2pdf.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/rag.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/url.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/__pycache__/weather.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/bing.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/config.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/duckgo.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/file.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/google.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/gtrends.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/md2pdf.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/rag.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/search.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/crew/tools/url.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/exceptions.c +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/exceptions.cpython-311-x86_64-linux-gnu.so +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/exceptions.pxd +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/exceptions.pyx +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/__pycache__/bots.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/__pycache__/chat.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/bots.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/handlers/chat.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/__pycache__/database.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/__pycache__/http.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/database.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/interfaces/http.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/abstract.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/anthropic.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/google.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/groq.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/hf.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/openai.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/pipes.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/__pycache__/vertex.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/abstract.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/anthropic.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/google.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/groq.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/hf.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/openai.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/pipes.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/llms/vertex.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/manager.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/models.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/py.typed +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/abstract.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/base.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/chroma.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/duck.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/empty.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/faiss.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/milvus.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/postgres.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/__pycache__/qdrant.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/abstract.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/chroma.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/duck.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/abstract.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/base.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/huggingface.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/transformers.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/abstract.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/base.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/bge.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/fastembed.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/google.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/huggingface.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/ollama.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/openai.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/transformers.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/vertexai.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/empty.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/faiss.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/milvus.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/postgres.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/qdrant.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/abstract.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/asknews.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/basic.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/bby.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/bing.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/duck.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/execute.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/google.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/stack.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/weather.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/wikipedia.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/__pycache__/zipcode.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/abstract.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/asknews.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/basic.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/bby.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/bing.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/duck.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/execute.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/google.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/stack.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/weather.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/wikipedia.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/tools/zipcode.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/__pycache__/toml.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/__init__.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/__pycache__/__init__.cpython-311.pyc +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/toml.c +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/toml.cpython-311-x86_64-linux-gnu.so +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/toml.pyx +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/toml.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/types.cpp +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/types.cpython-311-x86_64-linux-gnu.so +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/types.pyx +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/uv.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/pyproject.toml +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/pytest.ini +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/requirements/requirements-dev.txt +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/run.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/setup.cfg +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/setup.py +0 -0
- {ai_parrot-0.5.8 → ai_parrot-0.5.9}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ai-parrot
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.9
|
|
4
4
|
Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into any aiohttp applications.
|
|
5
5
|
Home-page: https://github.com/phenobarbital/ai-parrot
|
|
6
6
|
Author: Jesus Lara
|
|
@@ -185,8 +185,8 @@ class Chatbot(AbstractBot):
|
|
|
185
185
|
self._vector_store = bot.database
|
|
186
186
|
self.configure_store()
|
|
187
187
|
# after configuration, setup the chatbot
|
|
188
|
-
if bot.
|
|
189
|
-
self.
|
|
188
|
+
if bot.system_prompt_template:
|
|
189
|
+
self.system_prompt_template = bot.system_prompt_template
|
|
190
190
|
self._define_prompt(
|
|
191
191
|
config={}
|
|
192
192
|
)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
__title__ = "ai-parrot"
|
|
4
4
|
__description__ = "Live Chatbots based on Langchain chatbots and Agents \
|
|
5
5
|
Integrated into Navigator Framework or used into any aiohttp applications."
|
|
6
|
-
__version__ = "0.5.
|
|
6
|
+
__version__ = "0.5.9"
|
|
7
7
|
__author__ = "Jesus Lara"
|
|
8
8
|
__author_email__ = "jesuslarag@gmail.com"
|
|
9
9
|
__license__ = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/interfaces/__pycache__/retrievers.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/prompts/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/bots/retrievals/__pycache__/multi.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/abstract.cpython-311.pyc
RENAMED
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/base.cpython-311.pyc
RENAMED
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/stores/embeddings/__pycache__/huggingface.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{ai_parrot-0.5.8 → ai_parrot-0.5.9}/parrot/utils/parsers/toml.cpython-311-x86_64-linux-gnu.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|