ai-parrot 0.2.8__tar.gz → 0.3.1__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.

Files changed (151) hide show
  1. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/PKG-INFO +1 -1
  2. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/ai_parrot.egg-info/PKG-INFO +1 -1
  3. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/copilot.py +1 -0
  4. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/videolocal.py +13 -0
  5. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/google.py +0 -2
  6. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/version.py +1 -1
  7. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.flake8 +0 -0
  8. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.github/dependabot.yml +0 -0
  9. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.github/workflows/codeql-analysis.yml +0 -0
  10. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.github/workflows/release.yml +0 -0
  11. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.gitignore +0 -0
  12. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.isort.cfg +0 -0
  13. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/.pylintrc +0 -0
  14. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/INSTALL +0 -0
  15. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/LICENSE +0 -0
  16. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/Makefile +0 -0
  17. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/README.md +0 -0
  18. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/SECURITY.md +0 -0
  19. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/ai_parrot.egg-info/SOURCES.txt +0 -0
  20. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/ai_parrot.egg-info/dependency_links.txt +0 -0
  21. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/ai_parrot.egg-info/requires.txt +0 -0
  22. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/ai_parrot.egg-info/top_level.txt +0 -0
  23. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/app.py +0 -0
  24. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/documents/ex-code-loaders.txt +0 -0
  25. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/navigator-ssl.ini +0 -0
  26. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/navigator.ini +0 -0
  27. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/domain.ext +0 -0
  28. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/navigator.local.crt +0 -0
  29. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/navigator.local.csr +0 -0
  30. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/navigator.local.key +0 -0
  31. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/rootCA.crt +0 -0
  32. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/rootCA.key +0 -0
  33. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/etc/ssl/rootCA.srl +0 -0
  34. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/examples/check_bot.py +0 -0
  35. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/examples/test_bot.py +0 -0
  36. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/examples/test_question.py +0 -0
  37. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/mypy.ini +0 -0
  38. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/__init__.py +0 -0
  39. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/__init__.py +0 -0
  40. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/abstract.py +0 -0
  41. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/asktroc.py +0 -0
  42. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/base.py +0 -0
  43. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/basic.py +0 -0
  44. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/bose.py +0 -0
  45. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/cody.py +0 -0
  46. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/dataframe.py +0 -0
  47. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/hragents.py +0 -0
  48. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/odoo.py +0 -0
  49. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/retrievals/__init__.py +0 -0
  50. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/chatbots/retrievals/constitutional.py +0 -0
  51. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/conf.py +0 -0
  52. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/__init__.py +0 -0
  53. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/__init__.py +0 -0
  54. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/bing.py +0 -0
  55. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/config.py +0 -0
  56. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/duckgo.py +0 -0
  57. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/file.py +0 -0
  58. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/google.py +0 -0
  59. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/gtrends.py +0 -0
  60. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/md2pdf.py +0 -0
  61. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/rag.py +0 -0
  62. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/search.py +0 -0
  63. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/crew/tools/url.py +0 -0
  64. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/exceptions.c +0 -0
  65. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/exceptions.pyx +0 -0
  66. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/handlers/__init__.py +0 -0
  67. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/handlers/bots.py +0 -0
  68. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/handlers/chat.py +0 -0
  69. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/interfaces/__init__.py +0 -0
  70. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/interfaces/database.py +0 -0
  71. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/__init__.py +0 -0
  72. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/abstract.py +0 -0
  73. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/anthropic.py +0 -0
  74. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/google.py +0 -0
  75. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/groq.py +0 -0
  76. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/hf.py +0 -0
  77. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/openai.py +0 -0
  78. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/pipes.py +0 -0
  79. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/llms/vertex.py +0 -0
  80. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/__init__.py +0 -0
  81. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/abstract.py +0 -0
  82. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/audio.py +0 -0
  83. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/basepdf.py +0 -0
  84. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/basevideo.py +0 -0
  85. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/csv.py +0 -0
  86. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/dir.py +0 -0
  87. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/excel.py +0 -0
  88. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/github.py +0 -0
  89. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/handlers/__init__.py +0 -0
  90. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/handlers/data.py +0 -0
  91. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/image.py +0 -0
  92. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/json.py +0 -0
  93. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdf.py +0 -0
  94. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdfchapters.py +0 -0
  95. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdffn.py +0 -0
  96. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdfimages.py +0 -0
  97. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdfmark.py +0 -0
  98. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/pdftables.py +0 -0
  99. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/ppt.py +0 -0
  100. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/qa.py +0 -0
  101. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/repo.py +0 -0
  102. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/rtd.py +0 -0
  103. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/txt.py +0 -0
  104. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/utils/__init__.py +0 -0
  105. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/utils/models.py +0 -0
  106. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/video.py +0 -0
  107. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/vimeo.py +0 -0
  108. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/web.py +0 -0
  109. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/web_base.py +0 -0
  110. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/word.py +0 -0
  111. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/loaders/youtube.py +0 -0
  112. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/manager.py +0 -0
  113. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/models.py +0 -0
  114. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/py.typed +0 -0
  115. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/stores/__init__.py +0 -0
  116. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/stores/abstract.py +0 -0
  117. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/stores/milvus.py +0 -0
  118. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/stores/qdrant.py +0 -0
  119. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/__init__.py +0 -0
  120. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/abstract.py +0 -0
  121. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/asknews.py +0 -0
  122. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/bing.py +0 -0
  123. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/duck.py +0 -0
  124. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/stack.py +0 -0
  125. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/weather.py +0 -0
  126. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/wikipedia.py +0 -0
  127. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/tools/zipcode.py +0 -0
  128. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/__init__.py +0 -0
  129. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/parsers/__init__.py +0 -0
  130. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/parsers/toml.c +0 -0
  131. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/parsers/toml.pyx +0 -0
  132. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/toml.py +0 -0
  133. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/types.cpp +0 -0
  134. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/types.pyx +0 -0
  135. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/parrot/utils/uv.py +0 -0
  136. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/pyproject.toml +0 -0
  137. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/pytest.ini +0 -0
  138. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/requirements/requirements-dev.txt +0 -0
  139. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/resources/__init__.py +0 -0
  140. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/resources/quick.py +0 -0
  141. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/resources/users/__init__.py +0 -0
  142. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/resources/users/handlers.py +0 -0
  143. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/resources/users/models.py +0 -0
  144. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/run.py +0 -0
  145. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/settings/__init__.py +0 -0
  146. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/settings/settings.py +0 -0
  147. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/setup.cfg +0 -0
  148. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/setup.py +0 -0
  149. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/templates/.compiled +0 -0
  150. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/templates/README.md +0 -0
  151. {ai_parrot-0.2.8 → ai_parrot-0.3.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-parrot
3
- Version: 0.2.8
3
+ Version: 0.3.1
4
4
  Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
5
5
  Home-page: https://github.com/phenobarbital/ai-parrot
6
6
  Author: Jesus Lara
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-parrot
3
- Version: 0.2.8
3
+ Version: 0.3.1
4
4
  Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
5
5
  Home-page: https://github.com/phenobarbital/ai-parrot
6
6
  Author: Jesus Lara
@@ -54,6 +54,7 @@ class CopilotAgent(BaseAgent):
54
54
  except Exception as e:
55
55
  print('ERROR LOADING ZIPCODE TOOLS')
56
56
 
57
+ try:
57
58
  wk1 = WikipediaTool()
58
59
  wk12 = WikidataTool()
59
60
 
@@ -105,3 +105,16 @@ class VideoLocalLoader(BaseVideoLoader):
105
105
  if set(item.parts).isdisjoint(self.skip_directories):
106
106
  documents.extend(self.load_video(item))
107
107
  return self.split_documents(documents)
108
+
109
+ def extract(self) -> list:
110
+ documents = []
111
+ if self.path.is_file():
112
+ docs = self.load_video(self.path)
113
+ documents.extend(docs)
114
+ if self.path.is_dir():
115
+ # iterate over the files in the directory
116
+ for ext in self._extension:
117
+ for item in self.path.glob(f'*{ext}'):
118
+ if set(item.parts).isdisjoint(self.skip_directories):
119
+ documents.extend(self.load_video(item))
120
+ return documents
@@ -107,7 +107,6 @@ class GoogleLocationFinder(BaseTool):
107
107
  super().__init__(**kwargs)
108
108
  self.google_key = kwargs.get('api_key', GOOGLE_API_KEY)
109
109
  self.kwargs = kwargs
110
- print(':: LOCATION FINDER STARTED :: ')
111
110
 
112
111
  def extract_location(self, data):
113
112
  city = state = state_code = zipcode = None
@@ -134,7 +133,6 @@ class GoogleLocationFinder(BaseTool):
134
133
  self.base_url,
135
134
  params=params
136
135
  )
137
- print('LOCATION FINDER > ', response)
138
136
  if response.status_code == 200:
139
137
  result = response.json()
140
138
  if result['status'] == 'OK':
@@ -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 aiohttp applications."
6
- __version__ = "0.2.8"
6
+ __version__ = "0.3.1"
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