alita-sdk 0.3.186__py3-none-any.whl → 0.3.188__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.
- alita_sdk/tools/ado/repos/__init__.py +1 -1
- alita_sdk/tools/ado/wiki/__init__.py +3 -7
- alita_sdk/tools/ado/work_item/__init__.py +3 -7
- alita_sdk/tools/postman/__init__.py +4 -1
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.188.dist-info}/METADATA +1 -1
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.188.dist-info}/RECORD +9 -9
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.188.dist-info}/WHEEL +0 -0
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.188.dist-info}/licenses/LICENSE +0 -0
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.188.dist-info}/top_level.txt +0 -0
@@ -26,13 +26,9 @@ class AzureDevOpsWikiToolkit(BaseToolkit):
|
|
26
26
|
'max_toolkit_length': AzureDevOpsWikiToolkit.toolkit_max_length})
|
27
27
|
),
|
28
28
|
organization_url=(str, Field(title="Organization URL",
|
29
|
-
description="ADO organization url",
|
30
|
-
|
31
|
-
|
32
|
-
"configuration_title": True
|
33
|
-
})),
|
34
|
-
project=(str, Field(description="ADO project", json_schema_extra={'toolkit_name': True, 'max_toolkit_length': AzureDevOpsWikiToolkit.toolkit_max_length, 'configuration': True})),
|
35
|
-
token=(SecretStr, Field(description="ADO token", json_schema_extra={'secret': True, 'configuration': True})),
|
29
|
+
description="ADO organization url")),
|
30
|
+
project=(str, Field(description="ADO project", json_schema_extra={'toolkit_name': True, 'max_toolkit_length': AzureDevOpsWikiToolkit.toolkit_max_length})),
|
31
|
+
token=(SecretStr, Field(description="ADO token", json_schema_extra={'secret': True})),
|
36
32
|
selected_tools=(List[Literal[tuple(selected_tools)]],
|
37
33
|
Field(default=[], json_schema_extra={'args_schemas': selected_tools})),
|
38
34
|
__config__={
|
@@ -25,13 +25,9 @@ class AzureDevOpsWorkItemsToolkit(BaseToolkit):
|
|
25
25
|
'max_toolkit_length': AzureDevOpsWorkItemsToolkit.toolkit_max_length})
|
26
26
|
),
|
27
27
|
organization_url=(str, Field(title="Organization URL",
|
28
|
-
description="ADO organization url",
|
29
|
-
|
30
|
-
|
31
|
-
"configuration_title": True
|
32
|
-
})),
|
33
|
-
project=(str, Field(description="ADO project", json_schema_extra={'toolkit_name': True, 'max_toolkit_length': AzureDevOpsWorkItemsToolkit.toolkit_max_length, 'configuration': True})),
|
34
|
-
token=(SecretStr, Field(description="ADO token", json_schema_extra={'secret': True, 'configuration': True})),
|
28
|
+
description="ADO organization url")),
|
29
|
+
project=(str, Field(description="ADO project", json_schema_extra={'toolkit_name': True, 'max_toolkit_length': AzureDevOpsWorkItemsToolkit.toolkit_max_length})),
|
30
|
+
token=(SecretStr, Field(description="ADO token", json_schema_extra={'secret': True})),
|
35
31
|
limit=(Optional[int], Field(description="ADO plans limit used for limitation of the list with results", default=5)),
|
36
32
|
selected_tools=(List[Literal[tuple(selected_tools)]], Field(default=[], json_schema_extra={'args_schemas': selected_tools})),
|
37
33
|
__config__={
|
@@ -60,7 +60,10 @@ class PostmanToolkit(BaseToolkit):
|
|
60
60
|
collection_id=(str, Field(description="Default collection ID", json_schema_extra={
|
61
61
|
'toolkit_name': True, 'max_toolkit_length': PostmanToolkit.toolkit_max_length})),
|
62
62
|
workspace_id=(str, Field(description="Default workspace ID",
|
63
|
-
|
63
|
+
json_schema_extra={
|
64
|
+
'configuration': True,
|
65
|
+
'configuration_title': True
|
66
|
+
})),
|
64
67
|
environment_config=(dict, Field(
|
65
68
|
description="JSON configuration for request execution (auth headers, project IDs, base URLs, etc.)",
|
66
69
|
default={})),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: alita_sdk
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.188
|
4
4
|
Summary: SDK for building langchain agents using resources from Alita
|
5
5
|
Author-email: Artem Rozumenko <artyom.rozumenko@gmail.com>, Mikalai Biazruchka <mikalai_biazruchka@epam.com>, Roman Mitusov <roman_mitusov@epam.com>, Ivan Krakhmaliuk <lifedjik@gmail.com>, Artem Dubrovskiy <ad13box@gmail.com>
|
6
6
|
License-Expression: Apache-2.0
|
@@ -102,13 +102,13 @@ alita_sdk/tools/__init__.py,sha256=UztP-wrR-MuJI2V0gcJzNoMhsNJV6mre07TJNPChAtM,1
|
|
102
102
|
alita_sdk/tools/elitea_base.py,sha256=NQaIxPX6DVIerHCb18jwUR6maZxxk73NZaTsFHkBQWE,21119
|
103
103
|
alita_sdk/tools/ado/__init__.py,sha256=mD6GHcYMTtffPJkJvFPe2rzvye_IRmXmWfI7xYuZhO4,912
|
104
104
|
alita_sdk/tools/ado/utils.py,sha256=PTCludvaQmPLakF2EbCGy66Mro4-rjDtavVP-xcB2Wc,1252
|
105
|
-
alita_sdk/tools/ado/repos/__init__.py,sha256=
|
105
|
+
alita_sdk/tools/ado/repos/__init__.py,sha256=bzVSEAPwBoH4sY3cNj5_FNXIC3yY8lkofaonNKhwhRk,6286
|
106
106
|
alita_sdk/tools/ado/repos/repos_wrapper.py,sha256=_OWKAls7VFfFtEPTwqj_DxE1MSvpC0ivxdTIULEz3Tk,48206
|
107
107
|
alita_sdk/tools/ado/test_plan/__init__.py,sha256=K-jhCT7D7bxXbiat3GCP_qDVg_ipcBlnh9r3JhmAubM,4408
|
108
108
|
alita_sdk/tools/ado/test_plan/test_plan_wrapper.py,sha256=uUaxXPxz2NiwzNEXtR31pPGe77f-p0sj7VL-zZnfTqI,14529
|
109
|
-
alita_sdk/tools/ado/wiki/__init__.py,sha256=
|
109
|
+
alita_sdk/tools/ado/wiki/__init__.py,sha256=5QlISwHbfBl_0he7miv6WbK-Kc2mS-t46d9UFJZqY8A,4308
|
110
110
|
alita_sdk/tools/ado/wiki/ado_wrapper.py,sha256=l4bc2QoKSUXg9UqNcx0ylv7YL9JPPQd35Ti5MXyEgC4,12690
|
111
|
-
alita_sdk/tools/ado/work_item/__init__.py,sha256=
|
111
|
+
alita_sdk/tools/ado/work_item/__init__.py,sha256=vZTTLh-dcefOPCkNOehcmXiPLZrD6n-tg8fKoKWrgJE,4411
|
112
112
|
alita_sdk/tools/ado/work_item/ado_wrapper.py,sha256=aLB-aSNQST0FCwP7I01OXanCpZHKVarZZB1u9j2H1LA,26253
|
113
113
|
alita_sdk/tools/advanced_jira_mining/__init__.py,sha256=pUTzECqGvYaR5qWY3JPUhrImrZgc7pCXuqSe5eWIE80,4604
|
114
114
|
alita_sdk/tools/advanced_jira_mining/data_mining_wrapper.py,sha256=nZPtuwVWp8VeHw1B8q9kdwf-6ZvHnlXTOGdcIMDkKpw,44211
|
@@ -247,7 +247,7 @@ alita_sdk/tools/pandas/statsmodels/base_stats.py,sha256=jeKW1KfyaNi4M6wkru2iXHNr
|
|
247
247
|
alita_sdk/tools/pandas/statsmodels/descriptive.py,sha256=APdofBnEiRhMrn6tLKwH076NPp5uHe8VwmblN3lQLfQ,10217
|
248
248
|
alita_sdk/tools/pandas/statsmodels/hypothesis_testing.py,sha256=fdNAayMB3W7avMfKJCcbf2_P54vUXbq8KVebOB48348,10508
|
249
249
|
alita_sdk/tools/pandas/statsmodels/regression.py,sha256=Y1pWK4u_qzrfA740K-FX0nZ5FREGGPk8mfvykPIYoiI,9164
|
250
|
-
alita_sdk/tools/postman/__init__.py,sha256=
|
250
|
+
alita_sdk/tools/postman/__init__.py,sha256=FzVZvqbTrA08mdoHVs0GZH1HcXDTtiMMWmSK07Bdvlc,4766
|
251
251
|
alita_sdk/tools/postman/api_wrapper.py,sha256=K7Vq06DX7uMeuhpnc3EQfYvc4szY0_ElrRf9P4FLlfk,93501
|
252
252
|
alita_sdk/tools/postman/postman_analysis.py,sha256=2d-Oi2UORosIePIUyncSONw9hY7dw8Zc7BQvCd4aqpg,45115
|
253
253
|
alita_sdk/tools/pptx/__init__.py,sha256=vVUrWnj7KWJgEk9oxGSsCAQ2SMSXrp_SFOdUHYQKcAo,3444
|
@@ -297,8 +297,8 @@ alita_sdk/tools/zephyr_scale/api_wrapper.py,sha256=UHVQUVqcBc3SZvDfO78HSuBzwAsRw
|
|
297
297
|
alita_sdk/tools/zephyr_squad/__init__.py,sha256=rq4jOb3lRW2GXvAguk4H1KinO5f-zpygzhBJf-E1Ucw,2773
|
298
298
|
alita_sdk/tools/zephyr_squad/api_wrapper.py,sha256=iOMxyE7vOc_LwFB_nBMiSFXkNtvbptA4i-BrTlo7M0A,5854
|
299
299
|
alita_sdk/tools/zephyr_squad/zephyr_squad_cloud_client.py,sha256=IYUJoMFOMA70knLhLtAnuGoy3OK80RuqeQZ710oyIxE,3631
|
300
|
-
alita_sdk-0.3.
|
301
|
-
alita_sdk-0.3.
|
302
|
-
alita_sdk-0.3.
|
303
|
-
alita_sdk-0.3.
|
304
|
-
alita_sdk-0.3.
|
300
|
+
alita_sdk-0.3.188.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
301
|
+
alita_sdk-0.3.188.dist-info/METADATA,sha256=i1rCgEanmynBNJEsIjDaLlBJhYVq7pp242X8TZJXHMA,18804
|
302
|
+
alita_sdk-0.3.188.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
303
|
+
alita_sdk-0.3.188.dist-info/top_level.txt,sha256=0vJYy5p_jK6AwVb1aqXr7Kgqgk3WDtQ6t5C-XI9zkmg,10
|
304
|
+
alita_sdk-0.3.188.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|