alita-sdk 0.3.275__py3-none-any.whl → 0.3.277__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.
@@ -11,7 +11,7 @@ from .bitbucket_constants import create_pr_data
11
11
  from .cloud_api_wrapper import BitbucketCloudApi, BitbucketServerApi
12
12
  from pydantic.fields import PrivateAttr
13
13
 
14
- from ..elitea_base import BaseCodeToolApiWrapper, extend_with_vector_tools
14
+ from ..elitea_base import BaseCodeToolApiWrapper
15
15
 
16
16
  logger = logging.getLogger(__name__)
17
17
 
@@ -399,7 +399,6 @@ class BitbucketAPIWrapper(BaseCodeToolApiWrapper):
399
399
  except Exception as e:
400
400
  return f"Failed to read file {file_path}: {str(e)}"
401
401
 
402
- @extend_with_vector_tools
403
402
  def get_available_tools(self):
404
403
  return [
405
404
  {
@@ -473,5 +472,5 @@ class BitbucketAPIWrapper(BaseCodeToolApiWrapper):
473
472
  "ref": self.add_pull_request_comment,
474
473
  "description": self.add_pull_request_comment.__doc__ or "Add a comment to a pull request in the repository.",
475
474
  "args_schema": AddPullRequestCommentModel,
476
- },
477
- ]
475
+ }
476
+ ] + self._get_vector_search_tools()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alita_sdk
3
- Version: 0.3.275
3
+ Version: 0.3.277
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
@@ -157,7 +157,7 @@ alita_sdk/tools/azure_ai/search/api_wrapper.py,sha256=E4p6HPDlwgxfT_i6cvg9rN4Vn_
157
157
  alita_sdk/tools/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
158
  alita_sdk/tools/base/tool.py,sha256=-N27AodZS49vdPCgFkU-bFS9bxoPopZBnNrmwInx3d0,864
159
159
  alita_sdk/tools/bitbucket/__init__.py,sha256=BPPPuA0l7-g_VbJF6QKgUoMi0Rv2HS5WfSnZs_5KV44,5487
160
- alita_sdk/tools/bitbucket/api_wrapper.py,sha256=L8jgJihfwH3gilX_noIynO9pujVi2tyOdRvrjSQb-9A,20015
160
+ alita_sdk/tools/bitbucket/api_wrapper.py,sha256=L98xy5NLHwm2kGQyc9KRZm2G9q50M6Hhdnp-nxwV9UM,19992
161
161
  alita_sdk/tools/bitbucket/bitbucket_constants.py,sha256=UsbhQ1iEvrKoxceTFPWTYhaXS1zSxbmjs1TwY0-P4gw,462
162
162
  alita_sdk/tools/bitbucket/cloud_api_wrapper.py,sha256=QHdud-d3xcz3mOP3xb1Htk1sv9QFg7bTm1szdN_zohQ,15517
163
163
  alita_sdk/tools/browser/__init__.py,sha256=ypYaShyDzjKDgErANsaMohRv0C_fQaVANX0As1L3amQ,5316
@@ -347,8 +347,8 @@ alita_sdk/tools/zephyr_scale/api_wrapper.py,sha256=HOt9ShtJI_1tVPcwd3Rwk-VS0SMLq
347
347
  alita_sdk/tools/zephyr_squad/__init__.py,sha256=0AI_j27xVO5Gk5HQMFrqPTd4uvuVTpiZUicBrdfEpKg,2796
348
348
  alita_sdk/tools/zephyr_squad/api_wrapper.py,sha256=kmw_xol8YIYFplBLWTqP_VKPRhL_1ItDD0_vXTe_UuI,14906
349
349
  alita_sdk/tools/zephyr_squad/zephyr_squad_cloud_client.py,sha256=R371waHsms4sllHCbijKYs90C-9Yu0sSR3N4SUfQOgU,5066
350
- alita_sdk-0.3.275.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
351
- alita_sdk-0.3.275.dist-info/METADATA,sha256=-xmEYNAGRq4cvp24vzVE7fQQVToK2Lu8pAFWHKzRXEs,18897
352
- alita_sdk-0.3.275.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
353
- alita_sdk-0.3.275.dist-info/top_level.txt,sha256=0vJYy5p_jK6AwVb1aqXr7Kgqgk3WDtQ6t5C-XI9zkmg,10
354
- alita_sdk-0.3.275.dist-info/RECORD,,
350
+ alita_sdk-0.3.277.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
351
+ alita_sdk-0.3.277.dist-info/METADATA,sha256=piUXnvmLBeMWG06r-5oA-jjkxADPfkx_AotSgr4ysqA,18897
352
+ alita_sdk-0.3.277.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
353
+ alita_sdk-0.3.277.dist-info/top_level.txt,sha256=0vJYy5p_jK6AwVb1aqXr7Kgqgk3WDtQ6t5C-XI9zkmg,10
354
+ alita_sdk-0.3.277.dist-info/RECORD,,