# File lib/nanite/agent.rb, line 89 def initialize(opts) set_configuration(opts) @tags = [] @tags << opts[:tag] @tags.flatten! @options.freeze end