Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Start ¶
func Start(getExtensionConfig GetExtensionConfig)
Types ¶
type BootstrapConfig ¶
type Config ¶
type Config struct { Metrics struct { Addr string CertPath string CertName string CertKey string } Streaming struct { MaxBufSize resource.QuantityValue `default:"1Mi"` InitialBufSize resource.QuantityValue `default:"4Ki"` Timeout time.Duration `default:"60s"` } LeaderElection bool ProbeAddr string SecureMetrics bool EnableHTTP2 bool DefaultModelConfig types.NamespacedName HttpServerAddr string WatchNamespaces string A2ABaseUrl string Database struct { Type string Path string Url string } }
type CtrlManagerConfigFunc ¶
type ExtensionConfig ¶
type ExtensionConfig struct { Authenticator auth.AuthProvider Authorizer auth.Authorizer AgentPlugins []translator.TranslatorPlugin MCPServerPlugins []transportadapter.TranslatorPlugin }
type GetExtensionConfig ¶
type GetExtensionConfig func(bootstrap BootstrapConfig) (*ExtensionConfig, error)
Click to show internal directories.
Click to hide internal directories.