cloud
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
"""Cloud runtime: multi-host device pool, scheduler, plugins, and public SDK.
|
||||
|
||||
Sibling to ``agents/``, ``workflow/``, etc. Composes the existing single-process
|
||||
capabilities (``device-management``, ``agent-runtime``, ``workflow-orchestration``,
|
||||
``driver-registry``) without editing them.
|
||||
"""
|
||||
|
||||
__all__ = [
|
||||
"CloudConfig",
|
||||
"CloudStore",
|
||||
"DevicePool",
|
||||
"HostRegistration",
|
||||
"PooledDevice",
|
||||
"TaskScheduler",
|
||||
"ScheduledTask",
|
||||
"TaskConstraints",
|
||||
"AssignmentStrategy",
|
||||
"fifo_match_strategy",
|
||||
"TaskDispatcher",
|
||||
"Assignment",
|
||||
"RemoteDispatchNotSupportedError",
|
||||
"PluginManifest",
|
||||
"PluginRegistry",
|
||||
"DiscoveryResult",
|
||||
]
|
||||
Reference in New Issue
Block a user