AgentsCommand constructor

AgentsCommand()

Implementation

AgentsCommand()
    : super('agents', 'Support of AI agents and scripts.', ['agent']) {
  addSubcommand(GuideCommand());
  addSubcommand(InitCommand());
}