You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,7 +33,7 @@ class LocalDockerConfig(AutoSerializableMixin):
33
33
}
34
34
)
35
35
_config_metadata= {
36
-
'name': 'Local Docker Configuration',
36
+
'name': 'Local Strategy Configuration',
37
37
'welcome_message': 'Welcome to AgentKit Local Docker Mode Configuration Wizard',
38
38
'next_step_hint': 'This wizard will help you configure your agent for local Docker deployment. Please provide the required information or press Enter to use default values.',
39
39
'completion_message': 'Great! Local Docker configuration is complete!',
@@ -42,7 +42,7 @@ class LocalDockerConfig(AutoSerializableMixin):
@@ -77,7 +77,7 @@ class HybridVeAgentkitConfig(AutoSerializableMixin):
77
77
}
78
78
)
79
79
_config_metadata= {
80
-
'name': 'Hybrid Deployment Configuration',
80
+
'name': 'Hybrid Strategy Configuration',
81
81
'welcome_message': 'Welcome to AgentKit Hybrid Deployment Mode Configuration Wizard',
82
82
'next_step_hint': 'This wizard will help you configure your agent for hybrid deployment combining local Docker and Volcano Engine services. Please provide the required information or press Enter to use default values.',
83
83
'completion_message': 'Great! Hybrid deployment configuration is complete!',
@@ -87,7 +87,7 @@ class HybridVeAgentkitConfig(AutoSerializableMixin):
87
87
88
88
89
89
@dataclass
90
-
classVeAgentkitConfig(AutoSerializableMixin):
90
+
classCloudStrategyConfig(AutoSerializableMixin):
91
91
"""Cloud build and deployment strategy configuration for Volcano Engine."""
0 commit comments