Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type Config struct + Decay DecayConfig + Embeddings EmbeddingsConfig + Git GitConfig + LLM LLMConfig + Memory MemoryConfig + Search SearchConfig + Server ServerConfig + func Default() *Config + func Load(projectDir string) (*Config, error) + type DecayConfig struct + BoostOnAccess float64 + Enabled bool + HalfLifeDays int + MinConfidence float64 + type EmbeddingsConfig struct + Enabled bool + Model string + Provider string + type GitConfig struct + AutoStale bool + Watch bool + type LLMConfig struct + APIKeyEnv string + Enabled bool + Model string + Provider string + type MemoryConfig struct + HotTokenBudget int + MaxMemories int + WarmTokenBudget int + type SearchConfig struct + BM25Weight float64 + DefaultLimit int + VectorWeight float64 + type ServerConfig struct + CertFile string + GRPCPort int + Host string + KeyFile string + Port int + TLS bool