xpander-sdk 2.0.221__tar.gz → 2.0.223__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.221 → xpander_sdk-2.0.223}/PKG-INFO +1 -1
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/setup.py +1 -1
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/sub_modules/agent.py +6 -3
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/agno.py +1 -1
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/sub_modules/task.py +4 -2
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/tasks_module.py +6 -3
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk.egg-info/PKG-INFO +1 -1
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/LICENSE +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/README.md +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/pyproject.toml +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/setup.cfg +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/orchestrations.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_final_validation.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_tool_schema_enhancements.py +0 -0
- {xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/tests/test_tools_repository.py +0 -0
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
@@ -413,7 +413,8 @@ class Agent(XPanderSharedModel):
|
|
|
413
413
|
output_schema: Optional[Dict] = None,
|
|
414
414
|
events_streaming: Optional[bool] = False,
|
|
415
415
|
additional_context: Optional[str] = None,
|
|
416
|
-
|
|
416
|
+
instructions_override: Optional[str] = None,
|
|
417
|
+
test_run_node_id: Optional[str] = None,
|
|
417
418
|
expected_output: Optional[str] = None,
|
|
418
419
|
mcp_servers: Optional[List[MCPServerDetails]] = [],
|
|
419
420
|
triggering_agent_id: Optional[str] = None,
|
|
@@ -439,7 +440,8 @@ class Agent(XPanderSharedModel):
|
|
|
439
440
|
output_schema (Optional[Dict]): Schema defining structure of output.
|
|
440
441
|
events_streaming (Optional[bool]): Flag idicating for events are required for this task.
|
|
441
442
|
additional_context (Optional[str]): Additional context to be passed to the agent.
|
|
442
|
-
|
|
443
|
+
instructions_override (Optional[str]): Additional instructions to be appended to the agent's system prompt.
|
|
444
|
+
test_run_node_id (Optional[str]): Internal test purpose workflow node id to execute.
|
|
443
445
|
expected_output (Optional[str]): Expected output of the execution.
|
|
444
446
|
mcp_servers (Optional[List[MCPServerDetails]]): Optional list of mcp servers to use.
|
|
445
447
|
triggering_agent_id (Optional[str]): Optional triggering agent id.
|
|
@@ -475,7 +477,8 @@ class Agent(XPanderSharedModel):
|
|
|
475
477
|
"run_locally": run_locally,
|
|
476
478
|
"events_streaming": events_streaming,
|
|
477
479
|
"additional_context": additional_context,
|
|
478
|
-
"
|
|
480
|
+
"instructions_override": instructions_override,
|
|
481
|
+
"test_run_node_id": test_run_node_id,
|
|
479
482
|
"expected_output": expected_output,
|
|
480
483
|
"mcp_servers": [server.model_dump() for server in mcp_servers],
|
|
481
484
|
"triggering_agent_id": triggering_agent_id,
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
@@ -130,7 +130,7 @@ async def build_agent_args(
|
|
|
130
130
|
"name": xpander_agent.name,
|
|
131
131
|
"model": model,
|
|
132
132
|
"description": xpander_agent.instructions.description,
|
|
133
|
-
"instructions": task.
|
|
133
|
+
"instructions": task.instructions_override if task.instructions_override else xpander_agent.instructions.instructions,
|
|
134
134
|
"expected_output": (
|
|
135
135
|
task.expected_output
|
|
136
136
|
if task and task.expected_output
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/sub_modules/task.py
RENAMED
|
@@ -132,7 +132,8 @@ class Task(XPanderSharedModel):
|
|
|
132
132
|
output_schema (Optional[Dict]): Schema for the task's output.
|
|
133
133
|
events_streaming (Optional[bool]): Flag indicating if the task has events streaming.
|
|
134
134
|
additional_context (Optional[str]): Additional context to be passed to the agent.
|
|
135
|
-
|
|
135
|
+
instructions_override (Optional[str]): Additional instructions to be appended to the agent's system prompt.
|
|
136
|
+
test_run_node_id (Optional[str]): Internal test purpose workflow node id to execute.
|
|
136
137
|
expected_output (Optional[str]): Expected output of the execution.
|
|
137
138
|
mcp_servers (Optional[List[MCPServerDetails]]): Optional list of mcp servers to use.
|
|
138
139
|
triggering_agent_id (Optional[str]): Optional triggering agent id.
|
|
@@ -181,7 +182,8 @@ class Task(XPanderSharedModel):
|
|
|
181
182
|
events_streaming: Optional[bool] = False
|
|
182
183
|
is_orchestration: Optional[bool] = False
|
|
183
184
|
additional_context: Optional[str] = None
|
|
184
|
-
|
|
185
|
+
instructions_override: Optional[str] = None
|
|
186
|
+
test_run_node_id: Optional[str] = None
|
|
185
187
|
expected_output: Optional[str] = (None,)
|
|
186
188
|
mcp_servers: Optional[List[MCPServerDetails]] = ([],)
|
|
187
189
|
triggering_agent_id: Optional[str] = (None,)
|
|
@@ -234,7 +234,8 @@ class Tasks(ModuleBase):
|
|
|
234
234
|
output_schema: Optional[Dict] = None,
|
|
235
235
|
events_streaming: Optional[bool] = False,
|
|
236
236
|
additional_context: Optional[str] = None,
|
|
237
|
-
|
|
237
|
+
instructions_override: Optional[str] = None,
|
|
238
|
+
test_run_node_id: Optional[str] = None,
|
|
238
239
|
expected_output: Optional[str] = None,
|
|
239
240
|
mcp_servers: Optional[List[MCPServerDetails]] = [],
|
|
240
241
|
triggering_agent_id: Optional[str] = None,
|
|
@@ -264,7 +265,8 @@ class Tasks(ModuleBase):
|
|
|
264
265
|
output_schema (Optional[Dict]): Schema defining the expected output structure.
|
|
265
266
|
events_streaming (Optional[bool]): Flag idicating for events are required for this task.
|
|
266
267
|
additional_context (Optional[str]): Additional context to be passed to the agent.
|
|
267
|
-
|
|
268
|
+
instructions_override (Optional[str]): Additional instructions to be appended to the agent's system prompt.
|
|
269
|
+
test_run_node_id (Optional[str]): Internal test purpose workflow node id to execute.
|
|
268
270
|
expected_output (Optional[str]): Expected output of the execution.
|
|
269
271
|
mcp_servers (Optional[List[MCPServerDetails]]): Optional list of mcp servers to use.
|
|
270
272
|
triggering_agent_id (Optional[str]): Optional triggering agent id.
|
|
@@ -311,7 +313,8 @@ class Tasks(ModuleBase):
|
|
|
311
313
|
"run_locally": run_locally,
|
|
312
314
|
"events_streaming": events_streaming,
|
|
313
315
|
"additional_context": additional_context,
|
|
314
|
-
"
|
|
316
|
+
"instructions_override": instructions_override,
|
|
317
|
+
"test_run_node_id": test_run_node_id,
|
|
315
318
|
"expected_output": expected_output,
|
|
316
319
|
"mcp_servers": [server.model_dump() for server in mcp_servers],
|
|
317
320
|
"triggering_agent_id": triggering_agent_id,
|
|
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.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/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.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.221 → xpander_sdk-2.0.223}/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.221 → xpander_sdk-2.0.223}/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.221 → xpander_sdk-2.0.223}/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
|