Versions in this module Expand all Collapse all v0 v0.1.5 Mar 23, 2026 Changes in this version + func ApplyRecipe(r *recipe.Recipe, cfg *Config) + func MaskKey(key string) string + func ProviderConfigured(providerName string) bool + func SetEnvKey(path, key, value string) error + type Config struct + ActiveModels []string + AgentTimeout time.Duration + AnthropicAPIKey string + AzureOpenAIAPIKey string + AzureOpenAIAPIVersion string + AzureOpenAIEndpoint string + BedrockRegion string + CompactThreshold float64 + DataDir string + DefaultAnthropicModel string + DefaultAzureModel string + DefaultBedrockModel string + DefaultGeminiModel string + DefaultOpenAIModel string + DefaultVertexModel string + GoogleAPIKey string + LiteLLMAPIKey string + LiteLLMBaseURL string + MCPServers string + MaxHistoryTurns int + MaxSteps int + OpenAIAPIKey string + OpenRouterAPIKey string + Seed *int64 + SubagentMaxDepth int + SubagentModel string + SystemPromptExtra string + VertexAILocation string + VertexAIProject string + func Load() Config + func (c Config) ResolvedActiveModels() []string + type ProviderEnv struct + DefaultModel string + EnvVars []string + Name string + func ProviderEnvInfo() []ProviderEnv v0.1.0 Mar 14, 2026