xpander-sdk 2.0.212__tar.gz → 2.0.213__tar.gz
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-2.0.212 → xpander_sdk-2.0.213}/PKG-INFO +1 -1
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/setup.py +1 -1
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/sub_modules/agent.py +3 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/agno.py +22 -11
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/sub_modules/task.py +1 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/tasks_module.py +3 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk.egg-info/PKG-INFO +1 -1
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/LICENSE +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/README.md +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/pyproject.toml +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/setup.cfg +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/orchestrations.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_final_validation.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_tool_schema_enhancements.py +0 -0
- {xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/tests/test_tools_repository.py +0 -0
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
@@ -419,6 +419,7 @@ class Agent(XPanderSharedModel):
|
|
|
419
419
|
title: Optional[str] = None,
|
|
420
420
|
think_mode: Optional[ThinkMode] = ThinkMode.Default,
|
|
421
421
|
disable_attachment_injection: Optional[bool] = False,
|
|
422
|
+
user_tokens: Optional[Dict] = None
|
|
422
423
|
) -> Task:
|
|
423
424
|
"""
|
|
424
425
|
Asynchronously create a new task and link it to this agent.
|
|
@@ -443,6 +444,7 @@ class Agent(XPanderSharedModel):
|
|
|
443
444
|
title (Optional[str]): Optional task title.
|
|
444
445
|
think_mode (Optional[ThinkMode]): Optional task think mode, defaults to "default".
|
|
445
446
|
disable_attachment_injection (Optional[bool]): Optional selection if to disable attachment injection to the context window.
|
|
447
|
+
user_tokens: Optional[Dict]: User tokens to be passed and injected for MCP Auth
|
|
446
448
|
|
|
447
449
|
Returns:
|
|
448
450
|
Task: Created Task object linked to this agent.
|
|
@@ -477,6 +479,7 @@ class Agent(XPanderSharedModel):
|
|
|
477
479
|
"title": title,
|
|
478
480
|
"think_mode": think_mode.value,
|
|
479
481
|
"disable_attachment_injection": disable_attachment_injection,
|
|
482
|
+
"user_tokens": user_tokens,
|
|
480
483
|
},
|
|
481
484
|
)
|
|
482
485
|
return Task(**created_task, configuration=self.configuration)
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
@@ -980,19 +980,30 @@ async def _resolve_agent_tools(agent: Agent, task: Optional[Task] = None, auth_e
|
|
|
980
980
|
if not task:
|
|
981
981
|
raise ValueError("MCP server with OAuth authentication detected but task not sent")
|
|
982
982
|
|
|
983
|
-
if
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
983
|
+
# check if we have user tokens for this mcp
|
|
984
|
+
graph_item = next((gi for gi in agent.graph.items if gi.type == AgentGraphItemType.MCP and gi.settings and gi.settings.mcp_settings and gi.settings.mcp_settings.url and gi.settings.mcp_settings.url == mcp.url), None)
|
|
985
|
+
if graph_item and task.user_tokens and isinstance(task.user_tokens, dict) and graph_item.id in task.user_tokens:
|
|
986
|
+
mcp.api_key = task.user_tokens[graph_item.id]
|
|
987
|
+
else:
|
|
988
|
+
if not task.input.user or not task.input.user.id:
|
|
989
|
+
raise ValueError("MCP server with OAuth authentication detected but user id not set on the task (task.input.user.id)")
|
|
990
|
+
|
|
991
|
+
auth_result: MCPOAuthGetTokenResponse = await authenticate_mcp_server(mcp_server=mcp,task=task,user_id=task.input.user.id, auth_events_callback=auth_events_callback)
|
|
992
|
+
if auth_result and auth_result.data and isinstance(auth_result.data, MCPOAuthGetTokenGenericResponse) and auth_result.data.message:
|
|
993
|
+
raise ValueError(f"MCP authentication failed: {auth_result.data.message}")
|
|
994
|
+
if not auth_result:
|
|
995
|
+
raise ValueError("MCP Server authentication failed")
|
|
996
|
+
if auth_result.type != MCPOAuthResponseType.TOKEN_READY:
|
|
997
|
+
raise ValueError("MCP Server authentication timeout")
|
|
998
|
+
mcp.api_key = auth_result.data.access_token
|
|
994
999
|
|
|
995
1000
|
if mcp.api_key:
|
|
1001
|
+
|
|
1002
|
+
# check if we have user tokens for this mcp
|
|
1003
|
+
graph_item = next((gi for gi in agent.graph.items if gi.type == AgentGraphItemType.MCP and gi.settings and gi.settings.mcp_settings and gi.settings.mcp_settings.url and gi.settings.mcp_settings.url == mcp.url), None)
|
|
1004
|
+
if graph_item and task.user_tokens and isinstance(task.user_tokens, dict) and graph_item.id in task.user_tokens:
|
|
1005
|
+
mcp.api_key = task.user_tokens[graph_item.id]
|
|
1006
|
+
|
|
996
1007
|
if not mcp.headers:
|
|
997
1008
|
mcp.headers = {}
|
|
998
1009
|
mcp.headers["Authorization"] = f"Bearer {mcp.api_key}"
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/sub_modules/task.py
RENAMED
|
@@ -186,6 +186,7 @@ class Task(XPanderSharedModel):
|
|
|
186
186
|
title: Optional[str] = (None,)
|
|
187
187
|
think_mode: Optional[ThinkMode] = ThinkMode.Default
|
|
188
188
|
disable_attachment_injection: Optional[bool] = False
|
|
189
|
+
user_tokens: Optional[Dict] = None
|
|
189
190
|
deep_planning: Optional[DeepPlanning] = Field(default_factory=DeepPlanning)
|
|
190
191
|
execution_attempts: Optional[int] = 1
|
|
191
192
|
|
|
@@ -240,6 +240,7 @@ class Tasks(ModuleBase):
|
|
|
240
240
|
title: Optional[str] = None,
|
|
241
241
|
think_mode: Optional[ThinkMode] = ThinkMode.Default,
|
|
242
242
|
disable_attachment_injection: Optional[bool] = False,
|
|
243
|
+
user_tokens: Optional[Dict] = None
|
|
243
244
|
) -> Task:
|
|
244
245
|
"""
|
|
245
246
|
Asynchronously create a new task for a specific agent.
|
|
@@ -268,6 +269,7 @@ class Tasks(ModuleBase):
|
|
|
268
269
|
title (Optional[str]): Optional task title.
|
|
269
270
|
think_mode (Optional[ThinkMode]): Optional task think mode, defaults to "default".
|
|
270
271
|
disable_attachment_injection (Optional[bool]): Optional selection if to disable attachment injection to the context window.
|
|
272
|
+
user_tokens: Optional[Dict]: User tokens to be passed and injected for MCP Auth
|
|
271
273
|
|
|
272
274
|
Returns:
|
|
273
275
|
Task: Newly created task object containing all initial configuration data.
|
|
@@ -313,6 +315,7 @@ class Tasks(ModuleBase):
|
|
|
313
315
|
"title": title,
|
|
314
316
|
"think_mode": think_mode.value,
|
|
315
317
|
"disable_attachment_injection": disable_attachment_injection,
|
|
318
|
+
"user_tokens": user_tokens
|
|
316
319
|
},
|
|
317
320
|
)
|
|
318
321
|
return Task(**created_task, configuration=self.configuration)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/knowledge_bases/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/modules/tools_repository/models/mcp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.212 → xpander_sdk-2.0.213}/src/xpander_sdk/utils/agents/compactization_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|