Merge branch 'main' into feat/trigger

This commit is contained in:
Yeuoly
2025-10-21 11:09:26 +08:00
538 changed files with 29462 additions and 12789 deletions

View File

@ -36,7 +36,7 @@ from .exc import (
)
if TYPE_CHECKING:
from core.workflow.entities import VariablePool
from core.workflow.runtime import VariablePool
class ToolNode(Node):