xpander-sdk 2.0.216__tar.gz → 2.0.218__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.216 → xpander_sdk-2.0.218}/PKG-INFO +1 -1
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/setup.py +1 -1
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/orchestrations.py +26 -5
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk.egg-info/PKG-INFO +1 -1
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/LICENSE +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/README.md +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/pyproject.toml +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/setup.cfg +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/sub_modules/agent.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/agno.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/sub_modules/task.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/tasks_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk.egg-info/requires.txt +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_final_validation.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_tool_schema_enhancements.py +0 -0
- {xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/tests/test_tools_repository.py +0 -0
|
@@ -143,6 +143,19 @@ class OrchestrationClassifierNodeLLMSettings(XPanderSharedModel):
|
|
|
143
143
|
llm_api_base: Optional[str] = None
|
|
144
144
|
llm_extra_headers: Optional[Dict[str,str]] = {}
|
|
145
145
|
|
|
146
|
+
class SchemaOverride(XPanderSharedModel):
|
|
147
|
+
"""Schema override for workflow action nodes.
|
|
148
|
+
|
|
149
|
+
Allows setting permanent (fixed) values for tool input properties.
|
|
150
|
+
Fields with permanentValue will be removed from the schema sent to the LLM
|
|
151
|
+
and the permanent values will be applied to the payload before execution.
|
|
152
|
+
|
|
153
|
+
Attributes:
|
|
154
|
+
input: Input schema with permanentValue fields to override LLM-generated values.
|
|
155
|
+
"""
|
|
156
|
+
input: Optional[Dict] = None
|
|
157
|
+
|
|
158
|
+
|
|
146
159
|
class OrchestrationPointerNode(XPanderSharedModel):
|
|
147
160
|
"""Node that references an external asset (agent, function, or orchestration).
|
|
148
161
|
|
|
@@ -153,6 +166,7 @@ class OrchestrationPointerNode(XPanderSharedModel):
|
|
|
153
166
|
output_schema: JSON schema for structured output validation.
|
|
154
167
|
instructions: Optional instructions for the pointer node (Action only).
|
|
155
168
|
ignore_response: Should ignore the node result and proceed with previous result?.
|
|
169
|
+
schema_override: Optional schema override with permanentValue fields for fixed values.
|
|
156
170
|
"""
|
|
157
171
|
|
|
158
172
|
asset_id: str
|
|
@@ -167,6 +181,7 @@ class OrchestrationPointerNode(XPanderSharedModel):
|
|
|
167
181
|
output_schema: Optional[Dict] = None
|
|
168
182
|
instructions: Optional[str] = None
|
|
169
183
|
ignore_response: Optional[bool] = False
|
|
184
|
+
schema_override: Optional[SchemaOverride] = None
|
|
170
185
|
|
|
171
186
|
class ClassificationGroup(XPanderSharedModel):
|
|
172
187
|
"""A classification group with evaluation criteria and data extraction settings.
|
|
@@ -208,19 +223,25 @@ class OrchestrationClassifierNode(XPanderSharedModel):
|
|
|
208
223
|
class OrchestrationGuardrailNode(XPanderSharedModel):
|
|
209
224
|
"""Node that uses LLM to evaluate input and enforce guardrails.
|
|
210
225
|
|
|
211
|
-
This node
|
|
226
|
+
This node uses group-based classification similar to the Classifier node.
|
|
227
|
+
It requires exactly 2 groups with IDs "pass" and "fail":
|
|
228
|
+
- "pass" group: Criteria for when input should pass the guardrail
|
|
229
|
+
- "fail" group: Criteria for when input should fail the guardrail
|
|
230
|
+
|
|
231
|
+
Routing behavior:
|
|
232
|
+
- If "pass" matches: Routes to downstream nodes connected via "pass" condition
|
|
233
|
+
- If "fail" matches: Routes to downstream nodes connected via "fail" condition,
|
|
234
|
+
or falls back to end nodes (end-summarizer/end-classifier) if no fail route exists
|
|
212
235
|
|
|
213
236
|
Attributes:
|
|
214
|
-
|
|
237
|
+
groups: List of 2 ClassificationGroup objects with IDs "pass" and "fail".
|
|
215
238
|
examples: Example inputs/outputs to guide the LLM behavior.
|
|
216
239
|
settings: LLM configuration settings.
|
|
217
|
-
stop_on_false: Whether to stop execution if the guardrail check fails. Defaults to True.
|
|
218
240
|
"""
|
|
219
241
|
|
|
220
|
-
|
|
242
|
+
groups: List[ClassificationGroup]
|
|
221
243
|
examples: Optional[List[str]] = []
|
|
222
244
|
settings: OrchestrationClassifierNodeLLMSettings
|
|
223
|
-
stop_on_false: Optional[bool] = True
|
|
224
245
|
|
|
225
246
|
class OrchestrationSummarizerNode(XPanderSharedModel):
|
|
226
247
|
"""Node that processes large payloads and answers specific questions.
|
|
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.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/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.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.216 → xpander_sdk-2.0.218}/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.216 → xpander_sdk-2.0.218}/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.216 → xpander_sdk-2.0.218}/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.216 → xpander_sdk-2.0.218}/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
|