This commit is contained in:
wangjiming
2026-07-31 16:10:34 +08:00
parent 945b4ace86
commit 242407b676
34 changed files with 3847 additions and 717 deletions

View File

@@ -1 +1,6 @@
"""Application-side compute platform gateway module."""
from app.modules.compute_gateway.client import ComputeNodeClient
from app.modules.compute_gateway.sync import poll_compute_jobs_once
__all__ = ["ComputeNodeClient", "poll_compute_jobs_once"]