igbot-base 0.0.28__py3-none-any.whl → 0.0.29__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/notifier.py CHANGED
@@ -1,10 +1,10 @@
1
1
  from abc import ABC, abstractmethod
2
-
2
+ from typing import Any
3
3
  from pydantic import BaseModel
4
4
 
5
5
 
6
6
  class Notification(BaseModel):
7
- data: any
7
+ data: Any
8
8
 
9
9
 
10
10
  class Notifier(ABC):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: igbot_base
3
- Version: 0.0.28
3
+ Version: 0.0.29
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
@@ -7,7 +7,7 @@ igbot_base/llm.py,sha256=0zul2Q3aiCpdhcLbTcpdSPkLdX7Dvwhhiv2V_KH7YRo,2157
7
7
  igbot_base/llmmemory.py,sha256=fhHrqYi3VTDsCc5riK0pbcIUH4rC_xYOJdFKZ_9zndM,1099
8
8
  igbot_base/logging_adapter.py,sha256=kMuAaQPCba2luk0-WPxAbPNJaBL1yZsaff35ltKWgww,256
9
9
  igbot_base/models.py,sha256=cgZwQ2GEeM_hCUxSwyls0b9CsjIsgImjzq7b3c289g4,1226
10
- igbot_base/notifier.py,sha256=TZtMo_EUdPMRTOVgYo3X2KxH63hOIzVJU7_7xVBDyd4,222
10
+ igbot_base/notifier.py,sha256=-uBInGqdPBKML9ryxGnIAeB498sZGSQRga33vbSIkE0,244
11
11
  igbot_base/persistable_memory.py,sha256=867Z4l_awD23QSTFDK3uN9TEttKfDpxx9g19c7ULG1Y,167
12
12
  igbot_base/prompt_template.py,sha256=q7bnU2Rp2Cvm4ixEmKHCyuolTPan6CHfYVAomT5kp10,1573
13
13
  igbot_base/response_formats.py,sha256=Sp679VfkcyxsR19ddFEHTOM7Ox0u2WBhdji_Y9pVc2M,94
@@ -15,7 +15,7 @@ igbot_base/retriever.py,sha256=YHBHxiuPttsIAtjwwIz0fa9q2uFtsg0WoMRCorCt1PM,635
15
15
  igbot_base/tokenizer.py,sha256=WSR0GFc1eoMmyL58RAxtpb2iWCrqu9vQ2Ui-hqs4plw,1032
16
16
  igbot_base/tool.py,sha256=ghjuU3cK_VElHGStUl3IYf9dlRDOGM_aQucUQNUH3mU,431
17
17
  igbot_base/vectorstore.py,sha256=f-S9DmOuehC0rtVAPGz22Guo7ddb1jVw7BygzFJM624,928
18
- igbot_base-0.0.28.dist-info/METADATA,sha256=jgQ1G78KiqLXB3UY-sOjFJLEqaKSTXCCXdreyQywILk,235
19
- igbot_base-0.0.28.dist-info/WHEEL,sha256=7ciDxtlje1X8OhobNuGgi1t-ACdFSelPnSmDPrtlobY,91
20
- igbot_base-0.0.28.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
21
- igbot_base-0.0.28.dist-info/RECORD,,
18
+ igbot_base-0.0.29.dist-info/METADATA,sha256=U7qDoqn1pAdZFa4pL7J2RJotpxYCh8zkPuxQ1DnfV3w,235
19
+ igbot_base-0.0.29.dist-info/WHEEL,sha256=7ciDxtlje1X8OhobNuGgi1t-ACdFSelPnSmDPrtlobY,91
20
+ igbot_base-0.0.29.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
21
+ igbot_base-0.0.29.dist-info/RECORD,,