xpander-sdk 2.0.204__tar.gz → 2.0.205__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.204 → xpander_sdk-2.0.205}/PKG-INFO +2 -2
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/setup.py +2 -2
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/orchestrations.py +7 -1
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk.egg-info/PKG-INFO +2 -2
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk.egg-info/requires.txt +1 -1
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/LICENSE +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/README.md +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/pyproject.toml +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/setup.cfg +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/consts/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/consts/api_routes.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/core/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/core/module_base.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/core/state.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/core/xpander_api_client.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/exceptions/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/exceptions/module_exception.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/activity.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/compactization.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/configuration.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/deep_planning.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/events.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/frameworks.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/generic.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/notifications.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/shared.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/models/user.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/agents_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/agent.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/agent_list.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/sub_modules/agent.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/utils/generic.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/backend_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/decorators/on_auth_event.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/events_registry.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/agno.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/dispatch.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_boot.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_shutdown.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_task.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_tool.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/events_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/models/deployments.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/models/events.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/utils/generic.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/utils/git_init.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/models/knowledge_bases.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/sub_modules/knowledge_base_document_item.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/knowledge_bases/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/models/task.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/models/tasks_list.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/sub_modules/task.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/tasks_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/utils/files.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/decorators/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/decorators/register_tool.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/models/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/models/mcp.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/models/tool_invocation_result.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/sub_modules/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/sub_modules/tool.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/tools_repository_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/utils/generic.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/utils/local_tools.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tools_repository/utils/schemas.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/agents/__init__.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/agents/compactization_agent.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/env.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/event_loop.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/generic.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/utils/tools.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk.egg-info/SOURCES.txt +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk.egg-info/dependency_links.txt +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk.egg-info/top_level.txt +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_agents_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_api_client.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_backend_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_boot_shutdown_handlers.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_configuration.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_knowledge_bases_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_tasks_module.py +0 -0
- {xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/tests/test_tools_repository.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xpander-sdk
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.205
|
|
4
4
|
Summary: xpander.ai Backend-as-a-service for AI Agents - SDK
|
|
5
5
|
Home-page: https://www.xpander.ai
|
|
6
6
|
Author: xpanderAI
|
|
@@ -22,7 +22,7 @@ Requires-Dist: strands-agents>=1.20.0
|
|
|
22
22
|
Requires-Dist: openai-agents>=0.6.4
|
|
23
23
|
Requires-Dist: python-toon>=0.1.3
|
|
24
24
|
Provides-Extra: agno
|
|
25
|
-
Requires-Dist: agno==2.3.
|
|
25
|
+
Requires-Dist: agno==2.3.26; extra == "agno"
|
|
26
26
|
Requires-Dist: sqlalchemy; extra == "agno"
|
|
27
27
|
Requires-Dist: psycopg[binary,pool]; extra == "agno"
|
|
28
28
|
Requires-Dist: greenlet; extra == "agno"
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="xpander-sdk",
|
|
8
|
-
version="2.0.
|
|
8
|
+
version="2.0.205",
|
|
9
9
|
author="xpanderAI",
|
|
10
10
|
author_email="dev@xpander.ai",
|
|
11
11
|
description="xpander.ai Backend-as-a-service for AI Agents - SDK",
|
|
@@ -27,7 +27,7 @@ setup(
|
|
|
27
27
|
"python-toon>=0.1.3",
|
|
28
28
|
],
|
|
29
29
|
extras_require={
|
|
30
|
-
"agno": ["agno==2.3.
|
|
30
|
+
"agno": ["agno==2.3.26", "sqlalchemy" ,"psycopg[binary,pool]", "greenlet"],
|
|
31
31
|
"dev": ["black", "pre-commit", "pytest", "anthropic", "mcp", "openai", "fireworks-ai", "aioboto3", "google-genai"],
|
|
32
32
|
},
|
|
33
33
|
classifiers=[
|
|
@@ -30,6 +30,8 @@ class OrchestrationNodeType(str, Enum):
|
|
|
30
30
|
Classifier: Node that classifies inputs using LLM.
|
|
31
31
|
Wait: Node that pauses execution until a condition is met.
|
|
32
32
|
Action: Node that triggers an action (api).
|
|
33
|
+
Guardrail: Node that enforces guardrails on inputs using LLM.
|
|
34
|
+
Summarizer: Node that summarizes or extracts information from inputs using LLM.
|
|
33
35
|
"""
|
|
34
36
|
|
|
35
37
|
CustomFunction = "custom_function"
|
|
@@ -39,6 +41,8 @@ class OrchestrationNodeType(str, Enum):
|
|
|
39
41
|
Classifier = "classifier"
|
|
40
42
|
Wait = "wait"
|
|
41
43
|
Action = "action"
|
|
44
|
+
Guardrail = "guardrail"
|
|
45
|
+
Summarizer = "summarizer"
|
|
42
46
|
|
|
43
47
|
class OrchestrationConditionType(str, Enum):
|
|
44
48
|
"""Types of conditions for orchestration control flow.
|
|
@@ -256,6 +260,7 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
256
260
|
execution strategies, and a specific node type definition.
|
|
257
261
|
|
|
258
262
|
Attributes:
|
|
263
|
+
type: Type of the node (must match the definition type).
|
|
259
264
|
id: Unique identifier for the node. Auto-generated if not provided.
|
|
260
265
|
next_node_ids: List of IDs of the next nodes to execute in the workflow (supports branching).
|
|
261
266
|
name: Human-readable name for the node.
|
|
@@ -270,6 +275,7 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
270
275
|
input_instructions: Instructions to use for structured input.
|
|
271
276
|
"""
|
|
272
277
|
|
|
278
|
+
type: OrchestrationNodeType
|
|
273
279
|
id: str = Field(default_factory=lambda: str(uuid4()))
|
|
274
280
|
next_node_ids: List[str] = Field(default_factory=list)
|
|
275
281
|
name: Optional[str] = None
|
|
@@ -294,4 +300,4 @@ class OrchestrationNode(XPanderSharedModel):
|
|
|
294
300
|
]
|
|
295
301
|
input_type: Optional[OutputFormat] = OutputFormat.Text
|
|
296
302
|
input_schema: Optional[Dict] = None
|
|
297
|
-
input_instructions: Optional[str] = None
|
|
303
|
+
input_instructions: Optional[str] = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xpander-sdk
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.205
|
|
4
4
|
Summary: xpander.ai Backend-as-a-service for AI Agents - SDK
|
|
5
5
|
Home-page: https://www.xpander.ai
|
|
6
6
|
Author: xpanderAI
|
|
@@ -22,7 +22,7 @@ Requires-Dist: strands-agents>=1.20.0
|
|
|
22
22
|
Requires-Dist: openai-agents>=0.6.4
|
|
23
23
|
Requires-Dist: python-toon>=0.1.3
|
|
24
24
|
Provides-Extra: agno
|
|
25
|
-
Requires-Dist: agno==2.3.
|
|
25
|
+
Requires-Dist: agno==2.3.26; extra == "agno"
|
|
26
26
|
Requires-Dist: sqlalchemy; extra == "agno"
|
|
27
27
|
Requires-Dist: psycopg[binary,pool]; extra == "agno"
|
|
28
28
|
Requires-Dist: greenlet; extra == "agno"
|
|
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.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/agent_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/models/knowledge_bases.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/sub_modules/agent.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/agents/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/backend_module.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/decorators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/events_registry.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/agno.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/frameworks/dispatch.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/utils/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/backend/utils/mcp_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_boot.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_shutdown.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_task.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/decorators/on_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/models/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/models/deployments.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/events/utils/git_init.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/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.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/models/tasks_list.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/src/xpander_sdk/modules/tasks/sub_modules/__init__.py
RENAMED
|
File without changes
|
{xpander_sdk-2.0.204 → xpander_sdk-2.0.205}/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.204 → xpander_sdk-2.0.205}/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.204 → xpander_sdk-2.0.205}/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.204 → xpander_sdk-2.0.205}/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
|