Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + func WriteFullConfig(agents []*core.Agent, path string) error + type Adapter struct + func (a *Adapter) DefaultDir() string + func (a *Adapter) FileExtension() string + func (a *Adapter) Marshal(agent *core.Agent) ([]byte, error) + func (a *Adapter) Name() string + func (a *Adapter) Parse(data []byte) (*core.Agent, error) + func (a *Adapter) ReadFile(path string) (*core.Agent, error) + func (a *Adapter) WriteFile(agent *core.Agent, path string) error + type AgentConfig struct + Description string + Instructions string + MaxTokens int + Model string + Name string + Tools []string + type Config struct + Agents []AgentConfig + LLM LLMConfig + MCP MCPConfig + Mode string + Timeouts TimeoutConfig + Workspace string + func DefaultConfig() *Config + func GenerateFullConfig(agents []*core.Agent) *Config + type LLMConfig struct + APIKey string + BaseURL string + Model string + Provider string + Temperature float64 + type MCPConfig struct + Enabled bool + Port int + ServerName string + ServerVersion string + Transport string + type TimeoutConfig struct + AgentInvoke string + FileRead string + ParallelTotal string + ShellCommand string