Versions in this module Expand all Collapse all v1 v1.0.1 May 17, 2026 v1.0.0 May 17, 2026 Changes in this version + var ErrNotFound = errors.New("config: not found") + type Config struct + MCP MCPServers + Models Models + Security Security + Skills []string + func Merge(base, override Config) Config + type MCPServers struct + HTTP map[string]mcp.HTTPConfig + Stdio map[string]mcp.ServerConfig + type Models struct + Default llm.Config + Profiles map[string]llm.Config + Supervisor llm.Config + type Security struct + Level string + Scope string + type Source interface + Get func() (Config, error) + func FromFile(path string) Source + func NewUnion(sources ...Source) Source