chore(.github): add github ci

This commit is contained in:
fanlv
2025-07-25 19:00:14 +08:00
parent c03ecb8d7e
commit a016ca92e7
14 changed files with 326 additions and 11 deletions

View File

@ -23,9 +23,10 @@ import (
"regexp"
"strings"
"github.com/coze-dev/coze-studio/backend/infra/contract/coderunner"
"golang.org/x/exp/maps"
"github.com/coze-dev/coze-studio/backend/infra/contract/coderunner"
"github.com/coze-dev/coze-studio/backend/domain/workflow/entity/vo"
"github.com/coze-dev/coze-studio/backend/domain/workflow/internal/nodes"
"github.com/coze-dev/coze-studio/backend/pkg/ctxcache"