alita-sdk 0.3.439__py3-none-any.whl → 0.3.440__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 alita-sdk might be problematic. Click here for more details.
- alita_sdk/runtime/toolkits/tools.py +3 -1
- {alita_sdk-0.3.439.dist-info → alita_sdk-0.3.440.dist-info}/METADATA +1 -1
- {alita_sdk-0.3.439.dist-info → alita_sdk-0.3.440.dist-info}/RECORD +6 -6
- {alita_sdk-0.3.439.dist-info → alita_sdk-0.3.440.dist-info}/WHEEL +0 -0
- {alita_sdk-0.3.439.dist-info → alita_sdk-0.3.440.dist-info}/licenses/LICENSE +0 -0
- {alita_sdk-0.3.439.dist-info → alita_sdk-0.3.440.dist-info}/top_level.txt +0 -0
|
@@ -19,7 +19,7 @@ from ..tools.image_generation import ImageGenerationToolkit
|
|
|
19
19
|
# Import community tools
|
|
20
20
|
from ...community import get_toolkits as community_toolkits, get_tools as community_tools
|
|
21
21
|
from ...tools.memory import MemoryToolkit
|
|
22
|
-
from ..utils.mcp_oauth import canonical_resource
|
|
22
|
+
from ..utils.mcp_oauth import canonical_resource, McpAuthorizationRequired
|
|
23
23
|
from ...tools.utils import TOOLKIT_SPLITTER
|
|
24
24
|
|
|
25
25
|
logger = logging.getLogger(__name__)
|
|
@@ -125,6 +125,8 @@ def get_tools(tools_list: list, alita_client, llm, memory_store: BaseStore = Non
|
|
|
125
125
|
client=alita_client,
|
|
126
126
|
**settings).get_tools())
|
|
127
127
|
except Exception as e:
|
|
128
|
+
if isinstance(e, McpAuthorizationRequired):
|
|
129
|
+
raise
|
|
128
130
|
logger.error(f"Error initializing toolkit for tool '{tool.get('name', 'unknown')}': {e}", exc_info=True)
|
|
129
131
|
if debug_mode:
|
|
130
132
|
logger.info("Skipping tool initialization error due to debug mode.")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alita_sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.440
|
|
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 <lifedj27@gmail.com>, Artem Dubrovskiy <ad13box@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -106,7 +106,7 @@ alita_sdk/runtime/toolkits/datasource.py,sha256=qk78OdPoReYPCWwahfkKLbKc4pfsu-06
|
|
|
106
106
|
alita_sdk/runtime/toolkits/mcp.py,sha256=9avAcSn94BZxjM0W8l-qw0jqydV9N8p_3Hyqfr8uFmM,38963
|
|
107
107
|
alita_sdk/runtime/toolkits/prompt.py,sha256=WIpTkkVYWqIqOWR_LlSWz3ug8uO9tm5jJ7aZYdiGRn0,1192
|
|
108
108
|
alita_sdk/runtime/toolkits/subgraph.py,sha256=wwUK8JjPXkGzyVZ3tAukmvST6eGbqx_U11rpnmbrvtg,2105
|
|
109
|
-
alita_sdk/runtime/toolkits/tools.py,sha256=
|
|
109
|
+
alita_sdk/runtime/toolkits/tools.py,sha256=F93TOPQWmULpslyJh-lCEdkQ3OD4RbEvfe84g8wBzb0,11639
|
|
110
110
|
alita_sdk/runtime/toolkits/vectorstore.py,sha256=BGppQADa1ZiLO17fC0uCACTTEvPHlodEDYEzUcBRbAA,2901
|
|
111
111
|
alita_sdk/runtime/tools/__init__.py,sha256=Fx7iHqkzA90-KfjdcUUzMUI_7kDarjuTsSpSzOW2pN0,568
|
|
112
112
|
alita_sdk/runtime/tools/agent.py,sha256=m98QxOHwnCRTT9j18Olbb5UPS8-ZGeQaGiUyZJSyFck,3162
|
|
@@ -360,8 +360,8 @@ alita_sdk/tools/zephyr_scale/api_wrapper.py,sha256=kT0TbmMvuKhDUZc0i7KO18O38JM9S
|
|
|
360
360
|
alita_sdk/tools/zephyr_squad/__init__.py,sha256=0ne8XLJEQSLOWfzd2HdnqOYmQlUliKHbBED5kW_Vias,2895
|
|
361
361
|
alita_sdk/tools/zephyr_squad/api_wrapper.py,sha256=kmw_xol8YIYFplBLWTqP_VKPRhL_1ItDD0_vXTe_UuI,14906
|
|
362
362
|
alita_sdk/tools/zephyr_squad/zephyr_squad_cloud_client.py,sha256=R371waHsms4sllHCbijKYs90C-9Yu0sSR3N4SUfQOgU,5066
|
|
363
|
-
alita_sdk-0.3.
|
|
364
|
-
alita_sdk-0.3.
|
|
365
|
-
alita_sdk-0.3.
|
|
366
|
-
alita_sdk-0.3.
|
|
367
|
-
alita_sdk-0.3.
|
|
363
|
+
alita_sdk-0.3.440.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
364
|
+
alita_sdk-0.3.440.dist-info/METADATA,sha256=X9efgtHSm9QCNR4rA-wYidnNg9psy8DvpieYnfQiQDc,19071
|
|
365
|
+
alita_sdk-0.3.440.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
366
|
+
alita_sdk-0.3.440.dist-info/top_level.txt,sha256=0vJYy5p_jK6AwVb1aqXr7Kgqgk3WDtQ6t5C-XI9zkmg,10
|
|
367
|
+
alita_sdk-0.3.440.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|