model-compose 0.2.2__tar.gz → 0.2.4__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.
- {model_compose-0.2.2/src/model_compose.egg-info → model_compose-0.2.4}/PKG-INFO +1 -1
- {model_compose-0.2.2 → model_compose-0.2.4}/pyproject.toml +1 -1
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/http_client.py +1 -4
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/http_client.py +1 -1
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/renderer.py +3 -1
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/streaming.py +20 -1
- {model_compose-0.2.2 → model_compose-0.2.4/src/model_compose.egg-info}/PKG-INFO +1 -1
- {model_compose-0.2.2 → model_compose-0.2.4}/LICENSE +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/README.md +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/setup.cfg +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/cli/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/cli/compose.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/base.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/component.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/context.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/http_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/mcp_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/mcp_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/shell.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/component/engine/workflow.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/compose/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/compose/compose.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/compose/manager.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/base.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/controller.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/engine/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/engine/http_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/engine/mcp_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/http_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/mcp_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/runner.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/webui/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/webui/gradio.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/webui/webui.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/base.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/engine/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/engine/http_tunnel.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/engine/ssh_tunnel.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/gateway/gateway.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/base.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/engine/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/engine/http_callback.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/listener.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/runtime/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/runtime/env.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/services/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/services/async_service.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/expiring.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/http_request.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/http_status.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/image.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/mcp_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/ssh_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/time.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/utils/workqueue.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/context.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/base.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/impl/action.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/impl/delay.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/job/job.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/schema.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/workflow/workflow.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/loader.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/action.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/http_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/http_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/mcp_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/mcp_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/shell.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/workflow.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/component.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/http_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/http_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/mcp_client.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/mcp_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/shell.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/workflow.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/compose.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/controller.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/http_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/mcp_server.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/webui.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/gateway.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/http_tunnel.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/ssh_tunnel.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/impl/action.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/impl/delay.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/job/job.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/impl/http_callback.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/listener.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/impl/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/impl/common.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/impl/docker.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/impl/types.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/runtime/runtime.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/utils/__init__.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/utils/annotation.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/workflow.py +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/model_compose.egg-info/SOURCES.txt +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/model_compose.egg-info/dependency_links.txt +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/model_compose.egg-info/entry_points.txt +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/model_compose.egg-info/requires.txt +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/src/model_compose.egg-info/top_level.txt +0 -0
- {model_compose-0.2.2 → model_compose-0.2.4}/tests/test_cli.py +0 -0
|
@@ -38,9 +38,6 @@ class HttpClientPollingCompletion(HttpClientCompletion):
|
|
|
38
38
|
context.register_source("result", response)
|
|
39
39
|
|
|
40
40
|
status = (await context.render_variable(self.config.status)) if self.config.status else None
|
|
41
|
-
if self.config.status and not status:
|
|
42
|
-
raise RuntimeError(f"Polling failed: no status found in response.")
|
|
43
|
-
|
|
44
41
|
if status:
|
|
45
42
|
if status in self.config.success_when or []:
|
|
46
43
|
return response
|
|
@@ -63,7 +60,7 @@ class HttpClientPollingCompletion(HttpClientCompletion):
|
|
|
63
60
|
return await context.render_variable(self.config.endpoint)
|
|
64
61
|
|
|
65
62
|
class HttpClientCallbackCompletion(HttpClientCompletion):
|
|
66
|
-
async def run(self, context: ComponentActionContext) -> Any:
|
|
63
|
+
async def run(self, context: ComponentActionContext, client: HttpClient) -> Any:
|
|
67
64
|
callback_id = await context.render_variable(self.config.wait_for)
|
|
68
65
|
future: asyncio.Future = asyncio.get_event_loop().create_future()
|
|
69
66
|
HttpCallbackListener.register_pending_future(callback_id, future)
|
|
@@ -134,5 +134,5 @@ class HttpClient:
|
|
|
134
134
|
|
|
135
135
|
return (HttpStreamResource(response, content_type, filename), content_type)
|
|
136
136
|
|
|
137
|
-
async def create_stream_with_url(url: str):
|
|
137
|
+
async def create_stream_with_url(url: str) -> HttpStreamResource:
|
|
138
138
|
return await HttpClient.get_shared_instance().request(url)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from typing import Callable, Dict, List, Optional, Awaitable, Any
|
|
2
|
-
from .streaming import StreamResource, Base64StreamResource
|
|
2
|
+
from .streaming import StreamResource, UploadFileStreamResource, Base64StreamResource
|
|
3
3
|
from .streaming import encode_stream_to_base64, save_stream_to_temporary_file
|
|
4
4
|
from .http_request import create_upload_file
|
|
5
5
|
from .http_client import create_stream_with_url
|
|
@@ -110,6 +110,8 @@ class VariableRenderer:
|
|
|
110
110
|
return []
|
|
111
111
|
|
|
112
112
|
if type == "base64":
|
|
113
|
+
if isinstance(value, UploadFile):
|
|
114
|
+
return await encode_stream_to_base64(UploadFileStreamResource(value))
|
|
113
115
|
if isinstance(value, StreamResource):
|
|
114
116
|
return await encode_stream_to_base64(value)
|
|
115
117
|
return base64.b64encode(value)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from typing import Optional, AsyncIterator
|
|
2
2
|
from abc import ABC, abstractmethod
|
|
3
3
|
from tempfile import NamedTemporaryFile
|
|
4
|
-
from
|
|
4
|
+
from starlette.datastructures import UploadFile
|
|
5
5
|
import aiofiles, os, io, base64
|
|
6
6
|
|
|
7
7
|
class StreamResource(ABC):
|
|
@@ -49,6 +49,25 @@ class FileStreamResource(StreamResource):
|
|
|
49
49
|
break
|
|
50
50
|
yield chunk
|
|
51
51
|
|
|
52
|
+
class UploadFileStreamResource(StreamResource):
|
|
53
|
+
def __init__(self, file: UploadFile):
|
|
54
|
+
super().__init__(file.content_type, file.filename)
|
|
55
|
+
|
|
56
|
+
self.file: UploadFile = file
|
|
57
|
+
|
|
58
|
+
async def __aenter__(self):
|
|
59
|
+
return self
|
|
60
|
+
|
|
61
|
+
async def close(self) -> None:
|
|
62
|
+
await self.file.close()
|
|
63
|
+
|
|
64
|
+
async def _iterate_stream(self) -> AsyncIterator[bytes]:
|
|
65
|
+
while True:
|
|
66
|
+
chunk = await self.file.read(8192)
|
|
67
|
+
if not chunk:
|
|
68
|
+
break
|
|
69
|
+
yield chunk
|
|
70
|
+
|
|
52
71
|
class Base64StreamResource(StreamResource):
|
|
53
72
|
def __init__(self, encoded: str, content_type: Optional[str] = None, filename: Optional[str] = None):
|
|
54
73
|
super().__init__(content_type, filename)
|
|
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
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/engine/http_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/controller/runner/http_client.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
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/core/listener/engine/http_callback.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
|
|
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
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/http_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/action/impl/http_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/http_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/http_server.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/mcp_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/mcp_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/component/impl/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/http_server.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/controller/impl/mcp_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/http_tunnel.py
RENAMED
|
File without changes
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/gateway/impl/ssh_tunnel.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
|
{model_compose-0.2.2 → model_compose-0.2.4}/src/mindor/dsl/schema/listener/impl/http_callback.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
|