# File lib/nanite/agent.rb, line 83
    def self.start(options = {})
      agent = new(options)
      agent.run
      agent
    end