xpander-sdk 2.0.176__py3-none-any.whl → 2.0.177__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.
- xpander_sdk/modules/backend/frameworks/agno.py +1 -1
- {xpander_sdk-2.0.176.dist-info → xpander_sdk-2.0.177.dist-info}/METADATA +1 -1
- {xpander_sdk-2.0.176.dist-info → xpander_sdk-2.0.177.dist-info}/RECORD +6 -6
- {xpander_sdk-2.0.176.dist-info → xpander_sdk-2.0.177.dist-info}/WHEEL +0 -0
- {xpander_sdk-2.0.176.dist-info → xpander_sdk-2.0.177.dist-info}/licenses/LICENSE +0 -0
- {xpander_sdk-2.0.176.dist-info → xpander_sdk-2.0.177.dist-info}/top_level.txt +0 -0
|
@@ -202,7 +202,7 @@ async def build_agent_args(
|
|
|
202
202
|
pass
|
|
203
203
|
|
|
204
204
|
# try toon optimization if compression enabled
|
|
205
|
-
if xpander_agent and xpander_agent and xpander_agent.agno_settings and xpander_agent.agno_settings.tool_calls_compression and xpander_agent.agno_settings.tool_calls_compression.enabled:
|
|
205
|
+
if xpander_agent and xpander_agent and xpander_agent.agno_settings and xpander_agent.agno_settings.tool_calls_compression and xpander_agent.agno_settings.tool_calls_compression.enabled and not function_name.startswith("xp"):
|
|
206
206
|
try:
|
|
207
207
|
if isinstance(result, ToolInvocationResult):
|
|
208
208
|
json_result = json.loads(result.result) if isinstance(result.result, str) else result.result
|
|
@@ -30,7 +30,7 @@ xpander_sdk/modules/agents/utils/generic.py,sha256=XbG4OeHMQo4gVYCsasMlW_b8OoqS1
|
|
|
30
30
|
xpander_sdk/modules/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
xpander_sdk/modules/backend/backend_module.py,sha256=wYghMuNXEtXgoyMXBgbMhgE7wYcbRwXJcpEyybF30kA,18927
|
|
32
32
|
xpander_sdk/modules/backend/frameworks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
|
-
xpander_sdk/modules/backend/frameworks/agno.py,sha256=
|
|
33
|
+
xpander_sdk/modules/backend/frameworks/agno.py,sha256=6rBi-3wUPmSd5n1hFdhigjiLZ8jM5clLXaxwKiKxOWA,41159
|
|
34
34
|
xpander_sdk/modules/backend/frameworks/dispatch.py,sha256=5dP4c37C42U53VjM2kkwIRwEw1i0IN3G0YESHH7J3OE,1557
|
|
35
35
|
xpander_sdk/modules/backend/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
xpander_sdk/modules/backend/utils/mcp_oauth.py,sha256=slmrtpjGM__g7mkhvnY9yNRtGHS-fDcLH82rIkBKxkA,4527
|
|
@@ -83,8 +83,8 @@ xpander_sdk/utils/generic.py,sha256=XrRj2-L8c0YWpfPdDyXE-pVL-6lKF9VpyZzKHQ4wuCc,
|
|
|
83
83
|
xpander_sdk/utils/tools.py,sha256=lyFkq2yP7DxBkyXYVlnFRwDhQCvf0fZZMDm5fBycze4,1244
|
|
84
84
|
xpander_sdk/utils/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
xpander_sdk/utils/agents/compactization_agent.py,sha256=pqaf7LVSyPFaeXU62dMPY6iQ160TFga1KJ0Kgu1dIgg,14449
|
|
86
|
-
xpander_sdk-2.0.
|
|
87
|
-
xpander_sdk-2.0.
|
|
88
|
-
xpander_sdk-2.0.
|
|
89
|
-
xpander_sdk-2.0.
|
|
90
|
-
xpander_sdk-2.0.
|
|
86
|
+
xpander_sdk-2.0.177.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
87
|
+
xpander_sdk-2.0.177.dist-info/METADATA,sha256=GkvjGLP9bKCx0eAFqpDmWBxc3ooZoizCbKHJRbd-cnw,15339
|
|
88
|
+
xpander_sdk-2.0.177.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
89
|
+
xpander_sdk-2.0.177.dist-info/top_level.txt,sha256=UCjnxQpsMy5Zoe7lmRuVDO6DI2V_6PgRFfm4oizRbVs,12
|
|
90
|
+
xpander_sdk-2.0.177.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|