Document deployment and expose weight manifest

This commit is contained in:
2026-06-30 16:53:55 +08:00
parent 143572825a
commit 1d3891d949
8 changed files with 367 additions and 33 deletions

View File

@@ -78,6 +78,11 @@ def evaluate_project() -> dict:
and "runtimeSelector" in frontend_text
and "conda_env" in frontend_text
and "request.conda_env" in jobs_text,
"weight_manifest_ui": "WeightPanel" in frontend_text
and "/api/weights" in frontend_text
and "/api/weights/verify" in frontend_text
and "weightList" in frontend_text
and "weightFamilies" in frontend_text,
"live_log_stream_ui": "EventSource" in frontend_text
and "eventSourceRef" in frontend_text
and "log_size" in frontend_text