# File lib/new_relic/agent/commands/agent_command_router.rb, line 105 def get_agent_commands commands = new_relic_service.get_agent_commands NewRelic::Agent.logger.debug "Received get_agent_commands = #{commands.inspect}" commands.map {|collector_command| AgentCommand.new(collector_command)} end