igbot-base 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.whl

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.
igbot_base/__init__.py CHANGED
@@ -0,0 +1,28 @@
1
+ from agent import Agent as Agent
2
+
3
+ from agent_response import AgentResponse as AgentResponse
4
+
5
+ from exception_handler import ExceptionHandler as ExceptionHandler
6
+ from exception_handler import PrintingExceptionHandler as PrintingExceptionHandler
7
+ from exception_handler import NoopExceptionHandler as NoopExceptionHandler
8
+
9
+ from llm import Llm as Llm
10
+
11
+ from llmmemory import LlmMemory as LlmMemory
12
+
13
+ from models import Model as Model
14
+ from models import ModelInfo as ModelInfo
15
+
16
+ from persistable_memory import PersistableMemory as PersistableMemory
17
+
18
+ from prompt_template import Prompt as Prompt
19
+
20
+ from response_formats import ResponseFormat as ResponseFormat
21
+
22
+ from retriever import Retriever as Retriever
23
+
24
+ from tool import Tool as Tool
25
+
26
+ from vectorstore import Vectorstore as Vectorstore
27
+ from vectorstore import Metadata as Metadata
28
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: igbot_base
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: Base classes for igbot
5
5
  Author-email: Igor Kopeć <igor.kopec95@gmail.com>
6
6
  License: LGPL-3.0-or-later
@@ -1,4 +1,4 @@
1
- igbot_base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1
+ igbot_base/__init__.py,sha256=c1e_ZUiuWoW-3o1kzHYZGIRivXRxDxF6hPX92yEt6DY,824
2
2
  igbot_base/agent.py,sha256=12ubgE_Vr7gtkRCwRQsE2pRHPyFHut8Ib1bN6FkUayU,199
3
3
  igbot_base/agent_response.py,sha256=eAps47djL_aWYn8P_BMpVGkPwO6m8nhltWWyh8qSG6E,1042
4
4
  igbot_base/exception_handler.py,sha256=BMzQpgP4jnnRuTcEItx0oMljTZmKgMRCHzpybHn88Ig,341
@@ -11,7 +11,7 @@ igbot_base/response_formats.py,sha256=Sp679VfkcyxsR19ddFEHTOM7Ox0u2WBhdji_Y9pVc2
11
11
  igbot_base/retriever.py,sha256=lwQhJbPtlWxiRMoRzqz2VI6WFv-60B8jPvKQc8hdeeY,177
12
12
  igbot_base/tool.py,sha256=8QwzQuokkVSITCjZuZJeEbCvJU-n2yh9D-QauQex4Ko,319
13
13
  igbot_base/vectorstore.py,sha256=mQ-zoWDz6MiHDrJR5ZqB8HIxHAOrBtTBaj69XS-WoDw,853
14
- igbot_base-0.0.3.dist-info/METADATA,sha256=8MLSFlRqZx7TAybXUX37L0nlWMRnQAKalOduR74GpyU,210
15
- igbot_base-0.0.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
- igbot_base-0.0.3.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
17
- igbot_base-0.0.3.dist-info/RECORD,,
14
+ igbot_base-0.0.5.dist-info/METADATA,sha256=_nd1cUzD5C6xEu9FKEe9KZj5yLFAJaSo2oSAxOIU2Dg,210
15
+ igbot_base-0.0.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
+ igbot_base-0.0.5.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
17
+ igbot_base-0.0.5.dist-info/RECORD,,