xpander-sdk 2.0.214__tar.gz → 2.0.216__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.214 → xpander_sdk-2.0.216}/PKG-INFO +1 -1
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/setup.py +1 -1
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/notifications.py +17 -4
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/orchestrations.py +16 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk.egg-info/PKG-INFO +1 -1
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/LICENSE +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/README.md +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/pyproject.toml +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/setup.cfg +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/sub_modules/agent.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/agno.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/sub_modules/task.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/tasks_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_final_validation.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_tool_schema_enhancements.py +0 -0
- {xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/tests/test_tools_repository.py +0 -0
|
@@ -31,16 +31,29 @@ class SlackCredentials(XPanderSharedModel):
|
|
|
31
31
|
app_configuration_token: Optional[str] = None
|
|
32
32
|
app_configuration_refresh_token: Optional[str] = None
|
|
33
33
|
|
|
34
|
+
# Default values for HITL notifications
|
|
35
|
+
DEFAULT_HITL_BODY = "Hello, workflow {title} is waiting for your approval and will not continue until approved. The workflow request is: {content}. By clicking approve, the workflow will auto-execute."
|
|
36
|
+
DEFAULT_LOGO_URL = "https://assets.xpanderai.io/xpander-logo-512.png"
|
|
37
|
+
DEFAULT_APPROVE_BUTTON_TEXT = "Approve"
|
|
38
|
+
DEFAULT_DENY_BUTTON_TEXT = "Deny"
|
|
39
|
+
|
|
40
|
+
|
|
34
41
|
class NotificationSettingsBase(XPanderSharedModel):
|
|
35
42
|
"""Base class for notification settings with common customization fields.
|
|
36
43
|
|
|
37
44
|
Attributes:
|
|
38
|
-
|
|
39
|
-
|
|
45
|
+
subject: Optional custom subject line for notifications.
|
|
46
|
+
body: Optional custom body content for notifications.
|
|
47
|
+
approve_button_text: Text for approval button (HITL only). Defaults to "Approve".
|
|
48
|
+
deny_button_text: Text for denial button (HITL only). Defaults to "Deny".
|
|
49
|
+
logo_url: URL for logo image. Defaults to xpander logo.
|
|
40
50
|
"""
|
|
41
51
|
|
|
42
|
-
|
|
43
|
-
|
|
52
|
+
subject: Optional[str] = None
|
|
53
|
+
body: Optional[str] = None
|
|
54
|
+
approve_button_text: Optional[str] = DEFAULT_APPROVE_BUTTON_TEXT
|
|
55
|
+
deny_button_text: Optional[str] = DEFAULT_DENY_BUTTON_TEXT
|
|
56
|
+
logo_url: Optional[str] = DEFAULT_LOGO_URL
|
|
44
57
|
|
|
45
58
|
class EmailNotificationSettings(NotificationSettingsBase):
|
|
46
59
|
"""Configuration for email notifications.
|
|
@@ -43,6 +43,7 @@ class OrchestrationNodeType(str, Enum):
|
|
|
43
43
|
Action = "action"
|
|
44
44
|
Guardrail = "guardrail"
|
|
45
45
|
Summarizer = "summarizer"
|
|
46
|
+
SendToEnd = "send_to_end"
|
|
46
47
|
|
|
47
48
|
class OrchestrationConditionType(str, Enum):
|
|
48
49
|
"""Types of conditions for orchestration control flow.
|
|
@@ -245,6 +246,20 @@ class OrchestrationCodeNode(XPanderSharedModel):
|
|
|
245
246
|
|
|
246
247
|
code: str
|
|
247
248
|
|
|
249
|
+
|
|
250
|
+
class OrchestrationSendToEndNode(XPanderSharedModel):
|
|
251
|
+
"""Node that routes execution to end nodes or finishes the workflow.
|
|
252
|
+
|
|
253
|
+
When triggered, this node will:
|
|
254
|
+
1. Route to end nodes (end-summarizer, end-classifier) if they exist
|
|
255
|
+
2. Finish workflow execution immediately if no end nodes exist
|
|
256
|
+
|
|
257
|
+
Attributes:
|
|
258
|
+
message: Optional message or reason for finishing the workflow.
|
|
259
|
+
"""
|
|
260
|
+
|
|
261
|
+
message: Optional[str] = None
|
|
262
|
+
|
|
248
263
|
class OrchestrationWaitNode(XPanderSharedModel):
|
|
249
264
|
"""Node that pauses execution until an external event occurs.
|
|
250
265
|
|
|
@@ -302,6 +317,7 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
302
317
|
OrchestrationWaitNode,
|
|
303
318
|
OrchestrationGuardrailNode,
|
|
304
319
|
OrchestrationSummarizerNode,
|
|
320
|
+
OrchestrationSendToEndNode,
|
|
305
321
|
]
|
|
306
322
|
input_type: Optional[OutputFormat] = OutputFormat.Text
|
|
307
323
|
input_schema: Optional[Dict] = None
|
|
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.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/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.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/src/xpander_sdk/modules/tasks/sub_modules/task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.214 → xpander_sdk-2.0.216}/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.214 → xpander_sdk-2.0.216}/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.214 → xpander_sdk-2.0.216}/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
|