Documentation
¶
Overview ¶
Package config loads configuration derived from local gcloud defaults.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config contains runtime configuration derived from the environment.
func NewTestConfig ¶ added in v0.12.0
NewTestConfig constructs a mock configuration for testing purposes.
func (*Config) AgentModel ¶ added in v0.12.0
AgentModel returns the configured LLM model for the agent.
func (*Config) AgentProvider ¶ added in v0.12.0
AgentProvider returns the configured LLM provider for the agent.
func (*Config) DefaultLocation ¶ added in v0.0.3
DefaultLocation returns the default GCP region or zone, if set.
func (*Config) DefaultProjectID ¶
DefaultProjectID returns the default GCP project ID, if set.
func (*Config) EnableDeleteTools ¶ added in v0.12.0
EnableDeleteTools returns true if destructive delete tools are enabled.
Click to show internal directories.
Click to hide internal directories.