Agent Determine Capabilities Command
data class AgentDetermineCapabilitiesCommand(val targets: List<CollectorFlag> = CollectorFlag.entries, val timeOut: Long = 2) : AgentCommand
Determines the collection capabilities of the agent.
Each candidate in the given list of targets is tested. If it fails to run, the capability will be excluded.
The procedure will last for ~timeOut * targets.size seconds.