gllm-inference-binary 0.5.54__cp312-cp312-manylinux_2_31_x86_64.whl → 0.5.55__cp312-cp312-manylinux_2_31_x86_64.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.

Potentially problematic release.


This version of gllm-inference-binary might be problematic. Click here for more details.

@@ -158,6 +158,7 @@ class GoogleLMInvoker(BaseLMInvoker):
158
158
  )
159
159
  ```
160
160
 
161
+ Image generation is not compatible with tool calling and thinking.
161
162
  When image generation is enabled, streaming is disabled.
162
163
 
163
164
  Tool calling:
@@ -7,7 +7,7 @@ from gllm_core.utils import RetryConfig
7
7
  from gllm_inference.constants import DOCUMENT_MIME_TYPES as DOCUMENT_MIME_TYPES, INVOKER_DEFAULT_TIMEOUT as INVOKER_DEFAULT_TIMEOUT
8
8
  from gllm_inference.exceptions import BaseInvokerError as BaseInvokerError, convert_to_base_invoker_error as convert_to_base_invoker_error
9
9
  from gllm_inference.lm_invoker.batch import BatchOperations as BatchOperations
10
- from gllm_inference.schema import Attachment as Attachment, AttachmentType as AttachmentType, BatchStatus as BatchStatus, LMEventType as LMEventType, LMInput as LMInput, LMOutput as LMOutput, Message as Message, MessageContent as MessageContent, MessageRole as MessageRole, ModelId as ModelId, Reasoning as Reasoning, ResponseSchema as ResponseSchema, ToolCall as ToolCall, ToolResult as ToolResult
10
+ from gllm_inference.schema import Attachment as Attachment, AttachmentType as AttachmentType, BatchStatus as BatchStatus, LMInput as LMInput, LMOutput as LMOutput, Message as Message, MessageContent as MessageContent, MessageRole as MessageRole, ModelId as ModelId, Reasoning as Reasoning, ResponseSchema as ResponseSchema, ToolCall as ToolCall, ToolResult as ToolResult
11
11
  from langchain_core.tools import Tool as LangChainTool
12
12
  from typing import Any
13
13
 
@@ -1,7 +1,7 @@
1
1
  from _typeshed import Incomplete
2
+ from gllm_core.constants import EventType
2
3
  from gllm_core.schema import Event
3
4
  from gllm_inference.schema.activity import Activity as Activity
4
- from gllm_inference.schema.enums import LMEventType as LMEventType, LMEventTypeSuffix as LMEventTypeSuffix
5
5
  from typing import Any, Literal, Self
6
6
 
7
7
  CodeEventType: Incomplete
@@ -19,7 +19,7 @@ class ActivityEvent(Event):
19
19
  metadata (dict[str, Any]): The metadata of the activity event. Defaults to an empty dictionary.
20
20
  """
21
21
  value: dict[str, Any]
22
- type: Literal[LMEventType.ACTIVITY]
22
+ type: Literal[EventType.ACTIVITY]
23
23
  @classmethod
24
24
  def from_activity(cls, id_: str | None = None, activity: Activity | None = None) -> ActivityEvent:
25
25
  """Create an activity event from an Activity object.
gllm_inference.pyi CHANGED
@@ -113,7 +113,6 @@ import inspect
113
113
  import time
114
114
  import jsonschema
115
115
  import gllm_inference.lm_invoker.batch.BatchOperations
116
- import gllm_inference.schema.LMEventType
117
116
  import gllm_inference.schema.MessageContent
118
117
  import __future__
119
118
  import gllm_inference.schema.ActivityEvent
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gllm-inference-binary
3
- Version: 0.5.54
3
+ Version: 0.5.55
4
4
  Summary: A library containing components related to model inferences in Gen AI applications.
5
5
  Author-email: Henry Wicaksono <henry.wicaksono@gdplabs.id>, Resti Febrina <resti.febrina@gdplabs.id>
6
6
  Requires-Python: <3.14,>=3.11
7
7
  Description-Content-Type: text/markdown
8
8
  Requires-Dist: poetry<3.0.0,>=2.1.3
9
- Requires-Dist: gllm-core-binary<0.4.0,>=0.3.21
9
+ Requires-Dist: gllm-core-binary<0.4.0,>=0.3.23
10
10
  Requires-Dist: aiohttp<4.0.0,>=3.12.14
11
11
  Requires-Dist: filetype<2.0.0,>=1.2.0
12
12
  Requires-Dist: httpx<0.29.0,>=0.28.0
@@ -1,5 +1,5 @@
1
- gllm_inference.cpython-312-x86_64-linux-gnu.so,sha256=SU0PRb43rgzSZLXo94wbeX_UFqlztMvZWnGqbczinxA,5663864
2
- gllm_inference.pyi,sha256=-TkA7sEPGZVJZwbUGO5OwfO3J-fSrXHLwvAQg01wCfQ,5137
1
+ gllm_inference.cpython-312-x86_64-linux-gnu.so,sha256=C9_zA1Lipx5l3TN61cGtic_MSqpPnqEBoCrYEVP_3Tc,5659768
2
+ gllm_inference.pyi,sha256=PuOcOQY2Xg84ZvIx4_391WJlWJTNSFX7zR6_AP28MiQ,5096
3
3
  gllm_inference/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  gllm_inference/constants.pyi,sha256=tBFhwE1at2gXMJ1bBM32eVIRgCJlB1uzg7ItXGx3RQE,316
5
5
  gllm_inference/builder/__init__.pyi,sha256=usz2lvfwO4Yk-ZGKXbCWG1cEr3nlQXxMNDNC-2yc1NM,500
@@ -45,10 +45,10 @@ gllm_inference/lm_invoker/anthropic_lm_invoker.pyi,sha256=oU0dzg87OHTVPGhKBT8Wdc
45
45
  gllm_inference/lm_invoker/azure_openai_lm_invoker.pyi,sha256=drtMgbDzBQJrWXLiI2t5PNy7HtcW5Kuj0XR2b6rltjc,12936
46
46
  gllm_inference/lm_invoker/bedrock_lm_invoker.pyi,sha256=9Gz0U2c94UM9SOt-_e89_NqT_bDQ6wECRiJ9VTwsqfw,10739
47
47
  gllm_inference/lm_invoker/datasaur_lm_invoker.pyi,sha256=IqvDxBzwEf2z34FZcLKIH404y386Rnk5gsj2TcAm424,7878
48
- gllm_inference/lm_invoker/google_lm_invoker.pyi,sha256=tUihMn9UghYGKjmMy3PQ9NQsDtHzOtQBafedLxsvIW8,16284
48
+ gllm_inference/lm_invoker/google_lm_invoker.pyi,sha256=-trlpAmc5APGohAmVAsRytTVQ2ODRCmRtRm3EKiOR2Q,16359
49
49
  gllm_inference/lm_invoker/langchain_lm_invoker.pyi,sha256=OzISl89C2s-qB6VxNlMgf5dFRC-ooj30YCFfsZzcX4s,11887
50
50
  gllm_inference/lm_invoker/litellm_lm_invoker.pyi,sha256=0PZYitAljAjzyympqqNyN5fMyoakmqr1XIz1PE6NNc4,11176
51
- gllm_inference/lm_invoker/lm_invoker.pyi,sha256=PgUESyRRE1WdsV9ReCRKLrytW9E0Xy1m6gMhg6o425o,8515
51
+ gllm_inference/lm_invoker/lm_invoker.pyi,sha256=pJ0-s37NqTHdFD7IijvNzJnQ7JXgrGxsEaXuS8cxz3s,8487
52
52
  gllm_inference/lm_invoker/openai_chat_completions_lm_invoker.pyi,sha256=6-44DBp9yItKR0b1nyIFIS0KnAXctqFqcuHhwszDGyA,13720
53
53
  gllm_inference/lm_invoker/openai_compatible_lm_invoker.pyi,sha256=i5pMpZf4-r_7FQ1qfsqcjpc98sI-cPiqheuTfTEKxJs,4192
54
54
  gllm_inference/lm_invoker/openai_lm_invoker.pyi,sha256=AlOKeTpzOXYCwwhHewG0WR7KpIqcolWZ5ZhLRMUj_eM,21178
@@ -115,7 +115,7 @@ gllm_inference/schema/attachment.pyi,sha256=EHV3uPB3lVZCMNxySVuIoB6ikAiY7THSNh77
115
115
  gllm_inference/schema/code_exec_result.pyi,sha256=ZTHh6JtRrPIdQ059P1UAiD2L-tAO1_S5YcMsAXfJ5A0,559
116
116
  gllm_inference/schema/config.pyi,sha256=rAL_UeXyQeXVk1P2kqd8vFWOMwmKenfpQLtvMP74t9s,674
117
117
  gllm_inference/schema/enums.pyi,sha256=jByrR0Y84-WZ3KDPUjuOyfecouUATyO-A8rdehKPjgs,2065
118
- gllm_inference/schema/events.pyi,sha256=VObVT6B5rvXRYReiVL04vKSxlEHZIjIOVTa4iS87s3w,4705
118
+ gllm_inference/schema/events.pyi,sha256=XQEy5SqYoutq2DguwCCTGi5DHrlnDai6nJElAYsj1gk,4638
119
119
  gllm_inference/schema/lm_input.pyi,sha256=A5pjz1id6tP9XRNhzQrbmzd66C_q3gzo0UP8rCemz6Q,193
120
120
  gllm_inference/schema/lm_output.pyi,sha256=hQNfXbGBZAgLxHf_gOD_aifn0_9CbCzYS2HiMECqQvc,7409
121
121
  gllm_inference/schema/mcp.pyi,sha256=Vwu8E2BDl6FvvnI42gIyY3Oki1BdwRE3Uh3aV0rmhQU,1014
@@ -131,7 +131,7 @@ gllm_inference/utils/io_utils.pyi,sha256=7kUTacHAVRYoemFUOjCH7-Qmw-YsQGd6rGYxjf_
131
131
  gllm_inference/utils/langchain.pyi,sha256=VluQiHkGigDdqLUbhB6vnXiISCP5hHqV0qokYY6dC1A,1164
132
132
  gllm_inference/utils/validation.pyi,sha256=toxBtRp-VItC_X7sNi-GDd7sjibBdWMrR0q01OI2D7k,385
133
133
  gllm_inference.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
134
- gllm_inference_binary-0.5.54.dist-info/METADATA,sha256=Q5lYenFS1YZiDCkzSNQ9H2zgq6FrF4V_9pLQlllOFjc,5807
135
- gllm_inference_binary-0.5.54.dist-info/WHEEL,sha256=nvMz4aD6kW281G6ZJCbqAgYrkKc1h4b3not015Wcvhc,108
136
- gllm_inference_binary-0.5.54.dist-info/top_level.txt,sha256=FpOjtN80F-qVNgbScXSEyqa0w09FYn6301iq6qt69IQ,15
137
- gllm_inference_binary-0.5.54.dist-info/RECORD,,
134
+ gllm_inference_binary-0.5.55.dist-info/METADATA,sha256=x6uemrRDozu49LQH2KLiFERGFI1w19V2WGoTLi1CqVk,5807
135
+ gllm_inference_binary-0.5.55.dist-info/WHEEL,sha256=nvMz4aD6kW281G6ZJCbqAgYrkKc1h4b3not015Wcvhc,108
136
+ gllm_inference_binary-0.5.55.dist-info/top_level.txt,sha256=FpOjtN80F-qVNgbScXSEyqa0w09FYn6301iq6qt69IQ,15
137
+ gllm_inference_binary-0.5.55.dist-info/RECORD,,