agent-lab-sdk 0.1.23__py3-none-any.whl → 0.1.25__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.

Potentially problematic release.


This version of agent-lab-sdk might be problematic. Click here for more details.

@@ -237,7 +237,8 @@ def FileInput(title: str | None = None, file_extensions: str | None = None, grou
237
237
  })
238
238
 
239
239
 
240
- def FilesInput(title: str | None = None, file_extensions: str | None = None, group: str | None = None, hidden: bool | None = False, depends: str | None = None) -> type:
240
+ def FilesInput(title: str | None = None, file_extensions: str | None = None, group: str | None = None,
241
+ hidden: bool | None = False, depends: str | None = None, limit: int | None = 10) -> type:
241
242
  """
242
243
  Factory function for creating a multiple files input type.
243
244
 
@@ -247,7 +248,8 @@ def FilesInput(title: str | None = None, file_extensions: str | None = None, gro
247
248
  group: Group name for organizing inputs in the UI
248
249
  hidden: Whether the input should be hidden in the UI
249
250
  depends: Specifies the parameter that this value depends on or is derived from.
250
-
251
+ limit: Limit count files.
252
+
251
253
  Returns:
252
254
  Type annotation for files input field
253
255
  """
@@ -258,4 +260,5 @@ def FilesInput(title: str | None = None, file_extensions: str | None = None, gro
258
260
  "group": group,
259
261
  "hidden": hidden,
260
262
  "depends": depends,
263
+ "limit": limit,
261
264
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-lab-sdk
3
- Version: 0.1.23
3
+ Version: 0.1.25
4
4
  Summary: SDK для работы с Agent Lab
5
5
  Author-email: Andrew Ohurtsov <andermirik@yandex.com>
6
6
  License: Proprietary and Confidential — All Rights Reserved
@@ -23,8 +23,8 @@ Requires-Dist: langgraph
23
23
  Requires-Dist: langchain_gigachat
24
24
  Requires-Dist: prometheus-client
25
25
  Requires-Dist: langchain
26
- Requires-Dist: httpx~=0.27.2
27
- Requires-Dist: orjson>=3.9.7
26
+ Requires-Dist: httpx
27
+ Requires-Dist: orjson
28
28
  Dynamic: license-file
29
29
 
30
30
  # Agent Lab SDK
@@ -312,7 +312,7 @@ class AgentState(BaseModel):
312
312
  | `CheckboxInput` | Чекбокс | `title`, `group`, `description`, `default`, `hidden`, `depends` |
313
313
  | `SwitchInput` | Switch | `title`, `group`, `description`, `default`, `hidden`, `depends` |
314
314
  | `FileInput` | Загрузка одного файла | `title`, `file_extensions`, `group`, `hidden`, `depends` |
315
- | `FilesInput` | Загрузка нескольких файлов | `title`, `file_extensions`, `group`, `hidden`, `depends` |
315
+ | `FilesInput` | Загрузка нескольких файлов | `title`, `file_extensions`, `group`, `hidden`, `depends`, `limit` |
316
316
 
317
317
  #### Группировка полей
318
318
 
@@ -9,12 +9,12 @@ agent_lab_sdk/llm/throttled.py,sha256=9_nm1i3Uuep0VEWsY1KNCllZA-vM202XVdlgXhgC8B
9
9
  agent_lab_sdk/metrics/__init__.py,sha256=G4VSlzKwupPMM4c6vZaF1rnd0KusKarezDMjli9pVFw,57
10
10
  agent_lab_sdk/metrics/metrics.py,sha256=_XTT9vMG7T0u_D2pL371wm8GoBU5fodJ45D2RACnBJw,3439
11
11
  agent_lab_sdk/schema/__init__.py,sha256=bHSyXQYkcB9fWBlziWodXR_IzC5nKrdKzrCpyVWNY9o,521
12
- agent_lab_sdk/schema/input_types.py,sha256=doHXH5yn60wGN9jGkUdqgCOhV0KaP4BrIWPLDKIMleg,9035
12
+ agent_lab_sdk/schema/input_types.py,sha256=A8yRSFdCo-BSZM50sj-oXge8HdcVz1AkqbBWg5mHEPY,9124
13
13
  agent_lab_sdk/schema/log_message.py,sha256=nadi6lZGRuDSPmfbYs9QPpRJUT9Pfy8Y7pGCvyFF5Mw,638
14
14
  agent_lab_sdk/storage/__init__.py,sha256=ik1_v1DMTwehvcAEXIYxuvLuCjJCa3y5qAuJqoQpuSA,81
15
15
  agent_lab_sdk/storage/storage.py,sha256=ELpt7GRwFD-aWa6ctinfA_QwcvzWLvKS0Wz8FlxVqAs,2075
16
- agent_lab_sdk-0.1.23.dist-info/licenses/LICENSE,sha256=_TRXHkF3S9ilWBPdZcHLI_S-PRjK0L_SeOb2pcPAdV4,417
17
- agent_lab_sdk-0.1.23.dist-info/METADATA,sha256=n4fBUIWmiQcWtNag8N-3dZqPTbzMMV59cDHLpLDzVz0,17899
18
- agent_lab_sdk-0.1.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- agent_lab_sdk-0.1.23.dist-info/top_level.txt,sha256=E1efqkJ89KNmPBWdLzdMHeVtH0dYyCo4fhnSb81_15I,14
20
- agent_lab_sdk-0.1.23.dist-info/RECORD,,
16
+ agent_lab_sdk-0.1.25.dist-info/licenses/LICENSE,sha256=_TRXHkF3S9ilWBPdZcHLI_S-PRjK0L_SeOb2pcPAdV4,417
17
+ agent_lab_sdk-0.1.25.dist-info/METADATA,sha256=YW6zBv3_KbOmzbF9d0H1UvJzxCPWr3xAleJQwi-fAuc,17884
18
+ agent_lab_sdk-0.1.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ agent_lab_sdk-0.1.25.dist-info/top_level.txt,sha256=E1efqkJ89KNmPBWdLzdMHeVtH0dYyCo4fhnSb81_15I,14
20
+ agent_lab_sdk-0.1.25.dist-info/RECORD,,