gllm-core-binary 0.4.6__cp312-cp312-win_amd64.whl → 0.4.8__cp312-cp312-win_amd64.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.
- gllm_core/event/messenger.pyi +2 -1
- gllm_core/schema/component.pyi +1 -0
- gllm_core/utils/logger_manager.pyi +0 -1
- gllm_core.cp312-win_amd64.pyd +0 -0
- gllm_core.pyi +1 -0
- {gllm_core_binary-0.4.6.dist-info → gllm_core_binary-0.4.8.dist-info}/METADATA +1 -1
- {gllm_core_binary-0.4.6.dist-info → gllm_core_binary-0.4.8.dist-info}/RECORD +9 -9
- {gllm_core_binary-0.4.6.dist-info → gllm_core_binary-0.4.8.dist-info}/WHEEL +0 -0
- {gllm_core_binary-0.4.6.dist-info → gllm_core_binary-0.4.8.dist-info}/top_level.txt +0 -0
gllm_core/event/messenger.pyi
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from gllm_core.event import EventEmitter as EventEmitter
|
|
3
|
-
from gllm_core.schema import Component as Component
|
|
3
|
+
from gllm_core.schema import Component as Component, Event as Event, main as main
|
|
4
4
|
from gllm_core.utils import get_placeholder_keys as get_placeholder_keys
|
|
5
5
|
from typing import Any
|
|
6
6
|
|
|
@@ -51,6 +51,7 @@ class Messenger(Component):
|
|
|
51
51
|
Raises:
|
|
52
52
|
ValueError: If the keys of the message does not match the provided keys.
|
|
53
53
|
"""
|
|
54
|
+
@main
|
|
54
55
|
async def send_message(self, event_emitter: EventEmitter, state_variables: dict[str, Any] | None = None, emit_kwargs: dict[str, Any] | None = None) -> None:
|
|
55
56
|
"""Emits the message to the event emitter.
|
|
56
57
|
|
gllm_core/schema/component.pyi
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from gllm_core.event.event_emitter import EventEmitter as EventEmitter
|
|
2
|
+
from gllm_core.schema.event import Event as Event
|
|
2
3
|
from gllm_core.schema.schema_generator import generate_params_model as generate_params_model
|
|
3
4
|
from gllm_core.schema.tool import Tool as Tool, tool as tool
|
|
4
5
|
from gllm_core.utils import BinaryHandlingStrategy as BinaryHandlingStrategy, binary_handler_factory as binary_handler_factory
|
gllm_core.cp312-win_amd64.pyd
CHANGED
|
Binary file
|
gllm_core.pyi
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gllm-core-binary
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.8
|
|
4
4
|
Summary: A library containing core components for Gen AI applications.
|
|
5
5
|
Author-email: Dimitrij Ray <dimitrij.ray@gdplabs.id>, Henry Wicaksono <henry.wicaksono@gdplabs.id>, Resti Febriana <resti.febriana@gdplabs.id>
|
|
6
6
|
Requires-Python: <3.14,>=3.11
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
gllm_core.cp312-win_amd64.pyd,sha256=
|
|
2
|
-
gllm_core.pyi,sha256=
|
|
1
|
+
gllm_core.cp312-win_amd64.pyd,sha256=4ocJ4e1bwHF3R-XXppm_2E_Cy1r_-d6yRK_KNKVHqJI,1220608
|
|
2
|
+
gllm_core.pyi,sha256=ac4MFViPSzPCZnQxhTCUzyfFa70IsLDKnOQDZV7QV_c,1468
|
|
3
3
|
gllm_core/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
gllm_core/constants.pyi,sha256=HfDsdHcPhUsSniEp_fScuVnSuhpJOM17rQIU2dV2DY8,843
|
|
5
5
|
gllm_core/adapters/__init__.pyi,sha256=N8JBGr2mPUMAGaMd__7XxGr2NAzfaFMuNH15QkSfbrA,187
|
|
@@ -8,7 +8,7 @@ gllm_core/adapters/tool/google_adk.pyi,sha256=0awaKRXmmK5NiAP9vNNYjMARDPWfWyQqy2
|
|
|
8
8
|
gllm_core/adapters/tool/langchain.pyi,sha256=LBqox8xFm6jSxPfBEftJr_zUmXwPk_qHNwU3bZaphhE,855
|
|
9
9
|
gllm_core/event/__init__.pyi,sha256=HVs5C80lFzVEH7mO8KJTUqEPi_7KyPvNeMLuoG-hDeE,177
|
|
10
10
|
gllm_core/event/event_emitter.pyi,sha256=PDW4OtFUjjYxWjOINLOr42hCbzaTmGMvYaRKpLlX4-Y,7283
|
|
11
|
-
gllm_core/event/messenger.pyi,sha256=
|
|
11
|
+
gllm_core/event/messenger.pyi,sha256=wbVLTWPZAiWYQYTpz_l_J5drnqgmjILbFABeu8Vtk3w,3231
|
|
12
12
|
gllm_core/event/handler/__init__.pyi,sha256=gZ21Fjjog3-e3-_Xv5sTpX9_Mx8X2LUzTrqp_tPisCg,377
|
|
13
13
|
gllm_core/event/handler/console_event_handler.pyi,sha256=eCv0SaZEpbu8W2jQPLnWwXNzhGOSM5KAtDVUYfvlvMs,1494
|
|
14
14
|
gllm_core/event/handler/event_handler.pyi,sha256=tC6q1-pvIBhX16uaryeLcpyf5Z6vQgjEVf3vo257gCo,2118
|
|
@@ -19,7 +19,7 @@ gllm_core/event/hook/event_hook.pyi,sha256=IV5oq-ZZqrLG_hvdibphCpWDYu9e5lYuarQxt
|
|
|
19
19
|
gllm_core/event/hook/json_stringify_event_hook.pyi,sha256=I-QxbaLc4rEyqhW_f4INN5UxBg_ZofHHN1HQKfPJ7rs,585
|
|
20
20
|
gllm_core/schema/__init__.pyi,sha256=X7Gv3xgtl4Ylzsg9iuGgjJPkQey7OdvvIC_X1e5_LAI,310
|
|
21
21
|
gllm_core/schema/chunk.pyi,sha256=ZVYQitMtvMStiFssnTCgtSIcj30VSsK2dKscSysl3R4,2378
|
|
22
|
-
gllm_core/schema/component.pyi,sha256=
|
|
22
|
+
gllm_core/schema/component.pyi,sha256=KJcGMbEqR0EtrxqeIm1VJzhE9AE-djsDFasYJJnO7Bo,9215
|
|
23
23
|
gllm_core/schema/event.pyi,sha256=Yd74uSWhIO1lx0_p70rYt-LMz4FZHbbbqJP7xhVh_pY,1335
|
|
24
24
|
gllm_core/schema/schema_generator.pyi,sha256=ToadC6UKEq35k32wUK1VaMKiICRtENXUYdAQOMlTg3U,1445
|
|
25
25
|
gllm_core/schema/tool.pyi,sha256=T5TufJZPYUzYoSPZBX0FkqgZ9u03VAIsZdwvY1PS7nw,8848
|
|
@@ -31,14 +31,14 @@ gllm_core/utils/concurrency.pyi,sha256=S_B9BLhVzOOBANknZW0eVTKFHVjCYI3vD7zwLQfaw
|
|
|
31
31
|
gllm_core/utils/event_formatter.pyi,sha256=ocQ_Ev_XorRhLzj0c2szlclz8V3_Ysbg6qHmjhmur3k,1375
|
|
32
32
|
gllm_core/utils/google_sheets.pyi,sha256=S3ArLRoWqGZpzqmuQ48xVVOZ9OjLILdD8Ez51QfufFM,847
|
|
33
33
|
gllm_core/utils/imports.pyi,sha256=-KM0pyw7yFVCUZjHjoNBRFgEnI8hlr0pquKuhcA2X9M,2196
|
|
34
|
-
gllm_core/utils/logger_manager.pyi,sha256=
|
|
34
|
+
gllm_core/utils/logger_manager.pyi,sha256=uix04SafH9aXQSPiGNwleCiBRlTJfqZB3H8zxsJocuI,7130
|
|
35
35
|
gllm_core/utils/main_method_resolver.pyi,sha256=dHozSqFMwCyVorQ0ZE9N-c2V4PkpF8FdU1VGGPvTjK4,2178
|
|
36
36
|
gllm_core/utils/merger_method.pyi,sha256=JsgHnO47cqenqNxCrHqhAR-nnR_dEqE-7wprVrd8ZFg,1868
|
|
37
37
|
gllm_core/utils/retry.pyi,sha256=KxlPzURzZfCSgKC44v98nR2bqamzHqtbRuXLDEuX29c,1614
|
|
38
38
|
gllm_core/utils/similarity.pyi,sha256=HmSxE5VfPwYZYih_bSIz8QRDbkouO_jij-FX6TSCEdM,439
|
|
39
39
|
gllm_core/utils/validation.pyi,sha256=NFfyDCYsqHv44Z_5RqpSUEiuETpqH5Eoia5xwC4n1MU,938
|
|
40
40
|
gllm_core.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
41
|
-
gllm_core_binary-0.4.
|
|
42
|
-
gllm_core_binary-0.4.
|
|
43
|
-
gllm_core_binary-0.4.
|
|
44
|
-
gllm_core_binary-0.4.
|
|
41
|
+
gllm_core_binary-0.4.8.dist-info/METADATA,sha256=D5T0xMkmdQKhGoEOXa6uiLKTPCAQyakDw2LDN_YWhIQ,4657
|
|
42
|
+
gllm_core_binary-0.4.8.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
|
|
43
|
+
gllm_core_binary-0.4.8.dist-info/top_level.txt,sha256=UYoTGvK_Yec95-_QUuVCKEr6PUXb5Lc7Dr-x8SeX9uM,10
|
|
44
|
+
gllm_core_binary-0.4.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|