Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateRuntime ¶
ValidateRuntime checks if a runtime is valid
Types ¶
type AgentRegistryRuntime ¶
type AgentRegistryRuntime interface {
ReconcileAll(
ctx context.Context,
servers []*registry.MCPServerRunRequest,
agents []*registry.AgentRunRequest,
) error
}
func NewAgentRegistryRuntime ¶
func NewAgentRegistryRuntime( registryTranslator registry.Translator, translator api.RuntimeTranslator, runtimeDir string, verbose bool, ) AgentRegistryRuntime
type RuntimeValidator ¶
RuntimeValidator is a function that validates if a runtime value is supported
var ( // SupportedRuntimes defines the available runtimes SupportedRuntimes = []string{"local", "kubernetes"} // CustomRuntimeValidator allows extending the runtimes CustomRuntimeValidator RuntimeValidator )
Click to show internal directories.
Click to hide internal directories.