igbot-base 0.0.37__py3-none-any.whl → 0.0.38__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/agent.py +1 -1
- igbot_base/llm.py +1 -1
- {igbot_base-0.0.37.dist-info → igbot_base-0.0.38.dist-info}/METADATA +1 -1
- {igbot_base-0.0.37.dist-info → igbot_base-0.0.38.dist-info}/RECORD +6 -6
- {igbot_base-0.0.37.dist-info → igbot_base-0.0.38.dist-info}/WHEEL +0 -0
- {igbot_base-0.0.37.dist-info → igbot_base-0.0.38.dist-info}/top_level.txt +0 -0
igbot_base/agent.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
from abc import ABC, abstractmethod
|
2
2
|
|
3
|
-
from additional_data import AdditionalData, EMPTY
|
3
|
+
from igbot_base.additional_data import AdditionalData, EMPTY
|
4
4
|
from igbot_base.agent_response import AgentResponse
|
5
5
|
|
6
6
|
from igbot_base.exception_handler import ExceptionHandler, ReturnFailedResponseGracefully
|
igbot_base/llm.py
CHANGED
@@ -2,7 +2,7 @@ from abc import ABC, abstractmethod
|
|
2
2
|
from builtins import dict
|
3
3
|
from typing import Optional
|
4
4
|
|
5
|
-
from additional_data import AdditionalData, EMPTY
|
5
|
+
from igbot_base.additional_data import AdditionalData, EMPTY
|
6
6
|
from igbot_base.exception_handler import ExceptionHandler, NoopExceptionHandler
|
7
7
|
from igbot_base.llmmemory import LlmMemory
|
8
8
|
from igbot_base.models import Model
|
@@ -1,10 +1,10 @@
|
|
1
1
|
igbot_base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
igbot_base/additional_data.py,sha256=CbuT4m4l4Kw_7yUVAyPpMMct0ED3yF91JVo79vqnXik,479
|
3
|
-
igbot_base/agent.py,sha256=
|
3
|
+
igbot_base/agent.py,sha256=pdDPQIg60V9bpT_VQQjEQXZNoaxRlk_82HB-ffg24ro,1576
|
4
4
|
igbot_base/agent_response.py,sha256=ujLaFkIw9he-X1YFIICTJvq_4pmzTvTF4txEfeZtKSA,1041
|
5
5
|
igbot_base/base_exception.py,sha256=uRZXwYdsER2y_Rlah1TaSXwR6Kb9t2lNyngar0p5YFk,2146
|
6
6
|
igbot_base/exception_handler.py,sha256=Er5LbNt2ga2-e0GSzkJw66E-NS1dN_2msTRyyac1qX8,536
|
7
|
-
igbot_base/llm.py,sha256=
|
7
|
+
igbot_base/llm.py,sha256=0i0VVtvLafH_tqpvtNMvmULj4vkoKCrntXFkiimMifI,3172
|
8
8
|
igbot_base/llmmemory.py,sha256=eMjkjFMKgyAqpM7-q3xzQAP6gDeNfkpPkb9MK1hN8iY,1157
|
9
9
|
igbot_base/logging_adapter.py,sha256=kMuAaQPCba2luk0-WPxAbPNJaBL1yZsaff35ltKWgww,256
|
10
10
|
igbot_base/models.py,sha256=kbscj0jTNkJu9cglEQILjdOWJuwD3pZ0Q1rxz2q7tg8,1370
|
@@ -16,7 +16,7 @@ igbot_base/retriever.py,sha256=YHBHxiuPttsIAtjwwIz0fa9q2uFtsg0WoMRCorCt1PM,635
|
|
16
16
|
igbot_base/tokenizer.py,sha256=WSR0GFc1eoMmyL58RAxtpb2iWCrqu9vQ2Ui-hqs4plw,1032
|
17
17
|
igbot_base/tool.py,sha256=ghjuU3cK_VElHGStUl3IYf9dlRDOGM_aQucUQNUH3mU,431
|
18
18
|
igbot_base/vectorstore.py,sha256=f-S9DmOuehC0rtVAPGz22Guo7ddb1jVw7BygzFJM624,928
|
19
|
-
igbot_base-0.0.
|
20
|
-
igbot_base-0.0.
|
21
|
-
igbot_base-0.0.
|
22
|
-
igbot_base-0.0.
|
19
|
+
igbot_base-0.0.38.dist-info/METADATA,sha256=6z_Qjyudq-i-IKUZ9Pz-vB_WNvHjUVFqbSZ_2OgShwQ,235
|
20
|
+
igbot_base-0.0.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
+
igbot_base-0.0.38.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
|
22
|
+
igbot_base-0.0.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|