Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
Name string `yaml:"name"`
Schedule string `yaml:"schedule"`
Model string `yaml:"model"`
Mode string `yaml:"permission_mode"`
MaxTurns int `yaml:"max_turns"`
Tools []string `yaml:"tools"`
Budget float64 `yaml:"budget"`
MCPConfig string `yaml:"mcp_config"`
Memory bool `yaml:"memory"`
Gate bool `yaml:"gate"`
Notify string `yaml:"notify"`
// Parsed from file
Prompt string `yaml:"-"`
FilePath string `yaml:"-"`
Hash string `yaml:"-"`
}
func FindByName ¶
Click to show internal directories.
Click to hide internal directories.