igbot-base 0.0.4__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
@@ -1,28 +1,28 @@
1
- from igbot_base.igbot_base.agent import Agent as Agent
1
+ from agent import Agent as Agent
2
2
 
3
- from igbot_base.igbot_base.agent_response import AgentResponse as AgentResponse
3
+ from agent_response import AgentResponse as AgentResponse
4
4
 
5
- from igbot_base.igbot_base.exception_handler import ExceptionHandler as ExceptionHandler
6
- from igbot_base.igbot_base.exception_handler import PrintingExceptionHandler as PrintingExceptionHandler
7
- from igbot_base.igbot_base.exception_handler import NoopExceptionHandler as NoopExceptionHandler
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
8
 
9
- from igbot_base.igbot_base.llm import Llm as Llm
9
+ from llm import Llm as Llm
10
10
 
11
- from igbot_base.igbot_base.llmmemory import LlmMemory as LlmMemory
11
+ from llmmemory import LlmMemory as LlmMemory
12
12
 
13
- from igbot_base.igbot_base.models import Model as Model
14
- from igbot_base.igbot_base.models import ModelInfo as ModelInfo
13
+ from models import Model as Model
14
+ from models import ModelInfo as ModelInfo
15
15
 
16
- from igbot_base.igbot_base.persistable_memory import PersistableMemory as PersistableMemory
16
+ from persistable_memory import PersistableMemory as PersistableMemory
17
17
 
18
- from igbot_base.igbot_base.prompt_template import Prompt as Prompt
18
+ from prompt_template import Prompt as Prompt
19
19
 
20
- from igbot_base.igbot_base.response_formats import ResponseFormat as ResponseFormat
20
+ from response_formats import ResponseFormat as ResponseFormat
21
21
 
22
- from igbot_base.igbot_base.retriever import Retriever as Retriever
22
+ from retriever import Retriever as Retriever
23
23
 
24
- from igbot_base.igbot_base.tool import Tool as Tool
24
+ from tool import Tool as Tool
25
25
 
26
- from igbot_base.igbot_base.vectorstore import Vectorstore as Vectorstore
27
- from igbot_base.igbot_base.vectorstore import Metadata as Metadata
26
+ from vectorstore import Vectorstore as Vectorstore
27
+ from vectorstore import Metadata as Metadata
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: igbot_base
3
- Version: 0.0.4
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=v50_kSneUvemWW7jn_-LOxv8CJAkJ344cE9XzlJbtTg,1176
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.4.dist-info/METADATA,sha256=PJRip8yrqC8VSPl59S_onljOkel-70ChWCJK4j-p08I,210
15
- igbot_base-0.0.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
- igbot_base-0.0.4.dist-info/top_level.txt,sha256=RGpEN0pLsnfNLoLfpw1D_nLSyZwi3ggSaDq07o4ZEAI,11
17
- igbot_base-0.0.4.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,,