Versions in this module Expand all Collapse all v0 v0.1.3 Sep 1, 2026 v0.1.2 Aug 31, 2026 Changes in this version + const DefaultAISummarySystemPrompt + type AISummaryConfig struct + SystemPrompt string + type AgentConfig struct + Default string + Providers map[string]AgentProviderConfig + type AgentProviderConfig struct + APIKey string + BaseURL string + BearerToken string + Extra map[string]string + Model string + WorkingDir string type Config + AISummary *AISummaryConfig + Agent *AgentConfig v0.1.1 Aug 27, 2026 Changes in this version + func ResolveAppsPathPrefix(cfg *Config) string + func ResolveContainerRuntime(cfg *Config) string + func SetCLIFlags(f *CLIFlags) + type AudioConfig struct + Dir string + type CLIFlags struct + BaseDir string + ConfigPath string + DBDriver string + DBHost string + DBName string + DBPassword string + DBPath string + DBPort string + DBSSLMode string + DBUser string + Host string + LogPath string + Port int + Runtime string + func ParseCLIFlags() *CLIFlags + func (f *CLIFlags) DisableRegistrationSet() (value bool, ok bool) + type Config struct + Container *ContainerConfig + Database *DatabaseConfig + DebugConfig *DebugConfig + Feed *FeedConfig + LLM *LLMConfig + Proxy *ProxyConfig + Realtime *RealtimeConfig + Route *RouteConfig + Server *ServerConfig + Storage *StorageConfig + Tenant *TenantConfig + User *UserConfig + func LoadConfig() (*Config, error) + type ContainerConfig struct + CleanupDagNodeContainersBeforeStart bool + CreateQueueMaxConcurrency int + CreateQueueMaxPending int + DagNodeCleanupOnDagFinished string + DagNodeCleanupOnFailed string + DeleteContainerOnNodeSuccess bool + Kubernetes *KubernetesRuntimeConfig + RecoverRunningDagOnStart bool + RefreshImageStatusOnStart bool + Runtime string + type DatabaseConfig struct + Driver string + Host string + Name string + Password string + Path string + Port string + SSLMode string + User string + type DebugConfig struct + EnableDagOrchestrator bool + type FeedConfig struct + BackfillBatch int + BackfillEnabled bool + QueueSize int + RetryBaseDelayMs int + RetryMaxAttempts int + RetryMaxDelayMs int + WorkerCount int + type K8sIngressRouteConfig struct + Annotations map[string]string + Host string + InCluster bool + IngressClassName string + Kubeconfig string + Namespace string + PathType string + type KubernetesRuntimeConfig struct + InCluster bool + Kubeconfig string + Namespace string + type LLMConfig struct + CLIURL string + GitHubToken string + Model string + Provider *LLMProviderConfig + type LLMProviderConfig struct + APIKey string + BaseURL string + BearerToken string + Type string + type ProxyConfig struct + BraveAPI string + Container string + OnlyOffice string + type RealtimeConfig struct + AckMaxRetries int + AckTimeoutSeconds int + MaxConnectionsPerUser int + Transport string + type RouteConfig struct + AppsPrefix string + K8sIngress *K8sIngressRouteConfig + Registry string + Traefik *TraefikRouteConfig + type ServerConfig struct + Host string + LogPath string + Port int + ShutdownTimeout time.Duration + type StorageConfig struct + BaseDir string + type TenantConfig struct + AesKey string + type TraefikRouteConfig struct + AuthToken string + BaseURL string + DeletePath string + FilePath string + Provider string + TimeoutSecond int + UpsertPath string + type UserConfig struct + DisableRegistration bool