igbot-base 0.0.1__py3-none-any.whl → 0.0.2__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 +3 -3
- igbot_base/persistable_memory.py +1 -1
- igbot_base/prompt_template.py +1 -1
- igbot_base/vectorstore.py +1 -1
- {igbot_base-0.0.1.dist-info → igbot_base-0.0.2.dist-info}/METADATA +3 -2
- {igbot_base-0.0.1.dist-info → igbot_base-0.0.2.dist-info}/RECORD +9 -9
- {igbot_base-0.0.1.dist-info → igbot_base-0.0.2.dist-info}/WHEEL +0 -0
- {igbot_base-0.0.1.dist-info → igbot_base-0.0.2.dist-info}/top_level.txt +0 -0
igbot_base/agent.py
CHANGED
igbot_base/llm.py
CHANGED
@@ -2,9 +2,9 @@ from abc import ABC, abstractmethod
|
|
2
2
|
from builtins import dict
|
3
3
|
from typing import Optional
|
4
4
|
|
5
|
-
from
|
6
|
-
from
|
7
|
-
from
|
5
|
+
from exception_handler import ExceptionHandler, NoopExceptionHandler
|
6
|
+
from llmmemory import LlmMemory
|
7
|
+
from models import Model
|
8
8
|
|
9
9
|
|
10
10
|
class Llm(ABC):
|
igbot_base/persistable_memory.py
CHANGED
igbot_base/prompt_template.py
CHANGED
igbot_base/vectorstore.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: igbot_base
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: Base classes for igbot
|
5
5
|
Author-email: Igor Kopeć <igor.kopec95@gmail.com>
|
6
|
-
License
|
6
|
+
License: LGPL-3.0-or-later
|
7
7
|
Requires-Python: >=3.12
|
8
|
+
Requires-Dist: openai
|
@@ -1,17 +1,17 @@
|
|
1
1
|
igbot_base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
igbot_base/agent.py,sha256=
|
2
|
+
igbot_base/agent.py,sha256=iyjKdY7d0xbk5Mlb9LWeK0hxXq8VZ4yc4MKwhPMUeig,177
|
3
3
|
igbot_base/agent_response.py,sha256=eAps47djL_aWYn8P_BMpVGkPwO6m8nhltWWyh8qSG6E,1042
|
4
4
|
igbot_base/exception_handler.py,sha256=BMzQpgP4jnnRuTcEItx0oMljTZmKgMRCHzpybHn88Ig,341
|
5
|
-
igbot_base/llm.py,sha256=
|
5
|
+
igbot_base/llm.py,sha256=2Fsb4BTeK-SiujDPWEySVnXWkIkQMSsjcqq_1QRVjqM,1428
|
6
6
|
igbot_base/llmmemory.py,sha256=KslOeTSZwvHVyFglbFhPcb6_GCCXZOqHz5YBTzJ2mew,977
|
7
7
|
igbot_base/models.py,sha256=15bitUZy4Z4JhZbLd_SMx5pD7m8YuZiIq-wYGumf0ws,622
|
8
|
-
igbot_base/persistable_memory.py,sha256=
|
9
|
-
igbot_base/prompt_template.py,sha256=
|
8
|
+
igbot_base/persistable_memory.py,sha256=7-2GZK646SkSyCdQ1HLh5xGw0-JEGuur4RzI_sl9HYI,155
|
9
|
+
igbot_base/prompt_template.py,sha256=s19X_MznzezZ8GecVB0cOUB7PsBRykLGWErOLGXZKec,1095
|
10
10
|
igbot_base/response_formats.py,sha256=Sp679VfkcyxsR19ddFEHTOM7Ox0u2WBhdji_Y9pVc2M,94
|
11
11
|
igbot_base/retriever.py,sha256=lwQhJbPtlWxiRMoRzqz2VI6WFv-60B8jPvKQc8hdeeY,177
|
12
12
|
igbot_base/tool.py,sha256=8QwzQuokkVSITCjZuZJeEbCvJU-n2yh9D-QauQex4Ko,319
|
13
|
-
igbot_base/vectorstore.py,sha256=
|
14
|
-
igbot_base-0.0.
|
15
|
-
igbot_base-0.0.
|
16
|
-
igbot_base-0.0.
|
17
|
-
igbot_base-0.0.
|
13
|
+
igbot_base/vectorstore.py,sha256=6GGV7QkUltbkQp6Ds_lu3ityF17fj5QWBjoj-Or__fY,831
|
14
|
+
igbot_base-0.0.2.dist-info/METADATA,sha256=hMDUXJyF3XR1nApP6zFmv6Iw-Zr3AZOwyNfNcGhc6nw,210
|
15
|
+
igbot_base-0.0.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
16
|
+
igbot_base-0.0.2.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
|
17
|
+
igbot_base-0.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|