Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version string `yaml:"version"`
Agents []agent.AgentConfig `yaml:"agents"`
Orchestrator OrchestratorConfig `yaml:"orchestrator"`
Logging LoggingConfig `yaml:"logging"`
}
func LoadConfig ¶
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
func (*Config) SaveConfig ¶
type LoggingConfig ¶
Click to show internal directories.
Click to hide internal directories.