alita-sdk 0.3.186__py3-none-any.whl → 0.3.187__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-0.3.186.dist-info → alita_sdk-0.3.187.dist-info}/METADATA +1 -1
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.187.dist-info}/RECORD +8 -8
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.187.dist-info}/WHEEL +0 -0
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.187.dist-info}/licenses/LICENSE +0 -0
- {alita_sdk-0.3.186.dist-info → alita_sdk-0.3.187.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__={
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: alita_sdk
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.187
|
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
|
@@ -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.187.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
301
|
+
alita_sdk-0.3.187.dist-info/METADATA,sha256=DJhHz4YYIZ_mKfMW6drvqLJnD4lNnegeW9Rao9iUKM4,18804
|
302
|
+
alita_sdk-0.3.187.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
303
|
+
alita_sdk-0.3.187.dist-info/top_level.txt,sha256=0vJYy5p_jK6AwVb1aqXr7Kgqgk3WDtQ6t5C-XI9zkmg,10
|
304
|
+
alita_sdk-0.3.187.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|