model-compose 0.2.5__tar.gz → 0.2.6__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.5/src/model_compose.egg-info → model_compose-0.2.6}/PKG-INFO +1 -1
- {model_compose-0.2.5 → model_compose-0.2.6}/pyproject.toml +1 -1
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/schema.py +28 -10
- {model_compose-0.2.5 → model_compose-0.2.6/src/model_compose.egg-info}/PKG-INFO +1 -1
- {model_compose-0.2.5 → model_compose-0.2.6}/LICENSE +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/README.md +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/setup.cfg +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/cli/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/cli/compose.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/base.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/component.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/context.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/http_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/http_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/mcp_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/mcp_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/shell.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/component/engine/workflow.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/compose/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/compose/compose.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/compose/manager.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/base.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/controller.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/engine/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/engine/http_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/engine/mcp_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/runner/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/runner/client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/runner/http_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/runner/mcp_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/runner/runner.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/webui/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/webui/gradio.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/controller/webui/webui.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/base.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/engine/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/engine/http_tunnel.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/engine/ssh_tunnel.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/gateway/gateway.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/listener/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/listener/base.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/listener/engine/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/listener/engine/http_callback.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/listener/listener.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/runtime/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/runtime/env.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/services/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/services/async_service.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/expiring.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/http_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/http_request.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/http_status.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/image.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/mcp_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/renderer.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/ssh_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/streaming.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/time.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/utils/workqueue.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/context.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/base.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/impl/action.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/impl/delay.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/job/job.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/core/workflow/workflow.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/loader.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/action.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/http_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/http_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/mcp_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/mcp_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/shell.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/workflow.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/component.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/http_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/http_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/mcp_client.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/mcp_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/shell.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/workflow.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/compose.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/controller.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/http_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/mcp_server.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/webui.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/gateway.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/http_tunnel.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/ssh_tunnel.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/impl/action.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/impl/delay.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/job/job.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/impl/http_callback.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/listener/listener.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/impl/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/impl/common.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/impl/docker.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/impl/types.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/runtime/runtime.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/utils/__init__.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/utils/annotation.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/workflow.py +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/model_compose.egg-info/SOURCES.txt +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/model_compose.egg-info/dependency_links.txt +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/model_compose.egg-info/entry_points.txt +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/model_compose.egg-info/requires.txt +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/src/model_compose.egg-info/top_level.txt +0 -0
- {model_compose-0.2.5 → model_compose-0.2.6}/tests/test_cli.py +0 -0
|
@@ -3,7 +3,7 @@ from dataclasses import dataclass, asdict
|
|
|
3
3
|
from pydantic import BaseModel
|
|
4
4
|
from mindor.dsl.schema.workflow import WorkflowConfig, WorkflowVariableConfig, WorkflowVariableGroupConfig
|
|
5
5
|
from mindor.dsl.schema.job import ActionJobConfig
|
|
6
|
-
from mindor.dsl.schema.component import ComponentConfig
|
|
6
|
+
from mindor.dsl.schema.component import ComponentConfig, ComponentType
|
|
7
7
|
import re, json
|
|
8
8
|
|
|
9
9
|
@dataclass
|
|
@@ -192,8 +192,11 @@ class WorkflowVariableResolver:
|
|
|
192
192
|
return annotations
|
|
193
193
|
|
|
194
194
|
class WorkflowInputVariableResolver(WorkflowVariableResolver):
|
|
195
|
-
def resolve(self, workflow: WorkflowConfig, components: Dict[str, ComponentConfig]) -> List[WorkflowVariableConfig]:
|
|
196
|
-
|
|
195
|
+
def resolve(self, workflow: WorkflowConfig, workflows: Dict[str, WorkflowConfig], components: Dict[str, ComponentConfig]) -> List[WorkflowVariableConfig]:
|
|
196
|
+
return self._to_variable_config_list(self._resolve(workflow, workflows, components))
|
|
197
|
+
|
|
198
|
+
def _resolve(self, workflow: WorkflowConfig, workflows: Dict[str, WorkflowConfig], components: Dict[str, ComponentConfig]) -> List[Union[WorkflowVariable, WorkflowVariableGroup]]:
|
|
199
|
+
variables: List[Union[WorkflowVariable, WorkflowVariableGroup]] = []
|
|
197
200
|
|
|
198
201
|
for job in workflow.jobs.values():
|
|
199
202
|
if isinstance(job, ActionJobConfig) and (not job.input or job.input == "${input}"):
|
|
@@ -203,7 +206,13 @@ class WorkflowInputVariableResolver(WorkflowVariableResolver):
|
|
|
203
206
|
if component:
|
|
204
207
|
action = component.actions[action_id] if action_id in component.actions else None
|
|
205
208
|
if action:
|
|
206
|
-
|
|
209
|
+
if component.type == ComponentType.WORKFLOW:
|
|
210
|
+
sub_workflow_id = action.workflow or "__default__"
|
|
211
|
+
sub_workflow = workflows[sub_workflow_id] if sub_workflow_id in workflows else None
|
|
212
|
+
if sub_workflow:
|
|
213
|
+
variables.extend(self._resolve(sub_workflow, workflows, components))
|
|
214
|
+
else:
|
|
215
|
+
variables.extend(self._enumerate_input_variables(action, "input", internal=True))
|
|
207
216
|
else:
|
|
208
217
|
action = job.component.actions[action_id] if action_id in job.component.actions else None
|
|
209
218
|
if action:
|
|
@@ -211,10 +220,13 @@ class WorkflowInputVariableResolver(WorkflowVariableResolver):
|
|
|
211
220
|
else:
|
|
212
221
|
variables.extend(self._enumerate_input_variables(job, "input"))
|
|
213
222
|
|
|
214
|
-
return
|
|
223
|
+
return variables
|
|
215
224
|
|
|
216
225
|
class WorkflowOutputVariableResolver(WorkflowVariableResolver):
|
|
217
|
-
def resolve(self, workflow: WorkflowConfig, components: Dict[str, ComponentConfig]) -> List[
|
|
226
|
+
def resolve(self, workflow: WorkflowConfig, workflows: Dict[str, WorkflowConfig], components: Dict[str, ComponentConfig]) -> List[WorkflowVariableConfig]:
|
|
227
|
+
return self._to_variable_config_list(self._resolve(workflow, workflows, components))
|
|
228
|
+
|
|
229
|
+
def _resolve(self, workflow: WorkflowConfig, workflows: Dict[str, WorkflowConfig], components: Dict[str, ComponentConfig]) -> List[Union[WorkflowVariableConfig, WorkflowVariableGroupConfig]]:
|
|
218
230
|
variables: List[Union[WorkflowVariable, WorkflowVariableGroup]] = []
|
|
219
231
|
|
|
220
232
|
for job_id, job in workflow.jobs.items():
|
|
@@ -234,7 +246,13 @@ class WorkflowOutputVariableResolver(WorkflowVariableResolver):
|
|
|
234
246
|
if component:
|
|
235
247
|
action = component.actions[action_id] if action_id in component.actions else None
|
|
236
248
|
if action:
|
|
237
|
-
|
|
249
|
+
if component.type == ComponentType.WORKFLOW:
|
|
250
|
+
sub_workflow_id = action.workflow or "__default__"
|
|
251
|
+
sub_workflow = workflows[sub_workflow_id] if sub_workflow_id in workflows else None
|
|
252
|
+
if sub_workflow:
|
|
253
|
+
variables.extend(self._resolve(sub_workflow, workflows, components))
|
|
254
|
+
else:
|
|
255
|
+
job_variables.extend(self._enumerate_output_variables(None, action.output, internal=True))
|
|
238
256
|
else:
|
|
239
257
|
action = job.component.actions[action_id] if action_id in job.component.actions else None
|
|
240
258
|
if action:
|
|
@@ -242,7 +260,7 @@ class WorkflowOutputVariableResolver(WorkflowVariableResolver):
|
|
|
242
260
|
else:
|
|
243
261
|
job_variables.extend(self._enumerate_output_variables(None, job.output))
|
|
244
262
|
|
|
245
|
-
return
|
|
263
|
+
return variables
|
|
246
264
|
|
|
247
265
|
def _is_terminal_job(self, workflow: WorkflowConfig, job_id: str) -> bool:
|
|
248
266
|
return all(job_id not in job.depends_on for other_id, job in workflow.jobs.items() if other_id != job_id)
|
|
@@ -270,8 +288,8 @@ def create_workflow_schema(workflows: Dict[str, WorkflowConfig], components: Dic
|
|
|
270
288
|
name=workflow.name,
|
|
271
289
|
title=workflow.title,
|
|
272
290
|
description=workflow.description,
|
|
273
|
-
input=WorkflowInputVariableResolver().resolve(workflow, components),
|
|
274
|
-
output=WorkflowOutputVariableResolver().resolve(workflow, components)
|
|
291
|
+
input=WorkflowInputVariableResolver().resolve(workflow, workflows, components),
|
|
292
|
+
output=WorkflowOutputVariableResolver().resolve(workflow, workflows, components)
|
|
275
293
|
)
|
|
276
294
|
|
|
277
295
|
return schema
|
|
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.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/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
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/action/impl/http_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/http_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/http_server.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/mcp_client.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/component/impl/mcp_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/src/mindor/dsl/schema/controller/impl/http_server.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/src/mindor/dsl/schema/gateway/impl/http_tunnel.py
RENAMED
|
File without changes
|
{model_compose-0.2.5 → model_compose-0.2.6}/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.5 → model_compose-0.2.6}/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
|