Merge pull request #50 from SuanmoSuanyangTechnology/fix/workflow

Fix/workflow
This commit is contained in:
Mark
2026-01-07 18:04:53 +08:00
committed by GitHub
4 changed files with 7 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ from .tool_model import (
ToolConfig, BuiltinToolConfig, CustomToolConfig, MCPToolConfig,
ToolExecution, ToolType, ToolStatus, AuthType, ExecutionStatus
)
from .memory_perceptual_model import MemoryPerceptualModel
__all__ = [
"Tenants",
@@ -74,5 +75,6 @@ __all__ = [
"ToolType",
"ToolStatus",
"AuthType",
"ExecutionStatus"
"ExecutionStatus",
"MemoryPerceptualModel"
]