lumis-ai 0.1.1a4__py3-none-any.whl → 0.1.1a5__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.
- lumis/core/event_emitter.py +1 -1
- {lumis_ai-0.1.1a4.dist-info → lumis_ai-0.1.1a5.dist-info}/METADATA +1 -1
- {lumis_ai-0.1.1a4.dist-info → lumis_ai-0.1.1a5.dist-info}/RECORD +5 -5
- {lumis_ai-0.1.1a4.dist-info → lumis_ai-0.1.1a5.dist-info}/WHEEL +0 -0
- {lumis_ai-0.1.1a4.dist-info → lumis_ai-0.1.1a5.dist-info}/licenses/LICENSE +0 -0
lumis/core/event_emitter.py
CHANGED
|
@@ -2,7 +2,7 @@ from inspect import iscoroutinefunction
|
|
|
2
2
|
import logging
|
|
3
3
|
from typing import Any, Callable, Coroutine, Generic, TypeVar, Union
|
|
4
4
|
|
|
5
|
-
from lumis.common.logger_mixin import LoggerMixin
|
|
5
|
+
from lumis.core.common.logger_mixin import LoggerMixin
|
|
6
6
|
|
|
7
7
|
E = TypeVar("E", bound=str)
|
|
8
8
|
EventHandler = Union[Callable[..., Any], Callable[..., Coroutine[Any, Any, Any]]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lumis-ai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1a5
|
|
4
4
|
Summary: An AI agent framework for building LLM-powered applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/tareksanger/lumis
|
|
6
6
|
Project-URL: Repository, https://github.com/tareksanger/lumis
|
|
@@ -21,7 +21,7 @@ lumis/agents/storm/models/survey_subjects.py,sha256=GK5P4V9brnPTLlxc-p2xFypotSAY
|
|
|
21
21
|
lumis/common/__init__.py,sha256=W6Owjw0-AGKq9ZgXiR0bVHMPs4fx6evFIfi3DQAAil4,139
|
|
22
22
|
lumis/core/__init__.py,sha256=WdKTmdd7Zs224xFfC8qYx1rwXJ8OEI3UoI_TNAGse24,223
|
|
23
23
|
lumis/core/document.py,sha256=bat9TjbHigFf5TLVy9r0Ft67zjIMPJMwmQrsE4gP-IA,1080
|
|
24
|
-
lumis/core/event_emitter.py,sha256=
|
|
24
|
+
lumis/core/event_emitter.py,sha256=xHPMbjoG7kgOy6SRxEUznladF31jlW9SEOMtUQY_fpo,2099
|
|
25
25
|
lumis/core/common/coloured_logger.py,sha256=Pc_WcpPXfMIGHagrnJQ2MjY6x8MI1U5ZbTt5xtb8mgg,943
|
|
26
26
|
lumis/core/common/logger_mixin.py,sha256=TmswwCfgEi8BeatoWsa3gMk3qhCEMEmZyLK4rkZWLUU,1013
|
|
27
27
|
lumis/core/django/__init__.py,sha256=yOr6iSaA7VSlIpSwryrwtL5zIHuv5HcY-9Fa9czoyRI,155
|
|
@@ -84,7 +84,7 @@ lumis/tools/search/search_engine_client.py,sha256=WSYOQcy1-6gQZUJXTT5lYNFJWjwLSr
|
|
|
84
84
|
lumis/tools/search/vector_search_retrieval_engine.py,sha256=RGZyFah2F-ojFzH9xiApILK5oQWWZEuihV2EN3Ae0cc,7889
|
|
85
85
|
lumis/tools/search/wiki.py,sha256=gGm6I273KOLvDN0E7boAezjPq6cywRhbZEBqB_Pem4U,7864
|
|
86
86
|
lumis/tools/search/yahoofinance.py,sha256=0Oz7kfdWI2ehllo9NM2wKS0WSAUeGnPyuVnfobyBXHA,7851
|
|
87
|
-
lumis_ai-0.1.
|
|
88
|
-
lumis_ai-0.1.
|
|
89
|
-
lumis_ai-0.1.
|
|
90
|
-
lumis_ai-0.1.
|
|
87
|
+
lumis_ai-0.1.1a5.dist-info/METADATA,sha256=KOU-PIeI42Sxq1QsSiV5Hfph2AjdgO5pX8fkoFLveuM,4473
|
|
88
|
+
lumis_ai-0.1.1a5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
89
|
+
lumis_ai-0.1.1a5.dist-info/licenses/LICENSE,sha256=cKZn_mblbydX1fOrVMvUIrelUE9AElKLAR_7-VYRDow,1068
|
|
90
|
+
lumis_ai-0.1.1a5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|