feat: add kimi a7m overlay workflow and remote43 validation

This commit is contained in:
phamnazage-jpg
2026-05-26 07:50:43 +08:00
parent 497e5d91b4
commit 83a05b4889
174 changed files with 3424 additions and 122 deletions

View File

@@ -93,7 +93,7 @@ func TestBatchImportCLI(t *testing.T) {
"--access-mode", "self_service",
"--probe-api-key", "gateway-key",
"--confirm-timeout", "15s",
}, nil, nil, nil, nil, nil, nil, func(_ context.Context, req batchImportCLIRequest) (batchImportCLIResult, error) {
}, nil, nil, nil, nil, nil, nil, nil, func(_ context.Context, req batchImportCLIRequest) (batchImportCLIResult, error) {
batchImportCalled = true
if req.HostID != "host-1" {
t.Fatalf("HostID = %q, want host-1", req.HostID)