AgentType denotes the type of agent that is currently being run
const (
// CoreAgent represents the checks compatible with the core agent CoreAgent AgentType = iota// ProcessAgent represents the checks compatible with the process-agent ProcessAgent
)